| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Method and Description |
|---|---|
Transport |
Transport.registerF(FunctionWrapper function)
Register a new
FunctionResolver |
Transport |
OptionsBuilder.transport()
The used
Transport |
Transport |
Options.transport()
The used
Transport |
| Modifier and Type | Method and Description |
|---|---|
T |
OptionsBuilder.registerTransport(Transport transport)
Register a new
Transport implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected Transport |
SocketRuntime.transport |
protected Transport |
DefaultSocket.transportInUse |
| Modifier and Type | Method and Description |
|---|---|
Transport |
DefaultOptions.transport()
The used
Transport |
| Modifier and Type | Method and Description |
|---|---|
protected List<Transport> |
DefaultSocket.getTransport(com.ning.http.client.RequestBuilder r,
Request request) |
| Modifier and Type | Method and Description |
|---|---|
protected Socket |
DefaultSocket.connect(com.ning.http.client.RequestBuilder r,
List<Transport> transports,
long timeout,
TimeUnit tu) |
| Constructor and Description |
|---|
AtmosphereSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions) |
SocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions) |
| Constructor and Description |
|---|
SerialSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
List<FunctionWrapper> functions) |
| Modifier and Type | Class and Description |
|---|---|
class |
LongPollingTransport
Long-Polling
Transport implementation |
class |
SSETransport
Server Side Events
Transport implementation |
class |
StreamTransport
Streaming
Transport implementation |
class |
WebSocketTransport
WebSocket
Transport implementation |
| Modifier and Type | Method and Description |
|---|---|
Transport |
WebSocketTransport.registerF(FunctionWrapper function)
Register a new
FunctionResolver |
Transport |
StreamTransport.registerF(FunctionWrapper function)
Register a new
FunctionResolver |
Copyright © 2014. All Rights Reserved.