Uses of Interface
org.atmosphere.wasync.Request

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
 Socket Socket.open(Request request)
          Connect to the remote Server using the Request's information.
 Socket Socket.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
 

Uses of Request in org.atmosphere.wasync.impl
 

Classes in org.atmosphere.wasync.impl that implement Request
 class AtmosphereRequest
           
 class DefaultRequest<T extends RequestBuilder>
           
 

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(com.ning.http.client.RequestBuilder r, Request request)
           
 Socket DefaultSocket.open(Request request)
           
 Socket DefaultSocket.open(Request request, long timeout, TimeUnit tu)
           
 DefaultSocket.InternalSocket DefaultSocket.InternalSocket.write(Request request, Object data)
           
 

Uses of Request in org.atmosphere.wasync.transport
 

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.