Uses of Class
org.atmosphere.config.service.DeliverTo.DELIVER_TO

Packages that use DeliverTo.DELIVER_TO
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
static DeliverTo.DELIVER_TO DeliverTo.DELIVER_TO.valueOf(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
static void IOUtils.deliver(Object o, DeliverTo deliverConfig, DeliverTo.DELIVER_TO defaultDeliver, AtmosphereResource r)
           Delivers the given message according to the specified {@link org.atmosphere.config.service.DeliverTo configuration).
 



Copyright © 2014. All Rights Reserved.