Uses of Interface
org.glassfish.grizzly.utils.GenericAdapter

Packages that use GenericAdapter
org.glassfish.grizzly.utils   
 

Uses of GenericAdapter in org.glassfish.grizzly.utils
 

Methods in org.glassfish.grizzly.utils with parameters of type GenericAdapter
static
<A,B> CompletionHandler<B>
Futures.toAdaptedCompletionHandler(FutureImpl<A> future, CompletionHandler<A> completionHandler, GenericAdapter<B,A> adapter)
          Creates CompletionHandler, which may serve as a bridge for passed FutureImpl and CompletionHandler.
static
<A,B> CompletionHandler<B>
Futures.toAdaptedCompletionHandler(FutureImpl<A> future, GenericAdapter<B,A> adapter)
          Creates CompletionHandler, which may serve as a bridge for passed FutureImpl.
 

Constructors in org.glassfish.grizzly.utils with parameters of type GenericAdapter
CompletionHandlerAdapter(FutureImpl<A> future, CompletionHandler<A> completionHandler, GenericAdapter<B,A> adapter)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.