public interface TcpServerConnectionFactory
Modifier and Type | Method and Description |
---|---|
int |
getPort()
Return the port this server is listening on.
|
SocketAddress |
getServerSocketAddress()
Return the
SocketAddress that the underlying ServerSocket
is bound to. |
int getPort()
SocketAddress getServerSocketAddress()
SocketAddress
that the underlying ServerSocket
is bound to.