Class WSSTransportServer

    • Constructor Detail

      • WSSTransportServer

        public WSSTransportServer​(URI location,
                                  SslContext context)
    • 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 WSTransportServer
        Returns:
        true if this transport server provides SSL level security over its connections.