|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionWrapper | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| 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 |
|---|
| Methods in org.atmosphere.wasync.impl with parameters of type FunctionWrapper | |
|---|---|
boolean |
DefaultFunctionResolver.resolve(String message,
Object functionName,
FunctionWrapper fn)
|
| 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)
|
Transport |
StreamTransport.registerF(FunctionWrapper function)
|
| Constructor parameters in org.atmosphere.wasync.transport with type arguments of type FunctionWrapper | |
|---|---|
LongPollingTransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
Request request,
com.ning.http.client.AsyncHttpClient asyncHttpClient,
FunctionResolver resolver)
|
|
SSETransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
FunctionResolver resolver)
|
|
StreamTransport(Options options,
List<Decoder<? extends Object,?>> decoders,
List<FunctionWrapper> functions,
FunctionResolver resolver)
|
|
WebSocketTransport(Options options,
List<Decoder<?,?>> decoders,
List<FunctionWrapper> functions,
FunctionResolver resolver)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||