Uses of Package
org.java_websocket
-
Packages that use org.java_websocket Package Description com.basiscomponents.comm 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.server This package encapsulates all implementations in relation with the WebSocketServer. -
Classes in org.java_websocket used by com.basiscomponents.comm 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.WebSocketListener Implemented by WebSocketClient and WebSocketServer. -
Classes in org.java_websocket used by org.java_websocket Class Description WebSocket WebSocket.READYSTATE Enum which represents the state a websocket may be inWebSocket.Role Enum which represents the states a websocket may be inWebSocketAdapter 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 clientAbstractWrappedByteChannel WebSocket WebSocket.READYSTATE Enum which represents the state a websocket may be inWebSocketAdapter This class default implements all methods of the WebSocketListener that can be overridden optionally when advances functionalities is needed.WebSocketListener Implemented by WebSocketClient and WebSocketServer.WrappedByteChannel -
Classes in org.java_websocket used by org.java_websocket.drafts Class Description WebSocket.Role Enum which represents the states a websocket may be inWebSocketImpl Represents one end (client or server) of a single WebSocketImpl connection. -
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