类 PortUnificationServer
- java.lang.Object
-
- org.apache.dubbo.remoting.api.PortUnificationServer
-
public class PortUnificationServer extends Object
PortUnificationServer.
-
-
构造器概要
构造器 构造器 说明 PortUnificationServer(URL url)
-
-
-
构造器详细资料
-
PortUnificationServer
public PortUnificationServer(URL url)
-
-
方法详细资料
-
buildServerSslContext
public static io.netty.handler.ssl.SslContext buildServerSslContext(URL url)
-
getUrl
public URL getUrl()
-
bind
public void bind()
-
isBound
public boolean isBound()
-
getLocalAddress
public InetSocketAddress getLocalAddress()
-
-