Uses of Class
org.atmosphere.cpr.AtmosphereResource.TRANSPORT

Packages that use AtmosphereResource.TRANSPORT
org.atmosphere.cpr   
org.atmosphere.util   
 

Uses of AtmosphereResource.TRANSPORT in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return AtmosphereResource.TRANSPORT
 AtmosphereResource.TRANSPORT Meteor.transport()
          Return the current AtmosphereResource.TRANSPORT.
 AtmosphereResource.TRANSPORT AtmosphereResourceImpl.transport()
           
 AtmosphereResource.TRANSPORT AtmosphereResource.transport()
          Return the current AtmosphereResource.TRANSPORT.
static AtmosphereResource.TRANSPORT AtmosphereResource.TRANSPORT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AtmosphereResource.TRANSPORT[] AtmosphereResource.TRANSPORT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResource.TRANSPORT
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
          Create an AtmosphereResourceImpl.
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
          Create an AtmosphereResourceImpl.
 AtmosphereResource DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
           
abstract  AtmosphereResource AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)
           
 AtmosphereResourceImpl AtmosphereResourceImpl.transport(AtmosphereResource.TRANSPORT transport)
          Manually set the TRANSPORT
 

Uses of AtmosphereResource.TRANSPORT in org.atmosphere.util
 

Methods in org.atmosphere.util with parameters of type AtmosphereResource.TRANSPORT
static boolean Utils.pollableTransport(AtmosphereResource.TRANSPORT t)
           
static boolean Utils.pushMessage(AtmosphereResource.TRANSPORT t)
           
static boolean Utils.resumableTransport(AtmosphereResource.TRANSPORT t)
           
static boolean Utils.twoConnectionsTransport(AtmosphereResource.TRANSPORT t)
           
 



Copyright © 2014. All Rights Reserved.