| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<Encoder<?,?>> |
RequestBuilder.encoders |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilder.encoder(Encoder e)
Add an
Encoder. |
| Modifier and Type | Method and Description |
|---|---|
List<Encoder<?,?>> |
DefaultRequest.encoders()
The list of
Encoder to use before the request is sent. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
SocketRuntime.invokeEncoder(List<Encoder<? extends Object,?>> encoders,
Object instanceType) |
Copyright © 2016. All Rights Reserved.