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.server |
This package encapsulates all implementations in relation with the WebSocketServer.
|
Class and Description |
---|
WebSocket |
WebSocket.READYSTATE
Enum which represents the state a websocket may be in
|
WebSocket.Role
Enum which represents the states a websocket may be in
|
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
|
AbstractWrappedByteChannel |
WebSocket |
WebSocket.READYSTATE
Enum which represents the state a websocket may be in
|
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.
|
WrappedByteChannel |
Class and Description |
---|
WebSocket.Role
Enum which represents the states a websocket may be in
|
WebSocketImpl
Represents one end (client or server) of a single WebSocketImpl connection.
|
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 © 2018. All rights reserved.