| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.decoder | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReplayDecoder<U,T>
A
Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Decoder<?,?>> |
RequestBuilder.decoders |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Decoder<?,?>> |
Request.decoders()
The list of
Decoder to use before the request is sent. |
java.util.List<Decoder<?,?>> |
RequestBuilder.decoders()
Return the current list of
Decoder |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilder.decoder(Decoder d)
Add a
Decoder. |
| Modifier and Type | Class and Description |
|---|---|
class |
PaddingAndHeartbeatDecoder
Trim white space protocol sent by the Atmosphere's org.atmosphere.interceptor.PaddingAtmosphereInterceptor,
discard heartbeat message from the server.
|
class |
TrackMessageSizeDecoder |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Decoder<?,?>> |
DefaultRequest.decoders()
The list of
Decoder to use before the request is sent. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Decoder<? extends java.lang.Object,?>> |
StreamTransport.decoders |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TransportsUtil.invokeFunction(Event e,
java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<FunctionWrapper> functions,
java.lang.Class<?> implementedType,
java.lang.Object instanceType,
java.lang.String functionName,
FunctionResolver resolver) |
static boolean |
TransportsUtil.invokeFunction(java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<FunctionWrapper> functions,
java.lang.Class<?> implementedType,
java.lang.Object instanceType,
java.lang.String functionName,
FunctionResolver resolver) |
static java.util.List<java.lang.Object> |
TransportsUtil.matchDecoder(Event e,
java.lang.Object instanceType,
java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<java.lang.Object> decodedObjects) |
Copyright © 2019. All Rights Reserved.