| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Field and Description |
|---|---|
static FunctionResolver |
FunctionResolver.DEFAULT |
protected FunctionResolver |
RequestBuilder.resolver |
| Modifier and Type | Method and Description |
|---|---|
FunctionResolver |
Request.functionResolver()
The
FunctionResolver associated with that request. |
FunctionResolver |
RequestBuilder.resolver()
Return the current
FunctionResolver |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilder.resolver(FunctionResolver resolver)
Add a
FunctionResolver |
| Modifier and Type | Method and Description |
|---|---|
FunctionResolver |
DefaultRequest.functionResolver()
The
FunctionResolver associated with that request. |
| Modifier and Type | Field and Description |
|---|---|
protected FunctionResolver |
StreamTransport.resolver |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TransportsUtil.invokeFunction(Event e,
List<Decoder<? extends Object,?>> decoders,
List<FunctionWrapper> functions,
Class<?> implementedType,
Object instanceType,
String functionName,
FunctionResolver resolver) |
static boolean |
TransportsUtil.invokeFunction(List<Decoder<? extends Object,?>> decoders,
List<FunctionWrapper> functions,
Class<?> implementedType,
Object instanceType,
String functionName,
FunctionResolver resolver) |
static boolean |
TransportsUtil.matchFunction(Object instanceType,
Class[] typeArguments,
Class<?> implementedType,
FunctionResolver resolver,
String originalMessage,
Object functionName,
FunctionWrapper wrapper,
Function f) |
Copyright © 2016. All Rights Reserved.