Uses of Class
org.atmosphere.wasync.Event

Packages that use Event
org.atmosphere.wasync   
org.atmosphere.wasync.decoder   
org.atmosphere.wasync.transport   
 

Uses of Event in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Event
static Event Event.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Event[] Event.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.atmosphere.wasync with parameters of type Event
 List<?> ReplayDecoder.decode(Event e, String s)
          Decode a String into a List of Objects.
 T Decoder.decode(Event e, U s)
          Decode the specified object of type U into object of type T
 

Uses of Event in org.atmosphere.wasync.decoder
 

Methods in org.atmosphere.wasync.decoder with parameters of type Event
 List<String> TrackMessageSizeDecoder.decode(Event type, String message)
           
 

Uses of Event in org.atmosphere.wasync.transport
 

Methods in org.atmosphere.wasync.transport with parameters of type Event
static boolean TransportsUtil.invokeFunction(Event e, List<Decoder<? extends Object,?>> decoders, List<FunctionWrapper> functions, Class<?> implementedType, Object instanceType, String functionName, FunctionResolver resolver)
           
static Object TransportsUtil.matchDecoder(Event e, Object instanceType, List<Decoder<? extends Object,?>> decoders)
           
 



Copyright © 2013. All Rights Reserved.