- getAllHeaders() - Method in class ej.websocket.http.HttpResponse
-
- getBytes() - Method in class ej.websocket.frame.RawFrame
-
Note: this is not a copy of the internal representation.
- getCloseCode() - Method in class ej.websocket.ReasonForClosure
-
Get the close code.
- getCloseReason() - Method in class ej.websocket.ReasonForClosure
-
Get the close reason (may be an empty string).
- getCurrentState() - Method in class ej.websocket.WebSocket
-
- getEndpoint() - Method in class ej.websocket.WebSocket
-
- getExtendedLength() - Method in class ej.websocket.frame.RawFrame
-
Get the extended length of the frame.
- getFIN() - Method in class ej.websocket.frame.RawFrame
-
FIN is a bit.
- getFrame() - Method in class ej.websocket.frame.FrameScanner
-
Get a complete frame from the input stream.
- getHeader(String) - Method in class ej.websocket.http.HttpResponse
-
- getHost() - Method in class ej.websocket.WebSocketURI
-
Get the host (hostname or IP address).
- getHttpStatusCode() - Method in exception ej.websocket.ServerException
-
Get the the HTTP status code returned by the server.
- getLength() - Method in class ej.websocket.frame.RawFrame
-
A frame has a field called payload length.
- getMASK() - Method in class ej.websocket.frame.RawFrame
-
MASK is a bit.
- getMaskingKey() - Method in class ej.websocket.frame.RawFrame
-
Masking key is an optional field of the websocket protocol.
- getName() - Method in class ej.websocket.http.Header
-
- getOpcode() - Method in class ej.websocket.frame.RawFrame
-
Opcode is 4 bits.
- getPayload(boolean) - Method in class ej.websocket.frame.RawFrame
-
The payload (= 'real' data) of this frame.
- getPayloadLength() - Method in class ej.websocket.frame.RawFrame
-
Gets the payload length.
- getPort() - Method in class ej.websocket.WebSocketURI
-
Get the port of the host.
- getProtocolVersion() - Method in class ej.websocket.http.StatusLine
-
- getReasonPhrase() - Method in class ej.websocket.http.StatusLine
-
- getResourceName() - Method in class ej.websocket.WebSocketURI
-
Get the resource name, that is the name of the remote websocket endpoint.
- getRSV() - Method in class ej.websocket.frame.RawFrame
-
RSV are 3 bits.
- getStatusCode() - Method in class ej.websocket.http.StatusLine
-
- getStatusLine() - Method in class ej.websocket.http.HttpResponse
-
- getURI() - Method in class ej.websocket.WebSocket
-
- getValue() - Method in class ej.websocket.http.Header
-
- GOING_AWAY - Static variable in class ej.websocket.CloseCodes
-
1001 indicates that an endpoint is "going away", such as a server going down or a browser having navigated away
from a page.