Uses of Class
org.atmosphere.cpr.AtmosphereRequest.LocalAttributes
-
Packages that use AtmosphereRequest.LocalAttributes Package Description org.atmosphere.cpr -
-
Uses of AtmosphereRequest.LocalAttributes in org.atmosphere.cpr
Methods in org.atmosphere.cpr that return AtmosphereRequest.LocalAttributes Modifier and Type Method Description AtmosphereRequest.LocalAttributesAtmosphereRequest. attributes()Deprecated.AtmosphereRequest.LocalAttributesAtmosphereRequestImpl. attributes()AtmosphereRequest.LocalAttributesAtmosphereRequest. localAttributes()Return a subset of the attributes set on this AtmosphereRequest, set locally by the framework or by an application.AtmosphereRequest.LocalAttributesAtmosphereRequestImpl. localAttributes()AtmosphereRequest.LocalAttributesAtmosphereRequest.LocalAttributes. put(java.lang.String s, java.lang.Object o)
-