| 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(java.lang.String functionMessage,
Function<?> function)
Associate a
Function with the Socket. |
| Constructor and Description |
|---|
FunctionWrapper(java.lang.String functionName,
Function<?> function) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
DefaultSocket.on(Event event,
Function<?> function) |
Socket |
DefaultSocket.on(Function<? extends java.lang.Object> function)
Associate a
Function with the Socket. |
Socket |
DefaultSocket.on(java.lang.String functionName,
Function<? extends java.lang.Object> function)
Associate a
Function with the Socket. |
| 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) |
Copyright © 2019. All Rights Reserved.