Uses of Package
org.java_websocket
Packages that use org.java_websocket
Package
Description
This package encapsulates all implementations in relation with the WebSocketClient.
This package encapsulates all implementations in relation with the WebSocket drafts.
This package encapsulates all implementations in relation with the exceptions thrown in this
lib.
This package encapsulates all implementations in relation with the WebSocketServer.
-
Classes in org.java_websocket used by org.java_websocketClassDescriptionThis class default implements all methods of the WebSocketListener that can be overridden optionally when advances functionalities is needed.Represents one end (client or server) of a single WebSocketImpl connection.Implemented by
WebSocketClient
andWebSocketServer
. -
Classes in org.java_websocket used by org.java_websocket.clientClassDescriptionBase class for additional implementations for the server as well as the clientThis class default implements all methods of the WebSocketListener that can be overridden optionally when advances functionalities is needed.Implemented by
WebSocketClient
andWebSocketServer
. -
Classes in org.java_websocket used by org.java_websocket.draftsClassDescriptionRepresents one end (client or server) of a single WebSocketImpl connection.
-
Classes in org.java_websocket used by org.java_websocket.exceptions
-
Classes in org.java_websocket used by org.java_websocket.serverClassDescriptionBase class for additional implementations for the server as well as the clientThis class default implements all methods of the WebSocketListener that can be overridden optionally when advances functionalities is needed.Represents one end (client or server) of a single WebSocketImpl connection.Implemented by
WebSocketClient
andWebSocketServer
.Interface to encapsulate the required methods for a websocket factory