|
||||||||||
| 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(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 | |||||||||