| Package | Description |
|---|---|
| org.jwebsocket.api |
Provides the interfaces for the jWebSocket engines, their connectors,
the servers and the data packets.
|
| org.jwebsocket.client.java |
| Modifier and Type | Method and Description |
|---|---|
WebSocketStatus |
WebSocketClient.getStatus()
Method to return if the status of the jWebSocketClient
|
static WebSocketStatus |
WebSocketStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketStatus[] |
WebSocketStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected WebSocketStatus |
BaseWebSocketClient.mStatus
represents the WebSocket status
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketStatus |
BaseWebSocketClient.getConnectionStatus() |
WebSocketStatus |
BaseWebSocketClient.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseWebSocketClient.setStatus(WebSocketStatus aStatus) |
Copyright © 2013. All Rights Reserved.