Class SslSocketManager

    • Constructor Detail

      • SslSocketManager

        @Deprecated
        public SslSocketManager​(java.lang.String name,
                                java.io.OutputStream os,
                                java.net.Socket sock,
                                SslConfiguration sslConfig,
                                java.net.InetAddress inetAddress,
                                java.lang.String host,
                                int port,
                                int connectTimeoutMillis,
                                int reconnectionDelayMillis,
                                boolean immediateFail,
                                Layout<? extends java.io.Serializable> layout,
                                int bufferSize)
        Parameters:
        name - The unique name of this connection.
        os - The OutputStream.
        sock - The Socket.
        inetAddress - The Internet address of the host.
        host - The name of the host.
        port - The port number on the host.
        connectTimeoutMillis - the connect timeout in milliseconds.
        reconnectionDelayMillis - Reconnection interval.
        immediateFail -
        layout - The Layout.
        bufferSize - The buffer size.
      • SslSocketManager

        public SslSocketManager​(java.lang.String name,
                                java.io.OutputStream os,
                                java.net.Socket sock,
                                SslConfiguration sslConfig,
                                java.net.InetAddress inetAddress,
                                java.lang.String host,
                                int port,
                                int connectTimeoutMillis,
                                int reconnectionDelayMillis,
                                boolean immediateFail,
                                Layout<? extends java.io.Serializable> layout,
                                int bufferSize,
                                SocketOptions socketOptions)
        Parameters:
        name - The unique name of this connection.
        os - The OutputStream.
        sock - The Socket.
        inetAddress - The Internet address of the host.
        host - The name of the host.
        port - The port number on the host.
        connectTimeoutMillis - the connect timeout in milliseconds.
        reconnectionDelayMillis - Reconnection interval.
        immediateFail -
        layout - The Layout.
        bufferSize - The buffer size.