Uses of Interface
org.glassfish.grizzly.utils.GenericAdapter
-
Packages that use GenericAdapter Package Description org.glassfish.grizzly.utils -
-
Uses of GenericAdapter in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils with parameters of type GenericAdapter Modifier and Type Method Description static <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 GenericAdapter Constructor Description CompletionHandlerAdapter(FutureImpl<A> future, CompletionHandler<A> completionHandler, GenericAdapter<B,A> adapter)
-