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.
|
Class and 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 |
Class and Description |
---|
AbstractWebSocket
Base class for additional implementations for the server as well as the client
|
WebSocket |
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.
|
Class and Description |
---|
WebSocketImpl
Represents one end (client or server) of a single WebSocketImpl connection.
|
Class and Description |
---|
WebSocket |
Class and Description |
---|
AbstractWebSocket
Base class for additional implementations for the server as well as the client
|
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.
|
WebSocketServerFactory
Interface to encapsulate the required methods for a websocket factory
|
Copyright © 2022. All rights reserved.