Interface ISOServerSocketFactory
- All Known Implementing Classes:
GenericSSLSocketFactory, ISOServer, SunJSSESocketFactory
public interface ISOServerSocketFactory
ISOServerSocketFactory is used by BaseChannel and ISOServer
in order to provide hooks for SSL implementations.- Since:
- 1.3.3
-
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket(int port) Create a server socket on the specified port (port 0 indicates an anonymous port).
-
Method Details
-
createServerSocket
Create a server socket on the specified port (port 0 indicates an anonymous port).- Parameters:
port- the port number- Returns:
- the server socket on the specified port
- Throws:
IOException- should an I/O error occurISOException- on any other error creation
-