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

Packages that use AtmosphereResource.TRANSPORT
org.atmosphere.cpr   
 

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
 AtmosphereResourceImpl AtmosphereResourceImpl.transport(AtmosphereResource.TRANSPORT transport)
          Manually set the TRANSPORT
 



Copyright © 2013. All Rights Reserved.