Uses of Enum Class
org.atmosphere.config.service.DeliverTo.DELIVER_TO
Packages that use DeliverTo.DELIVER_TO
-
Uses of DeliverTo.DELIVER_TO in org.atmosphere.config.service
Methods in org.atmosphere.config.service that return DeliverTo.DELIVER_TOModifier and TypeMethodDescriptionstatic DeliverTo.DELIVER_TOReturns the enum constant of this class with the specified name.static DeliverTo.DELIVER_TO[]DeliverTo.DELIVER_TO.values()Returns an array containing the constants of this enum class, 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_TOModifier and TypeMethodDescriptionstatic voidIOUtils.deliver(Object o, DeliverTo deliverConfig, DeliverTo.DELIVER_TO defaultDeliver, AtmosphereResource r) Delivers the given message according to the specifiedinvalid input: 'configuration). </p> @param o the message @param deliverConfig the annotation state @param defaultDeliver the strategy applied if deliverConfig is {@code null} @param r the resource'