- SEND_BINARY - Static variable in class ej.websocket.Messages
-
A send of binary has been requested.
- SEND_TEXT - Static variable in class ej.websocket.Messages
-
A send of text has been requested.
- sendBinary(byte[]) - Method in class ej.websocket.WebSocket
-
- SENDING - Static variable in class ej.websocket.Messages
-
Sending some data.
- sendText(String) - Method in class ej.websocket.WebSocket
-
- SERVER_CANNOT_FULFILL_REQUEST - Static variable in class ej.websocket.CloseCodes
-
1011 indicates that a server is terminating the connection because it encountered an unexpected condition that
prevented it from fulfilling the request.
- ServerException - Exception in ej.websocket
-
- ServerException(String) - Constructor for exception ej.websocket.ServerException
-
Create a new server exception.
- ServerException() - Constructor for exception ej.websocket.ServerException
-
- setCode(int) - Method in class ej.websocket.ReasonForClosure
-
Change the close code.
- setHttpStatusCode(int) - Method in exception ej.websocket.ServerException
-
Set the the HTTP status code returned by the server.
- setLength(int) - Method in class ej.websocket.frame.RawFrame
-
- setReason(String) - Method in class ej.websocket.ReasonForClosure
-
Change the close reason.
- setSocket(Socket) - Method in class ej.websocket.WebSocket
-
Sets the socket.
- setupSocket() - Method in class ej.websocket.WebSocket
-
Open the socket and sets it.
- StatusLine - Class in ej.websocket.http
-
HTTP status line as described by RFC 2616, section 6.1.