Uses of Interface
org.atmosphere.wasync.Function

Packages that use Function
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
 

Uses of Function in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Function
 Function<?> FunctionWrapper.function()
           
 

Methods in org.atmosphere.wasync with parameters of type Function
 Socket Socket.on(Function<? extends Object> function)
          Associate a Function with the Socket.
 Socket Socket.on(String functionMessage, Function<? extends Object> function)
          Associate a Function with the Socket.
 

Constructors in org.atmosphere.wasync with parameters of type Function
FunctionWrapper(String functionName, Function<?> function)
           
 

Uses of Function in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl with parameters of type Function
 Socket DefaultSocket.on(Function<? extends Object> function)
           
 Socket DefaultSocket.on(String functionName, Function<? extends Object> function)
           
 



Copyright © 2013. All Rights Reserved.