|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 java.util.List<Encoder<?,?>> |
RequestBuilder.encoders
|
| Methods in org.atmosphere.wasync that return types with arguments of type Encoder | |
|---|---|
java.util.List<Encoder<?,?>> |
RequestBuilder.encoders()
Return the current list of Encoder |
java.util.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 | |
|---|---|
java.util.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 java.lang.Object |
SocketRuntime.invokeEncoder(java.util.List<Encoder<? extends java.lang.Object,?>> encoders,
java.lang.Object instanceType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||