Class Channelizer.WebSocketChannelizer

    • Constructor Detail

      • WebSocketChannelizer

        public WebSocketChannelizer()
    • Method Detail

      • connected

        public void connected()
        Description copied from interface: Channelizer
        Called after the channel connects. The Channelizer may need to perform some functions, such as a handshake.
      • getScheme

        public String getScheme​(boolean sslEnabled)
        Description copied from interface: Channelizer
        Gets the scheme to use to construct the URL and by default uses HTTP.