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 Type
    Method
    Description
    createSocket(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 name
      port - the port number
      Returns:
      a socket connected to the specified host and port.
      Throws:
      IOException - should an I/O error occur
      ISOException - on any other error