See: Description
| Interface | Description |
|---|---|
| WebSocketListener |
Listener interface to receive web socket events.
|
| Class | Description |
|---|---|
| ProxySettings |
Proxy settings.
|
| WebSocket |
Web socket.
|
| WebSocketAdapter |
An empty implementation of
WebSocketListener interface. |
| WebSocketCloseCode |
Close code.
|
| WebSocketExtension |
A class to hold the name and the parameters of
a web socket extension.
|
| WebSocketFactory |
Factory to create
WebSocket instances. |
| WebSocketFrame |
Web socket frame.
|
| WebSocketOpcode |
Opcode.
|
| Enum | Description |
|---|---|
| WebSocketError |
Web socket error codes.
|
| WebSocketState |
Web socket state.
|
| Exception | Description |
|---|---|
| WebSocketException |
Web socket exception.
|
SocketFactory interface,
wss) through
"Secure Proxy" (https).
See the description of WebSocket
class for usage. The source code is hosted at
GitHub.
For Maven:
<dependency> <groupId>com.neovisionaries</groupId> <artifactId>nv-websocket-client</artifactId> <version>1.16</version> </dependency>
Copyright © 2015. All rights reserved.