org.atmosphere.wasync
Class FunctionWrapper
java.lang.Object
org.atmosphere.wasync.FunctionWrapper
public class FunctionWrapper
- extends Object
A tupple which contains a Function and its associated functionName. The values are passed from
socket.on("message, new Function<String>() {
....
}
This class is only used by Transport implementation.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionWrapper
public FunctionWrapper(String functionName,
Function<?> function)
function
public Function<?> function()
functionName
public String functionName()
Copyright © 2012. All Rights Reserved.