public interface AdaptorServerSocketFactory
It allows to create ServerSocket for JMX adaptors
Modifier and Type | Method and Description |
---|---|
java.net.ServerSocket |
createServerSocket(int port,
int backlog,
java.lang.String host)
Creates a new ServerSocket on the specified port, with the specified backlog and on the given host.
|
java.net.ServerSocket createServerSocket(int port, int backlog, java.lang.String host) throws java.io.IOException
java.io.IOException