org.jpos.iso
Interface ISOServerSocketFactory
- All Known Implementing Classes:
- ISOServer, SunJSSESocketFactory
public interface ISOServerSocketFactory
ISOServerSocketFactory 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
createServerSocket
ServerSocket createServerSocket(int port)
throws IOException,
ISOException
- 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 occur
ISOException - on any other error
creation
Copyright © 1998-2012 jPOS.org. All Rights Reserved.