|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Decoder | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.decoder | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport | |
| Uses of Decoder in org.atmosphere.wasync |
|---|
| Subinterfaces of Decoder in org.atmosphere.wasync | |
|---|---|
interface |
ReplayDecoder
A Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder. |
| Fields in org.atmosphere.wasync with type parameters of type Decoder | |
|---|---|
protected java.util.List<Decoder<?,?>> |
RequestBuilder.decoders
|
| Methods in org.atmosphere.wasync that return types with arguments of type Decoder | |
|---|---|
java.util.List<Decoder<?,?>> |
RequestBuilder.decoders()
Return the current list of Decoder |
java.util.List<Decoder<?,?>> |
Request.decoders()
The list of Decoder to use before the request is sent. |
| Methods in org.atmosphere.wasync with parameters of type Decoder | |
|---|---|
T |
RequestBuilder.decoder(Decoder d)
Add a Decoder. |
| Uses of Decoder in org.atmosphere.wasync.decoder |
|---|
| Classes in org.atmosphere.wasync.decoder that implement Decoder | |
|---|---|
class |
TrackMessageSizeDecoder
|
| Uses of Decoder in org.atmosphere.wasync.impl |
|---|
| Methods in org.atmosphere.wasync.impl that return types with arguments of type Decoder | |
|---|---|
java.util.List<Decoder<?,?>> |
DefaultRequest.decoders()
The list of Decoder to use before the request is sent. |
| Uses of Decoder in org.atmosphere.wasync.transport |
|---|
| Fields in org.atmosphere.wasync.transport with type parameters of type Decoder | |
|---|---|
protected java.util.List<Decoder<? extends java.lang.Object,?>> |
StreamTransport.decoders
|
| Method parameters in org.atmosphere.wasync.transport with type arguments of type Decoder | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||