- nextIConnection next; 
- The next connection in the chain (towards the raw transport). 
- stateConnectionState state [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sendvoid send(Data[] data, int priority) 
- sendalias send = IConnection.send 
- Undocumented in source. 
- disconnectvoid disconnect(string reason, DisconnectType type) 
- Terminate the connection. 
- onConnectvoid onConnect() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onReadDatavoid onReadData(Data data) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onDisconnectvoid onDisconnect(string reason, DisconnectType type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onBufferFlushedvoid onBufferFlushed() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- handleConnectConnectHandler handleConnect [@property setter] 
- Callback for when a connection has been established. 
- connectHandlerConnectHandler connectHandler; 
- Undocumented in source. 
- handleReadDataReadDataHandler handleReadData [@property setter] 
- Callback setter for when new data is read. 
- readDataHandlerReadDataHandler readDataHandler; 
- Undocumented in source. 
- handleDisconnectDisconnectHandler handleDisconnect [@property setter] 
- Callback setter for when a connection was closed. 
- disconnectHandlerDisconnectHandler disconnectHandler; 
- Undocumented in source. 
- handleBufferFlushedBufferFlushedHandler handleBufferFlushed [@property setter] 
- Callback setter for when all queued data has been written. 
- bufferFlushedHandlerBufferFlushedHandler bufferFlushedHandler; 
- Undocumented in source. 
Adapter which decodes/encodes WebSocket frames.