|
||||||||||
| 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 | |
|---|---|
static FunctionResolver |
FunctionResolver.DEFAULT
|
protected FunctionResolver |
RequestBuilder.resolver
|
| Methods in org.atmosphere.wasync that return FunctionResolver | |
|---|---|
FunctionResolver |
Request.functionResolver()
The FunctionResolver associated with that request. |
FunctionResolver |
RequestBuilder.resolver()
Return the current FunctionResolver |
| Methods in org.atmosphere.wasync with parameters of type FunctionResolver | |
|---|---|
T |
RequestBuilder.resolver(FunctionResolver resolver)
Add a FunctionResolver |
| Uses of FunctionResolver in org.atmosphere.wasync.impl |
|---|
| Methods in org.atmosphere.wasync.impl that return FunctionResolver | |
|---|---|
FunctionResolver |
DefaultRequest.functionResolver()
The FunctionResolver associated with that request. |
| Uses of FunctionResolver in org.atmosphere.wasync.transport |
|---|
| Fields in org.atmosphere.wasync.transport declared as FunctionResolver | |
|---|---|
protected FunctionResolver |
StreamTransport.resolver
|
| Methods in org.atmosphere.wasync.transport with parameters of type FunctionResolver | |
|---|---|
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 boolean |
TransportsUtil.matchFunction(java.lang.Object instanceType,
java.lang.Class[] typeArguments,
java.lang.Class<?> implementedType,
FunctionResolver resolver,
java.lang.String originalMessage,
java.lang.Object functionName,
FunctionWrapper wrapper,
Function f)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||