| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FunctionWrapper> |
DefaultSocket.functions |
protected java.util.List<FunctionWrapper> |
SocketRuntime.functions |
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
AtmosphereSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions) |
SocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions) |
| Modifier and Type | Method and Description |
|---|---|
SocketRuntime |
SerializedSocket.createRuntime(DefaultFuture future,
Options options,
java.util.List<FunctionWrapper> functions) |
| Constructor and Description |
|---|
SerialSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
java.util.List<FunctionWrapper> functions) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FunctionWrapper> |
StreamTransport.functions |
| Modifier and Type | Method and Description |
|---|---|
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 |
StreamTransport.registerF(FunctionWrapper function)
Register a new
FunctionResolver |
Transport |
WebSocketTransport.registerF(FunctionWrapper function)
Register a new
FunctionResolver |
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
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) |
Copyright © 2019. All Rights Reserved.