| Package | Description |
|---|---|
| org.atmosphere.vibe.transport | |
| org.atmosphere.vibe.transport.http | |
| org.atmosphere.vibe.transport.ws |
| 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 | Class and Description |
|---|---|
class |
HttpTransportServer
HTTP implementation of
TransportServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketTransportServer
Websocket implementation of
TransportServer. |
Copyright 2014, The Vibe Project