|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport | |
| Uses of Request in org.atmosphere.wasync |
|---|
| Methods in org.atmosphere.wasync that return Request | |
|---|---|
abstract Request |
RequestBuilder.build()
|
| Methods in org.atmosphere.wasync with parameters of type Request | |
|---|---|
boolean |
Transport.canHandle(Request request)
Return true if the transport can handle the request. |
Socket |
Socket.open(Request request)
Connect to the remote Server using the Request's information. |
| Uses of Request in org.atmosphere.wasync.impl |
|---|
| Classes in org.atmosphere.wasync.impl that implement Request | |
|---|---|
class |
AtmosphereRequest
|
class |
DefaultRequest
|
| Methods in org.atmosphere.wasync.impl that return Request | |
|---|---|
protected Request |
DefaultSocket.request()
|
| Methods in org.atmosphere.wasync.impl with parameters of type Request | |
|---|---|
protected List<Transport> |
DefaultSocket.getTransport(Request request)
|
Socket |
DefaultSocket.open(Request request)
|
DefaultSocket.InternalSocket |
DefaultSocket.InternalSocket.write(Request request,
Object data)
|
| Uses of Request in org.atmosphere.wasync.transport |
|---|
| Methods in org.atmosphere.wasync.transport with parameters of type Request | |
|---|---|
boolean |
WebSocketTransport.canHandle(Request request)
|
boolean |
StreamTransport.canHandle(Request request)
|
| Constructors in org.atmosphere.wasync.transport with parameters of type Request | |
|---|---|
LongPollingTransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
Request request,
com.ning.http.client.AsyncHttpClient asyncHttpClient,
FunctionResolver resolver)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||