Interface ISOClientSocketFactory
- All Known Implementing Classes:
GenericSSLSocketFactory, SunJSSESocketFactory
public interface ISOClientSocketFactory
ISOClientSocketFactory is used by BaseChannel and ISOServer
in order to provide hooks for SSL implementations.- Since:
- 1.3.3
-
Method Summary
Modifier and TypeMethodDescriptioncreateSocket(String host, int port) Create a client socket connected to the specified host and port.
-
Method Details
-
createSocket
Create a client socket connected to the specified host and port.- Parameters:
host- the host nameport- the port number- Returns:
- a socket connected to the specified host and port.
- Throws:
IOException- should an I/O error occurISOException- on any other error
-