See: Description
Interface | Description |
---|---|
IFrameBuilder |
An IFrameBuilder knows how to create different kind of frames.
|
Class | Description |
---|---|
ClientFrameBuilder |
This build will create frames that a client can send.
|
FrameScanner |
A FrameScanner keeps reading the
InputStream (which is supposed to be the input stream of a WebSocket . |
PrettyFramePrinter |
PrettyFramePrinter will analyze the content of a
RawFrame and print it in a pretty human readable manner to a given PrintStream
output. |
RawFrame |
This is just a convenient class to encapsulate a byte array that contains a complete websocket frame.
|