Interface Socket4Factory

    • Method Detail

      • createSocket

        Socket4 createSocket​(java.lang.String hostName,
                             int port)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • createServerSocket

        ServerSocket4 createServerSocket​(int port)
                                  throws java.io.IOException
        Throws:
        java.io.IOException