Uses of Interface
org.atmosphere.wasync.FunctionResolver

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

Uses of FunctionResolver in org.atmosphere.wasync
 

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

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

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
 

Classes in org.atmosphere.wasync.impl that implement FunctionResolver
 class DefaultFunctionResolver
           
 

Methods in org.atmosphere.wasync.impl that return FunctionResolver
 FunctionResolver DefaultRequest.functionResolver()
           
 



Copyright © 2013. All Rights Reserved.