| Package | Description |
|---|---|
| org.atmosphere.vibe | |
| org.atmosphere.vibe.transport | |
| org.atmosphere.vibe.transport.http | |
| org.atmosphere.vibe.transport.ws |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServer.on(ServerTransport transport) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseServerTransport
Base class for
ServerTransport. |
| Modifier and Type | Method and Description |
|---|---|
ServerTransport |
ServerTransport.closeAction(Action<Void> action)
Attaches an action for the close event.
|
ServerTransport |
BaseServerTransport.closeAction(Action<Void> action) |
ServerTransport |
ServerTransport.errorAction(Action<Throwable> action)
Executed if there was any error on the connection.
|
ServerTransport |
BaseServerTransport.errorAction(Action<Throwable> action) |
ServerTransport |
ServerTransport.send(String data)
Sends a text message through the connection.
|
ServerTransport |
ServerTransport.textAction(Action<String> action)
Attaches an action for the text message.
|
ServerTransport |
BaseServerTransport.textAction(Action<String> action) |
| Modifier and Type | Method and Description |
|---|---|
TransportServer<T> |
TransportServer.transportAction(Action<ServerTransport> action)
Registers an action to be called when the transport has been opened.
|
| Modifier and Type | Method and Description |
|---|---|
HttpTransportServer |
HttpTransportServer.transportAction(Action<ServerTransport> action) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketTransportServer |
WebSocketTransportServer.transportAction(Action<ServerTransport> action) |
Copyright 2014, The Vibe Project