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