| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Method and Description |
|---|---|
abstract Request |
RequestBuilder.build()
Build a
Request. |
| Modifier and Type | Method and Description |
|---|---|
Socket |
Socket.open(Request request)
Connect to the remote Server using the
Request's information. |
Socket |
Socket.open(Request request,
long timeout,
TimeUnit unit)
Connect to the remote Server using the
Request's information, will timeout if the connection failed to open
within a certain time. |
| Modifier and Type | Class and Description |
|---|---|
class |
AtmosphereRequest
A specialized
Request implementation to use with the Atmosphere Framework. |
class |
DefaultRequest<T extends RequestBuilder>
Default implementation of the
Request |
| Modifier and Type | Field and Description |
|---|---|
protected Request |
DefaultSocket.request |
| Modifier and Type | Method and Description |
|---|---|
protected Request |
DefaultSocket.request() |
| Modifier and Type | Method and Description |
|---|---|
protected com.ning.http.client.AsyncHttpClient.BoundRequestBuilder |
SocketRuntime.configureAHC(Request request) |
protected com.ning.http.client.AsyncHttpClient.BoundRequestBuilder |
AtmosphereSocketRuntime.configureAHC(Request request) |
protected List<Transport> |
DefaultSocket.getTransport(com.ning.http.client.RequestBuilder r,
Request request) |
com.ning.http.client.ListenableFuture<com.ning.http.client.Response> |
SocketRuntime.httpWrite(Request request,
Object object,
Object data) |
Socket |
DefaultSocket.open(Request request) |
Socket |
DefaultSocket.open(Request request,
long timeout,
TimeUnit tu)
Connect to the remote Server using the
Request's information, will timeout if the connection failed to open
within a certain time. |
void |
SocketRuntime.webSocketWrite(Request request,
Object object,
Object data) |
Future |
SocketRuntime.write(Request request,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
Future |
SerialSocketRuntime.write(Request request,
Object data) |
| Modifier and Type | Field and Description |
|---|---|
protected Request |
StreamTransport.request |
| Constructor and Description |
|---|
LongPollingTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions) |
SSETransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions) |
StreamTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions) |
WebSocketTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions) |
Copyright © 2017. All Rights Reserved.