Uses of Interface
org.atmosphere.wasync.FunctionResolver

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

Uses of FunctionResolver in org.atmosphere.wasync
 

Fields in org.atmosphere.wasync declared as FunctionResolver
static FunctionResolver FunctionResolver.DEFAULT
           
protected  FunctionResolver RequestBuilder.resolver
           
 

Methods in org.atmosphere.wasync that return FunctionResolver
 FunctionResolver Request.functionResolver()
          The FunctionResolver associated with that request.
 FunctionResolver RequestBuilder.resolver()
          Return the current FunctionResolver
 

Methods in org.atmosphere.wasync with parameters of type FunctionResolver
 T RequestBuilder.resolver(FunctionResolver resolver)
          Add a FunctionResolver
 

Uses of FunctionResolver in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return FunctionResolver
 FunctionResolver DefaultRequest.functionResolver()
          The FunctionResolver associated with that request.
 

Uses of FunctionResolver in org.atmosphere.wasync.transport
 

Fields in org.atmosphere.wasync.transport declared as FunctionResolver
protected  FunctionResolver StreamTransport.resolver
           
 

Methods in org.atmosphere.wasync.transport with parameters of type FunctionResolver
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)
           
static boolean TransportsUtil.matchFunction(Object instanceType, Class[] typeArguments, Class<?> implementedType, FunctionResolver resolver, String originalMessage, Object functionName, FunctionWrapper wrapper, Function f)
           
 



Copyright © 2013. All Rights Reserved.