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
protected  List<Encoder<?,?>> RequestBuilder.encoders
           
 

Methods in org.atmosphere.wasync that return types with arguments of type Encoder
 List<Encoder<?,?>> RequestBuilder.encoders()
          Return the current list of 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
 T 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()
          The list of Encoder to use before the request is sent.
 

Method parameters in org.atmosphere.wasync.impl with type arguments of type Encoder
protected  Object SocketRuntime.invokeEncoder(List<Encoder<? extends Object,?>> encoders, Object instanceType)
           
 



Copyright © 2013. All Rights Reserved.