Package ej.websocket
This package gather the classes managing WebSocket.
-
Interface Summary Interface Description Endpoint AnEndpointknows how to handle high level websocket events. -
Class Summary Class Description CloseCodes RFC6455 defined a list a status codes (section 7.4.1) and reserved code ranges (section 7.4.2).Messages Gather error messages.ReasonForClosure AReasonForClosureis a close code (which is a number) and a close reason (which a String that may be empty).WebSocket Representation for the physical websocket connection following RFC 6455 definition.WebSocketSecure Representation for the physical websocket connection that support SSL Context.WebSocketURI WebSocketURI is a container for a WebSocket URI as described in RFC 6455. -
Enum Summary Enum Description ConnectionStates RFC6455 defined several possible states for a websocket. -
Exception Summary Exception Description ServerException This is a more specificWebSocketExceptiontype.WebSocketException A special kind of exception thrown by classes associated toWebSockets.