Class ServerConnectionContext

    • Constructor Detail

      • ServerConnectionContext

        public ServerConnectionContext()
        Default constructor.
      • ServerConnectionContext

        public ServerConnectionContext​(Socket sock)
        Create the security mechanism context. This is stored in TLS.
    • Method Detail

      • getSocket

        public Socket getSocket()
        Return the socket for this connection.
      • setSocket

        public void setSocket​(Socket s)
        Set the socket for this connection.