| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerWebSocket
Abstract base class for
ServerWebSocket. |
| Modifier and Type | Method and Description |
|---|---|
ServerWebSocket |
ServerWebSocket.close()
Closes the connection.
|
ServerWebSocket |
AbstractServerWebSocket.close() |
ServerWebSocket |
ServerWebSocket.closeAction(Action<Void> action)
Attaches an action for the close event.
|
ServerWebSocket |
AbstractServerWebSocket.closeAction(Action<Void> action) |
ServerWebSocket |
ServerWebSocket.errorAction(Action<Throwable> action)
Attaches an action to handle error from various things.
|
ServerWebSocket |
AbstractServerWebSocket.errorAction(Action<Throwable> action) |
ServerWebSocket |
ServerWebSocket.messageAction(Action<Data> action)
Attaches an action for the message event.
|
ServerWebSocket |
AbstractServerWebSocket.messageAction(Action<Data> action) |
ServerWebSocket |
ServerWebSocket.send(ByteBuffer byteBuffer)
Sends bytes message through the connection
|
ServerWebSocket |
AbstractServerWebSocket.send(ByteBuffer byteBuffer) |
ServerWebSocket |
ServerWebSocket.send(String data)
Sends a text message through the connection.
|
ServerWebSocket |
AbstractServerWebSocket.send(String data) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtmosphereServerWebSocket
ServerWebSocket for Atmosphere 2. |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereBridge |
AtmosphereBridge.websocketAction(Action<ServerWebSocket> action)
Adds an action to be called on WebSocket connection with
ServerWebSocket in open state. |
| Modifier and Type | Class and Description |
|---|---|
class |
JwaServerWebSocket
ServerWebSocket for Java WebSocket API 1. |
| Modifier and Type | Method and Description |
|---|---|
JwaBridge |
JwaBridge.websocketAction(Action<ServerWebSocket> action) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlayServerWebSocket
ServerWebSocket for Play 2. |
| Modifier and Type | Class and Description |
|---|---|
class |
VertxServerWebSocket
ServerWebSocket for Vert.x 2. |
| Modifier and Type | Method and Description |
|---|---|
VertxBridge |
VertxBridge.websocketAction(Action<ServerWebSocket> action)
Adds an action to be called on WebSocket connection with
ServerWebSocket in open state. |
| Modifier and Type | Method and Description |
|---|---|
Action<ServerWebSocket> |
ServerWebSocketTestTemplate.Performer.serverAction() |
| Modifier and Type | Method and Description |
|---|---|
ServerWebSocketTestTemplate.Performer |
ServerWebSocketTestTemplate.Performer.serverAction(Action<ServerWebSocket> serverAction) |
Copyright 2014, The Vibe Project