| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial |
| 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 | 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 | Class and Description |
|---|---|
class |
AtmosphereClient
A specialized
Client for the Atmosphere Framework. |
class |
DefaultClient
The default implementation of the
Client |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializedClient
SerializedClient is a Client that guarantees ordered message delivery, in-line with the
Socket.fire(Object) invocation sequence. |
Copyright © 2013. All Rights Reserved.