| Package | Description |
|---|---|
| org.atmosphere.vibe.transport | |
| org.atmosphere.vibe.transport.http | |
| org.atmosphere.vibe.transport.ws |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseServerTransport
Base class for
ServerTransport. |
| Modifier and Type | Method and Description |
|---|---|
ServerTransport |
ServerTransport.closeAction(org.atmosphere.vibe.platform.action.Action<Void> action)
Attaches an action for the close event.
|
ServerTransport |
BaseServerTransport.closeAction(org.atmosphere.vibe.platform.action.Action<Void> action) |
ServerTransport |
ServerTransport.errorAction(org.atmosphere.vibe.platform.action.Action<Throwable> action)
Executed if there was any error on the connection.
|
ServerTransport |
BaseServerTransport.errorAction(org.atmosphere.vibe.platform.action.Action<Throwable> action) |
ServerTransport |
ServerTransport.send(String data)
Sends a text message through the connection.
|
ServerTransport |
ServerTransport.textAction(org.atmosphere.vibe.platform.action.Action<String> action)
Attaches an action for the text message.
|
ServerTransport |
BaseServerTransport.textAction(org.atmosphere.vibe.platform.action.Action<String> action) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHttpServerTransport
Base class for HTTP transport.
|
class |
HttpLongpollServerTransport
Represents a server-side HTTP Long Polling transport.
|
class |
HttpStreamServerTransport
Represents a server-side HTTP Streaming transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketServerTransport
Represents a server-side WebSocket transport.
|
Copyright 2014, The Vibe Project