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

Packages that use DeliverTo.DELIVER_TO
org.atmosphere.config.managed   
org.atmosphere.config.service   
 

Uses of DeliverTo.DELIVER_TO in org.atmosphere.config.managed
 

Methods in org.atmosphere.config.managed with parameters of type DeliverTo.DELIVER_TO
protected  void ManagedAtmosphereHandler.deliver(Object o, DeliverTo deliverConfig, DeliverTo.DELIVER_TO defaultDeliver, AtmosphereResource r)
           Delivers the given message according to the specified {@link DeliverTo configuration).
 

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.
 



Copyright © 2014. All Rights Reserved.