Uses of Interface
org.atmosphere.wasync.Decoder

Packages that use Decoder
org.atmosphere.wasync   
org.atmosphere.wasync.decoder   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.transport   
 

Uses of Decoder in org.atmosphere.wasync
 

Subinterfaces of Decoder in org.atmosphere.wasync
 interface ReplayDecoder
          A Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder.
 

Fields in org.atmosphere.wasync with type parameters of type Decoder
protected  List<Decoder<?,?>> RequestBuilder.decoders
           
 

Methods in org.atmosphere.wasync that return types with arguments of type Decoder
 List<Decoder<?,?>> RequestBuilder.decoders()
          Return the current list of Decoder
 List<Decoder<?,?>> Request.decoders()
          The list of Decoder to use before the request is sent.
 

Methods in org.atmosphere.wasync with parameters of type Decoder
 T RequestBuilder.decoder(Decoder d)
          Add a Decoder.
 

Uses of Decoder in org.atmosphere.wasync.decoder
 

Classes in org.atmosphere.wasync.decoder that implement Decoder
 class TrackMessageSizeDecoder
           
 

Uses of Decoder in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return types with arguments of type Decoder
 List<Decoder<?,?>> DefaultRequest.decoders()
          The list of Decoder to use before the request is sent.
 

Uses of Decoder in org.atmosphere.wasync.transport
 

Fields in org.atmosphere.wasync.transport with type parameters of type Decoder
protected  List<Decoder<? extends Object,?>> StreamTransport.decoders
           
 

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



Copyright © 2013. All Rights Reserved.