| Package | Description |
|---|---|
| org.apache.servicecomb.foundation.common.net |
| Modifier and Type | Class and Description |
|---|---|
class |
URIEndpointObject
transport公共的Endpoint Object,当transport使用URI表示的时候,可以转化为这个对象。
|
| Modifier and Type | Method and Description |
|---|---|
static IpPort |
NetUtils.parseIpPort(String address)
The format of address should be
IPv4:port or [IPv6]:port, or host:port,
or you will not get expected result. |
static IpPort |
NetUtils.parseIpPort(String scheme,
String authority) |
static IpPort |
NetUtils.parseIpPort(URI uri)
|
static IpPort |
NetUtils.parseIpPort(URI uri,
boolean ignorePortUndefined)
|
static IpPort |
NetUtils.parseIpPortFromURI(String uriAddress) |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.