Package ej.websocket.frame
This package gathers the classes handling the frames of a WebSocket.
-
Interface Summary Interface Description IFrameBuilder An IFrameBuilder knows how to create different kind of frames. -
Class Summary Class Description ClientFrameBuilder This build will create frames that a client can send.FrameScanner A FrameScanner keeps reading theInputStream(which is supposed to be the input stream of aWebSocket.PrettyFramePrinter PrettyFramePrinter will analyze the content of aRawFrameand print it in a pretty human readable manner to a givenPrintStreamoutput.RawFrame This is just a convenient class to encapsulate a byte array that contains a complete websocket frame.