Uses of Class
org.atmosphere.wasync.FunctionWrapper

Packages that use FunctionWrapper
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.serial   
org.atmosphere.wasync.transport   
 

Uses of FunctionWrapper in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync with parameters of type FunctionWrapper
 Transport Transport.registerF(FunctionWrapper function)
          Register a new FunctionResolver
 boolean FunctionResolver.resolve(String message, Object functionName, FunctionWrapper fn)
          Resolve the current message
 

Uses of FunctionWrapper in org.atmosphere.wasync.impl
 

Fields in org.atmosphere.wasync.impl with type parameters of type FunctionWrapper
protected  List<FunctionWrapper> SocketRuntime.functions
           
protected  List<FunctionWrapper> DefaultSocket.functions
           
 

Method parameters in org.atmosphere.wasync.impl with type arguments of type FunctionWrapper
 SocketRuntime DefaultSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
           
 SocketRuntime AtmosphereSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
          
 

Constructor parameters in org.atmosphere.wasync.impl with type arguments of type FunctionWrapper
AtmosphereSocketRuntime(Transport transport, Options options, DefaultFuture rootFuture, List<FunctionWrapper> functions)
           
SocketRuntime(Transport transport, Options options, DefaultFuture rootFuture, List<FunctionWrapper> functions)
           
 

Uses of FunctionWrapper in org.atmosphere.wasync.serial
 

Method parameters in org.atmosphere.wasync.serial with type arguments of type FunctionWrapper
 SocketRuntime SerializedSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
           
 

Constructor parameters in org.atmosphere.wasync.serial with type arguments of type FunctionWrapper
SerialSocketRuntime(Transport transport, Options options, DefaultFuture rootFuture, SerializedSocket serializedSocket, List<FunctionWrapper> functions)
           
 

Uses of FunctionWrapper in org.atmosphere.wasync.transport
 

Fields in org.atmosphere.wasync.transport with type parameters of type FunctionWrapper
protected  List<FunctionWrapper> StreamTransport.functions
           
 

Methods in org.atmosphere.wasync.transport with parameters of type FunctionWrapper
static boolean TransportsUtil.matchFunction(Object instanceType, Class[] typeArguments, Class<?> implementedType, FunctionResolver resolver, String originalMessage, Object functionName, FunctionWrapper wrapper, Function f)
           
 Transport WebSocketTransport.registerF(FunctionWrapper function)
          Register a new FunctionResolver
 Transport StreamTransport.registerF(FunctionWrapper function)
          Register a new FunctionResolver
 

Method parameters in org.atmosphere.wasync.transport with type arguments of type FunctionWrapper
static boolean TransportsUtil.invokeFunction(Event e, List<Decoder<? extends Object,?>> decoders, List<FunctionWrapper> functions, Class<?> implementedType, Object instanceType, String functionName, FunctionResolver resolver)
           
static boolean TransportsUtil.invokeFunction(List<Decoder<? extends Object,?>> decoders, List<FunctionWrapper> functions, Class<?> implementedType, Object instanceType, String functionName, FunctionResolver resolver)
           
 

Constructor parameters in org.atmosphere.wasync.transport with type arguments of type FunctionWrapper
LongPollingTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, List<FunctionWrapper> functions)
           
SSETransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, List<FunctionWrapper> functions)
           
StreamTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, List<FunctionWrapper> functions)
           
WebSocketTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, List<FunctionWrapper> functions)
           
 



Copyright © 2013. All Rights Reserved.