|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionWrapper | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.transport | |
| Uses of FunctionWrapper in org.atmosphere.wasync |
|---|
| Methods in org.atmosphere.wasync with parameters of type FunctionWrapper | |
|---|---|
Transport |
Transport.registerF(FunctionWrapper function)
Register a new FunctionResolver |
boolean |
FunctionResolver.resolve(String message,
Object functionName,
FunctionWrapper fn)
Resolve the current message with |
| Uses of FunctionWrapper in org.atmosphere.wasync.impl |
|---|
| Fields in org.atmosphere.wasync.impl with type parameters of type FunctionWrapper | |
|---|---|
protected List<FunctionWrapper> |
SocketRuntime.functions
|
protected List<FunctionWrapper> |
DefaultSocket.functions
|
| Constructor parameters in org.atmosphere.wasync.impl with type arguments of type FunctionWrapper | |
|---|---|
SocketRuntime(Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions)
|
|
SocketRuntime(com.ning.http.client.websocket.WebSocket webSocket,
Options options,
DefaultFuture rootFuture,
List<FunctionWrapper> functions)
|
|
| Uses of FunctionWrapper in org.atmosphere.wasync.serial |
|---|
| Constructor parameters in org.atmosphere.wasync.serial with type arguments of type FunctionWrapper | |
|---|---|
SerialSocketRuntime(Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
List<FunctionWrapper> functions)
|
|
SerialSocketRuntime(com.ning.http.client.websocket.WebSocket webSocket,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
List<FunctionWrapper> functions)
|
|
| Uses of FunctionWrapper in org.atmosphere.wasync.transport |
|---|
| Fields in org.atmosphere.wasync.transport with type parameters of type FunctionWrapper | |
|---|---|
protected List<FunctionWrapper> |
StreamTransport.functions
|
| Methods in org.atmosphere.wasync.transport with parameters of type FunctionWrapper | |
|---|---|
Transport |
WebSocketTransport.registerF(FunctionWrapper function)
Register a new FunctionResolver |
Transport |
StreamTransport.registerF(FunctionWrapper function)
Register a new FunctionResolver |
| Method parameters in org.atmosphere.wasync.transport with type arguments of type FunctionWrapper | |
|---|---|
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)
|
| Constructor parameters in org.atmosphere.wasync.transport with type arguments of type FunctionWrapper | |
|---|---|
LongPollingTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions)
|
|
SSETransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions)
|
|
StreamTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions)
|
|
WebSocketTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
List<FunctionWrapper> functions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||