public interface ISOClientSocketFactory
ISOClientSocketFactory
is used by BaseChannel and ISOServer
in order to provide hooks for SSL implementations.Modifier and Type | Method and Description |
---|---|
java.net.Socket |
createSocket(java.lang.String host,
int port)
Create a client socket connected to the specified host and port.
|
java.net.Socket createSocket(java.lang.String host, int port) throws java.io.IOException, ISOException
host
- the host nameport
- the port numberjava.io.IOException
- should an I/O error occurISOException
- on any other error