Uses of Class
org.atmosphere.cpr.AtmosphereResource.TRANSPORT
-
Packages that use AtmosphereResource.TRANSPORT Package Description org.atmosphere.cpr org.atmosphere.util -
-
Uses of AtmosphereResource.TRANSPORT in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return AtmosphereResource.TRANSPORT Modifier and Type Method Description AtmosphereResource.TRANSPORTAtmosphereResource. transport()Return the currentAtmosphereResource.TRANSPORT.AtmosphereResource.TRANSPORTAtmosphereResourceImpl. transport()AtmosphereResource.TRANSPORTMeteor. transport()Return the currentAtmosphereResource.TRANSPORT.static AtmosphereResource.TRANSPORTAtmosphereResource.TRANSPORT. valueOf(java.lang.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. -
Uses of AtmosphereResource.TRANSPORT in org.atmosphere.util
Methods in org.atmosphere.util with parameters of type AtmosphereResource.TRANSPORT Modifier and Type Method Description static booleanUtils. pollableTransport(AtmosphereResource.TRANSPORT t)static booleanUtils. pushMessage(AtmosphereResource.TRANSPORT t)static booleanUtils. resumableTransport(AtmosphereResource.TRANSPORT t)static booleanUtils. twoConnectionsTransport(AtmosphereResource.TRANSPORT t)
-