|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionResolver | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport | |
| Uses of FunctionResolver in org.atmosphere.wasync |
|---|
| Fields in org.atmosphere.wasync declared as FunctionResolver | |
|---|---|
FunctionResolver |
RequestBuilder.resolver
|
| Methods in org.atmosphere.wasync that return FunctionResolver | |
|---|---|
FunctionResolver |
Request.functionResolver()
The FunctionResolver associated with that request. |
| Methods in org.atmosphere.wasync with parameters of type FunctionResolver | |
|---|---|
RequestBuilder |
RequestBuilder.resolver(FunctionResolver resolver)
Add a FunctionResolver |
| Uses of FunctionResolver in org.atmosphere.wasync.impl |
|---|
| Classes in org.atmosphere.wasync.impl that implement FunctionResolver | |
|---|---|
class |
DefaultFunctionResolver
|
| Methods in org.atmosphere.wasync.impl that return FunctionResolver | |
|---|---|
FunctionResolver |
DefaultRequest.functionResolver()
|
| Uses of FunctionResolver in org.atmosphere.wasync.transport |
|---|
| Constructors in org.atmosphere.wasync.transport with parameters of type FunctionResolver | |
|---|---|
LongPollingTransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
Request request,
com.ning.http.client.AsyncHttpClient asyncHttpClient,
FunctionResolver resolver)
|
|
SSETransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
FunctionResolver resolver)
|
|
StreamTransport(Options options,
List<Decoder<? extends Object,?>> decoders,
List<FunctionWrapper> functions,
FunctionResolver resolver)
|
|
WebSocketTransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
FunctionResolver resolver)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||