Class VSServerSocketFactory


  • public class VSServerSocketFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.ServerSocket createServerSocket​(int port)  
      static java.net.ServerSocket createServerSocket​(int port, java.net.InetAddress address)  
      static java.net.ServerSocket createServerSocket​(int port, java.net.InetAddress address, TLSContext ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VSServerSocketFactory

        public VSServerSocketFactory()
    • Method Detail

      • createServerSocket

        public static java.net.ServerSocket createServerSocket​(int port)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • createServerSocket

        public static java.net.ServerSocket createServerSocket​(int port,
                                                               java.net.InetAddress address)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • createServerSocket

        public static java.net.ServerSocket createServerSocket​(int port,
                                                               java.net.InetAddress address,
                                                               TLSContext ctx)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException