Uses of Interface
org.atmosphere.wasync.Request

Packages that use Request
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.serial   
org.atmosphere.wasync.transport   
 

Uses of Request in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Request
abstract  Request RequestBuilder.build()
          Build a Request.
 

Methods in org.atmosphere.wasync with parameters of type Request
 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
 

Uses of Request in org.atmosphere.wasync.impl
 

Classes in org.atmosphere.wasync.impl that implement Request
 class AtmosphereRequest
          A specialized Request implementation to use with the Atmosphere Framework.
 class DefaultRequest<T extends RequestBuilder>
          Default implementation of the Request
 

Fields in org.atmosphere.wasync.impl declared as Request
protected  Request DefaultSocket.request
           
 

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  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)
           
 

Uses of Request in org.atmosphere.wasync.serial
 

Methods in org.atmosphere.wasync.serial with parameters of type Request
 Future SerialSocketRuntime.write(Request request, Object data)
           
 

Uses of Request in org.atmosphere.wasync.transport
 

Fields in org.atmosphere.wasync.transport declared as Request
protected  Request StreamTransport.request
           
 

Constructors in org.atmosphere.wasync.transport with parameters of type Request
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 © 2013. All Rights Reserved.