- hasExtendedLength() - Method in class ej.websocket.frame.RawFrame
-
Tell whether this frame has an extended length field.
- hasValidOpcode() - Method in class ej.websocket.frame.RawFrame
-
Test the opcode of this frame against possible opcodes provided by RFC6455.
- Header - Class in ej.websocket.http
-
HTTP header field as described by RFC 2616, section 6.2.
- HttpResponse - Class in ej.websocket.http
-
HTTP Response as described by RFC 2616, section 6.
- HttpResponse(InputStream) - Constructor for class ej.websocket.http.HttpResponse
-
Read the input stream until a complete HTTP response is formed.