Class WebSocketXMPPIOService<RefObject>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<IOService<?>>, TLSEventHandler, IOListener

    public class WebSocketXMPPIOService<RefObject>
    extends XMPPIOService<RefObject>
    Class implements basic support for WebSocket protocol. It extends XMPPIOService so it can be used instead of XMPPIOService in ClientConnectionManager to allow web clients to connect to it without using BOSH extension.
    • Field Detail

      • frameLength

        protected long frameLength
      • maskingKey

        protected byte[] maskingKey
    • Constructor Detail

      • WebSocketXMPPIOService

        public WebSocketXMPPIOService​(WebSocketProtocolIfc[] enabledProtocols)