org.jpos.iso
Interface ISOClientSocketFactory
- All Known Implementing Classes:
- SunJSSESocketFactory
public interface ISOClientSocketFactory
ISOClientSocketFactory is used by BaseChannel and ISOServer
in order to provide hooks for SSL implementations.
- Since:
- 1.3.3
- Version:
- $Revision$ $Date$
- Author:
- Alejandro P. Revilla
|
Method Summary |
Socket |
createSocket(String host,
int port)
Create a client socket connected to the specified host and port. |
createSocket
Socket createSocket(String host,
int port)
throws IOException,
ISOException
- 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 occur
ISOException - on any other error
Copyright © 1998-2012 jPOS.org. All Rights Reserved.