Package org.jpos.iso

Interface ISOServerSocketFactory

    • Method Detail

      • createServerSocket

        java.net.ServerSocket createServerSocket​(int port)
                                          throws java.io.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:
        java.io.IOException - should an I/O error occur
        ISOException - on any other error creation