Class SSLServerSOContainerGroup

    • Field Detail

      • DEFAULT_GROUP_NAME

        public static final String DEFAULT_GROUP_NAME
    • Constructor Detail

      • SSLServerSOContainerGroup

        public SSLServerSOContainerGroup​(String name,
                                         ThreadGroup group,
                                         int port,
                                         int backlog,
                                         InetAddress inetAddress)
      • SSLServerSOContainerGroup

        public SSLServerSOContainerGroup​(String name,
                                         ThreadGroup group,
                                         int port,
                                         int backlog)
      • SSLServerSOContainerGroup

        public SSLServerSOContainerGroup​(String name,
                                         ThreadGroup group,
                                         int port,
                                         InetAddress bindAddress)
        Parameters:
        name - name
        group - thread group to use to create thread
        port - port
        bindAddress - bind address
        Since:
        4.4
      • SSLServerSOContainerGroup

        public SSLServerSOContainerGroup​(String name,
                                         ThreadGroup group,
                                         int port)
      • SSLServerSOContainerGroup

        public SSLServerSOContainerGroup​(String name,
                                         int port)
      • SSLServerSOContainerGroup

        public SSLServerSOContainerGroup​(int port)
      • SSLServerSOContainerGroup

        public SSLServerSOContainerGroup​(String name,
                                         ThreadGroup group,
                                         SSLServerSocket sslServerSocket)
        Parameters:
        name - name
        group - thread group to use
        sslServerSocket - the ssl server socket
        Since:
        4.6