| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerWebSocket
Abstract base class for
ServerWebSocket. |
| Modifier and Type | Method and Description |
|---|---|
ServerWebSocket |
ServerWebSocket.binaryAction(Action<ByteBuffer> action)
Attaches an action for the binary frame.
|
ServerWebSocket |
AbstractServerWebSocket.binaryAction(Action<ByteBuffer> action) |
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.send(ByteBuffer byteBuffer)
Sends a binary frame through the connection.
|
ServerWebSocket |
AbstractServerWebSocket.send(ByteBuffer byteBuffer) |
ServerWebSocket |
ServerWebSocket.send(String data)
Sends a text frame through the connection.
|
ServerWebSocket |
AbstractServerWebSocket.send(String data) |
ServerWebSocket |
ServerWebSocket.textAction(Action<String> action)
Attaches an action for the text frame.
|
ServerWebSocket |
AbstractServerWebSocket.textAction(Action<String> action) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtmosphereServerWebSocket
ServerWebSocket for Atmosphere 2. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Action<ServerWebSocket> |
VibeAtmosphereServlet.wsAction()
An
Action to consume ServerWebSocket. |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyServerWebSocket
ServerWebSocket for Grizzly 2. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Action<ServerWebSocket> |
VibeWebSocketApplication.wsAction()
An
Action to consume ServerWebSocket. |
| Modifier and Type | Class and Description |
|---|---|
class |
JwaServerWebSocket
ServerWebSocket for Java WebSocket API 1. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Action<ServerWebSocket> |
VibeServerEndpoint.wsAction()
An
Action to consume ServerWebSocket. |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyServerWebSocket
ServerWebSocket for Netty 4. |
| Modifier and Type | Method and Description |
|---|---|
abstract Action<ServerWebSocket> |
VibeServerCodec.wsAction()
An
Action to consume ServerWebSocket. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlayServerWebSocket
ServerWebSocket for Play 2. |
| Modifier and Type | Method and Description |
|---|---|
ServerWebSocket |
PlayServerWebSocket.binaryAction(Action<ByteBuffer> action) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertxServerWebSocket
ServerWebSocket for Vert.x 2. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Action<ServerWebSocket> |
VibeWebSocketHandler.wsAction()
An
Action to consume ServerWebSocket. |
| 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