Uses of Class
org.atmosphere.config.service.DeliverTo.DELIVER_TO
-
Packages that use DeliverTo.DELIVER_TO Package Description org.atmosphere.config.service org.atmosphere.util -
-
Uses of DeliverTo.DELIVER_TO in org.atmosphere.config.service
Methods in org.atmosphere.config.service that return DeliverTo.DELIVER_TO Modifier and Type Method Description DeliverTo.DELIVER_TOvalue()static DeliverTo.DELIVER_TODeliverTo.DELIVER_TO. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeliverTo.DELIVER_TO[]DeliverTo.DELIVER_TO. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeliverTo.DELIVER_TO in org.atmosphere.util
Methods in org.atmosphere.util with parameters of type DeliverTo.DELIVER_TO Modifier and Type Method Description static voidIOUtils. deliver(java.lang.Object o, DeliverTo deliverConfig, DeliverTo.DELIVER_TO defaultDeliver, AtmosphereResource r)Delivers the given message according to the specifiedconfiguration).
-