Uses of Interface
org.atmosphere.wasync.Transport

Packages that use Transport
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.transport   
 

Uses of Transport in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Transport
 Transport Transport.future(Future f)
          The current Socket's Future
 Transport Transport.registerF(FunctionWrapper function)
          Register a new FunctionResolver
 Transport Options.transport()
           
 

Methods in org.atmosphere.wasync with parameters of type Transport
 Options.OptionsBuilder Options.OptionsBuilder.registerTransport(Transport transport)
          Register a new Transport implementation.
 

Uses of Transport in org.atmosphere.wasync.impl
 

Fields in org.atmosphere.wasync.impl declared as Transport
protected  Transport DefaultSocket.transportInUse
           
 

Methods in org.atmosphere.wasync.impl that return types with arguments of type Transport
protected  List<Transport> DefaultSocket.getTransport(com.ning.http.client.RequestBuilder r, Request request)
           
 

Method parameters in org.atmosphere.wasync.impl with type arguments of type Transport
protected  Socket DefaultSocket.connect(com.ning.http.client.RequestBuilder r, List<Transport> transports)
           
protected  Socket DefaultSocket.connect(com.ning.http.client.RequestBuilder r, List<Transport> transports, long timeout, TimeUnit tu)
           
 

Uses of Transport in org.atmosphere.wasync.transport
 

Classes in org.atmosphere.wasync.transport that implement Transport
 class LongPollingTransport
           
 class SSETransport
           
 class StreamTransport<T>
           
 class WebSocketTransport
           
 

Methods in org.atmosphere.wasync.transport that return Transport
 Transport WebSocketTransport.future(Future f)
           
 Transport StreamTransport.future(Future f)
           
 Transport WebSocketTransport.registerF(FunctionWrapper function)
           
 Transport StreamTransport.registerF(FunctionWrapper function)
           
 



Copyright © 2013. All Rights Reserved.