Uses of Class
org.atmosphere.wasync.Request.TRANSPORT

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

Uses of Request.TRANSPORT in org.atmosphere.wasync
 

Fields in org.atmosphere.wasync with type parameters of type Request.TRANSPORT
 List<Request.TRANSPORT> RequestBuilder.transports
           
 

Methods in org.atmosphere.wasync that return Request.TRANSPORT
 Request.TRANSPORT Transport.name()
          The transport name
static Request.TRANSPORT Request.TRANSPORT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Request.TRANSPORT[] Request.TRANSPORT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.atmosphere.wasync that return types with arguments of type Request.TRANSPORT
 List<Request.TRANSPORT> Request.transport()
          The list of transports to try
 

Methods in org.atmosphere.wasync with parameters of type Request.TRANSPORT
 RequestBuilder RequestBuilder.transport(Request.TRANSPORT t)
          The Request.TRANSPORT to use.
 

Uses of Request.TRANSPORT in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return types with arguments of type Request.TRANSPORT
 List<Request.TRANSPORT> DefaultRequest.transport()
           
 

Methods in org.atmosphere.wasync.impl with parameters of type Request.TRANSPORT
 RequestBuilder AtmosphereRequest.AtmosphereRequestBuilder.transport(Request.TRANSPORT t)
           
 

Uses of Request.TRANSPORT in org.atmosphere.wasync.transport
 

Methods in org.atmosphere.wasync.transport that return Request.TRANSPORT
 Request.TRANSPORT WebSocketTransport.name()
           
 Request.TRANSPORT StreamTransport.name()
           
 Request.TRANSPORT SSETransport.name()
           
 Request.TRANSPORT LongPollingTransport.name()
           
 



Copyright © 2012. All Rights Reserved.