Uses of Interface
org.atmosphere.wasync.Encoder

Packages that use Encoder
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
 

Uses of Encoder in org.atmosphere.wasync
 

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

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

Methods in org.atmosphere.wasync with parameters of type Encoder
 RequestBuilder RequestBuilder.encoder(Encoder e)
          Add an Encoder.
 

Uses of Encoder in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return types with arguments of type Encoder
 List<Encoder<?,?>> DefaultRequest.encoders()
           
 



Copyright © 2012. All Rights Reserved.