|
||||||||||
| 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(java.lang.String message,
java.lang.Object functionName,
FunctionWrapper fn)
Resolve the current message |
| Uses of FunctionWrapper in org.atmosphere.wasync.impl |
|---|
| Fields in org.atmosphere.wasync.impl with type parameters of type FunctionWrapper | |
|---|---|
protected java.util.List<FunctionWrapper> |
SocketRuntime.functions
|
protected java.util.List<FunctionWrapper> |
DefaultSocket.functions
|
| Method parameters in org.atmosphere.wasync.impl with type arguments of type FunctionWrapper | |
|---|---|
SocketRuntime |
DefaultSocket.createRuntime(DefaultFuture future,
Options options,
java.util.List<FunctionWrapper> functions)
|
SocketRuntime |
AtmosphereSocket.createRuntime(DefaultFuture future,
Options options,
java.util.List<FunctionWrapper> functions)
|
| Constructor parameters in org.atmosphere.wasync.impl with type arguments of type FunctionWrapper | |
|---|---|
AtmosphereSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions)
|
|
SocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions)
|
|
| Uses of FunctionWrapper in org.atmosphere.wasync.serial |
|---|
| Method parameters in org.atmosphere.wasync.serial with type arguments of type FunctionWrapper | |
|---|---|
SocketRuntime |
SerializedSocket.createRuntime(DefaultFuture future,
Options options,
java.util.List<FunctionWrapper> functions)
|
| Constructor parameters in org.atmosphere.wasync.serial with type arguments of type FunctionWrapper | |
|---|---|
SerialSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
java.util.List<FunctionWrapper> functions)
|
|
| Uses of FunctionWrapper in org.atmosphere.wasync.transport |
|---|
| Fields in org.atmosphere.wasync.transport with type parameters of type FunctionWrapper | |
|---|---|
protected java.util.List<FunctionWrapper> |
StreamTransport.functions
|
| Methods in org.atmosphere.wasync.transport with parameters of type FunctionWrapper | |
|---|---|
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)
|
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,
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)
|
| Constructor parameters in org.atmosphere.wasync.transport with type arguments of type FunctionWrapper | |
|---|---|
LongPollingTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
java.util.List<FunctionWrapper> functions)
|
|
SSETransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
java.util.List<FunctionWrapper> functions)
|
|
StreamTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
java.util.List<FunctionWrapper> functions)
|
|
WebSocketTransport(com.ning.http.client.RequestBuilder requestBuilder,
Options options,
Request request,
java.util.List<FunctionWrapper> functions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||