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