|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Decoder | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.decoder | |
| org.atmosphere.wasync.impl | |
| 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 List<Decoder<?,?>> |
RequestBuilder.decoders
|
| Methods in org.atmosphere.wasync that return types with arguments of type Decoder | |
|---|---|
List<Decoder<?,?>> |
RequestBuilder.decoders()
|
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 | |
|---|---|
List<Decoder<?,?>> |
DefaultRequest.decoders()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||