Uses of Interface
org.glassfish.grizzly.utils.GenericAdapter
Packages that use GenericAdapter
-
Uses of GenericAdapter in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils with parameters of type GenericAdapterModifier and TypeMethodDescriptionstatic <A,B> CompletionHandler<B> Futures.toAdaptedCompletionHandler(FutureImpl<A> future, CompletionHandler<A> completionHandler, GenericAdapter<B, A> adapter) static <A,B> CompletionHandler<B> Futures.toAdaptedCompletionHandler(FutureImpl<A> future, GenericAdapter<B, A> adapter) CreatesCompletionHandler, which may serve as a bridge for passedFutureImpl.Constructors in org.glassfish.grizzly.utils with parameters of type GenericAdapterModifierConstructorDescriptionCompletionHandlerAdapter(FutureImpl<A> future, CompletionHandler<A> completionHandler, GenericAdapter<B, A> adapter)