| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Method and Description |
|---|---|
Function<?> |
FunctionWrapper.function() |
| Modifier and Type | Method and Description |
|---|---|
Socket |
Socket.on(Event event,
Function<?> function)
|
Socket |
Socket.on(Function<?> function)
Associate a
Function with the Socket. |
Socket |
Socket.on(String functionMessage,
Function<?> function)
Associate a
Function with the Socket. |
| Constructor and Description |
|---|
FunctionWrapper(String functionName,
Function<?> function) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
DefaultSocket.on(Event event,
Function<?> function) |
Socket |
DefaultSocket.on(Function<? extends Object> function)
Associate a
Function with the Socket. |
Socket |
DefaultSocket.on(String functionName,
Function<? extends Object> function)
Associate a
Function with the Socket. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TransportsUtil.matchFunction(Object instanceType,
Class[] typeArguments,
Class<?> implementedType,
FunctionResolver resolver,
String originalMessage,
Object functionName,
FunctionWrapper wrapper,
Function f) |
Copyright © 2013. All Rights Reserved.