|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.atmosphere.wasync.impl.AtmosphereClient
public class AtmosphereClient
| Constructor Summary | |
|---|---|
AtmosphereClient()
|
|
| Method Summary | |
|---|---|
Socket |
create()
Create a Socket |
Socket |
create(Options options)
Create a Socket configured using the Options |
protected Socket |
getSocket(com.ning.http.client.AsyncHttpClient asyncHttpClient,
Options options)
|
AtmosphereRequest.AtmosphereRequestBuilder |
newRequestBuilder()
Return a RequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder |
newRequestBuilder(Class<AtmosphereRequest.AtmosphereRequestBuilder> clazz)
Create a new RequestBuilder based on the class' implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtmosphereClient()
| Method Detail |
|---|
public Socket create()
ClientSocket
create in interface Client<AtmosphereRequest.AtmosphereRequestBuilder>Socketpublic Socket create(Options options)
ClientSocket configured using the Options
create in interface Client<AtmosphereRequest.AtmosphereRequestBuilder>Socketpublic AtmosphereRequest.AtmosphereRequestBuilder newRequestBuilder(Class<AtmosphereRequest.AtmosphereRequestBuilder> clazz)
ClientRequestBuilder based on the class' implementation.
newRequestBuilder in interface Client<AtmosphereRequest.AtmosphereRequestBuilder>clazz - an impplementation of RequestBuilder
RequestBuilder
protected Socket getSocket(com.ning.http.client.AsyncHttpClient asyncHttpClient,
Options options)
public AtmosphereRequest.AtmosphereRequestBuilder newRequestBuilder()
ClientRequestBuilder
newRequestBuilder in interface Client<AtmosphereRequest.AtmosphereRequestBuilder>RequestBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||