Class NIOSSLTransportServer

    • Method Detail

      • isSslServer

        public boolean isSslServer()
        Description copied from interface: TransportServer
        For TransportServers that provide SSL connections to their connected peers they should return true here if and only if they populate the ConnectionInfo command presented to the Broker with the peers certificate chain so that the broker knows it can use that information to authenticate the connected peer.
        Specified by:
        isSslServer in interface TransportServer
        Overrides:
        isSslServer in class TcpTransportServer
        Returns:
        true if this transport server provides SSL level security over its connections.
      • isNeedClientAuth

        public boolean isNeedClientAuth()
      • setNeedClientAuth

        public void setNeedClientAuth​(boolean value)
      • isWantClientAuth

        public boolean isWantClientAuth()
      • setWantClientAuth

        public void setWantClientAuth​(boolean value)