Uses of Interface
org.atmosphere.wasync.Function

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

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(Event event, Function<?> function)
          Associate a Function with an Event.
 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.
 

Constructors in org.atmosphere.wasync with parameters of type Function
FunctionWrapper(java.lang.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(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.
 

Uses of Function in org.atmosphere.wasync.transport
 

Methods in org.atmosphere.wasync.transport with parameters of type Function
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 © 2014. All Rights Reserved.