public interface ISOServerSocketFactory
ISOServerSocketFactory is used by BaseChannel and ISOServer
in order to provide hooks for SSL implementations.| Modifier and Type | Method and Description |
|---|---|
java.net.ServerSocket |
createServerSocket(int port)
Create a server socket on the specified port (port 0 indicates
an anonymous port).
|
java.net.ServerSocket createServerSocket(int port)
throws java.io.IOException,
ISOException
port - the port numberjava.io.IOException - should an I/O error occurISOException - on any other error
creation