Uses of Interface
org.atmosphere.wasync.Decoder

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

Uses of Decoder in org.atmosphere.wasync
 

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

Methods in org.atmosphere.wasync that return types with arguments of type 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
 RequestBuilder RequestBuilder.decoder(Decoder d)
          Add a Decoder.
 

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()
           
 

Uses of Decoder in org.atmosphere.wasync.transport
 

Constructor parameters in org.atmosphere.wasync.transport with type arguments of type Decoder
LongPollingTransport(Options options, List<Decoder<?,?>> decoders, List<FunctionWrapper> functions, Request request, com.ning.http.client.AsyncHttpClient asyncHttpClient, FunctionResolver resolver)
           
SSETransport(Options options, List<Decoder<?,?>> decoders, List<FunctionWrapper> functions, FunctionResolver resolver)
           
StreamTransport(Options options, List<Decoder<? extends Object,?>> decoders, List<FunctionWrapper> functions, FunctionResolver resolver)
           
WebSocketTransport(Options options, List<Decoder<?,?>> decoders, List<FunctionWrapper> functions, FunctionResolver resolver)
           
 



Copyright © 2012. All Rights Reserved.