| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Client<O extends Options,U extends OptionsBuilder,T extends RequestBuilder>
|
class |
OptionsBuilder<U extends Options,T extends OptionsBuilder<U,T>>
Base class for building
Options |
| Modifier and Type | Method and Description |
|---|---|
<T extends Client<? extends Options,? extends OptionsBuilder,? extends RequestBuilder>> |
ClientFactory.newClient(Class<? extends Client> clientClass)
Return a new
Client instance |
| Modifier and Type | Method and Description |
|---|---|
Client<? extends Options,? extends OptionsBuilder,? extends RequestBuilder> |
ClientFactory.newClient()
Return a new
Client instance |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOptions
Default implementation of the
Options |
| Modifier and Type | Field and Description |
|---|---|
protected Options |
SocketRuntime.options |
protected Options |
DefaultSocket.options |
| Modifier and Type | Method and Description |
|---|---|
static Socket |
ClientUtil.create(Options options) |
static Socket |
ClientUtil.create(Options options,
Class<? extends Socket> socket) |
static com.ning.http.client.AsyncHttpClient |
ClientUtil.createDefaultAsyncHttpClient(Options o) |
static com.ning.http.client.AsyncHttpClient |
ClientUtil.createDefaultAsyncHttpClient(Options o,
com.ning.http.client.AsyncHttpProviderConfig asyncHttpProviderConfig) |
SocketRuntime |
DefaultSocket.createRuntime(DefaultFuture future,
Options options,
List<FunctionWrapper> functions) |
SocketRuntime |
AtmosphereSocket.createRuntime(DefaultFuture future,
Options options,
List<FunctionWrapper> functions) |
static Socket |
ClientUtil.getSocket(Options options,
Class<? extends Socket> socket) |
| Constructor and Description |
|---|
AtmosphereSocket(Options options) |
AtmosphereSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions) |
DefaultSocket(Options options) |
SocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions) |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializedOptions
An implementation of
DefaultOptions. |
| Modifier and Type | Method and Description |
|---|---|
SocketRuntime |
SerializedSocket.createRuntime(DefaultFuture future,
Options options,
List<FunctionWrapper> functions) |
| Constructor and Description |
|---|
SerialSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
List<FunctionWrapper> functions) |
| Modifier and Type | Field and Description |
|---|---|
protected Options |
StreamTransport.options |
| 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 © 2016. All Rights Reserved.