public interface PortExposingTcpSocketSupport extends TcpSocketSupport
TcpSocketSupport interface adding methods
to get more information about the socket ports.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServerSocketAddress()
Gets the binded server socket address.
|
int |
getServerSocketPort()
Gets the binded server socket port.
|
postProcessServerSocket, postProcessSocket