Package | Description |
---|---|
ej.websocket.frame |
This package gathers the classes handling the frames of a WebSocket.
|
Class and Description |
---|
IFrameBuilder
An IFrameBuilder knows how to create different kind of frames.
|
RawFrame
This is just a convenient class to encapsulate a byte array that contains a complete websocket frame.
|