Uses of Interface
org.glassfish.grizzly.impl.FutureImpl

Packages that use FutureImpl
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.impl   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.streams   
org.glassfish.grizzly.utils   
 

Uses of FutureImpl in org.glassfish.grizzly.filterchain
 

Fields in org.glassfish.grizzly.filterchain declared as FutureImpl
protected  FutureImpl<FilterChainContext> FilterChainContext.operationCompletionFuture
          FutureImpl, which will be notified, when operation will be complete.
 

Methods in org.glassfish.grizzly.filterchain that return FutureImpl
 FutureImpl TransportFilter.FlushEvent.getFuture()
           
 FutureImpl FilterChainContext.TransportContext.getFuture()
           
 

Methods in org.glassfish.grizzly.filterchain with parameters of type FutureImpl
static FilterChainEvent TransportFilter.createFlushEvent(FutureImpl future, CompletionHandler completionHandler)
           
 void FilterChainContext.TransportContext.setFuture(FutureImpl future)
           
 

Uses of FutureImpl in org.glassfish.grizzly.impl
 

Classes in org.glassfish.grizzly.impl that implement FutureImpl
 class SafeFutureImpl<R>
          Safe FutureImpl implementation.
 class UnsafeFutureImpl<R>
          Simple thread-unsafe Future implementation.
 

Uses of FutureImpl in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type FutureImpl
protected static void TCPNIOConnectorHandler.onConnectedAsync(TCPNIOConnection connection, FutureImpl<Connection> connectFuture, CompletionHandler<Connection> completionHandler)
           
 

Constructors in org.glassfish.grizzly.nio.transport with parameters of type FutureImpl
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler(FutureImpl<Connection> listener)
           
 

Uses of FutureImpl in org.glassfish.grizzly.ssl
 

Constructors in org.glassfish.grizzly.ssl with parameters of type FutureImpl
SSLStreamWriter.HandshakeCompletionHandler(FutureImpl<javax.net.ssl.SSLEngine> future, CompletionHandler<javax.net.ssl.SSLEngine> completionHandler, javax.net.ssl.SSLEngine sslEngine)
           
 

Uses of FutureImpl in org.glassfish.grizzly.streams
 

Fields in org.glassfish.grizzly.streams declared as FutureImpl
protected  FutureImpl<java.lang.Integer> BufferedInput.future
           
 

Uses of FutureImpl in org.glassfish.grizzly.utils
 

Methods in org.glassfish.grizzly.utils that return FutureImpl
 FutureImpl<E> StateHolder.ConditionElement.getFuture()
           
 

Constructors in org.glassfish.grizzly.utils with parameters of type FutureImpl
CompletionHandlerAdapter(FutureImpl<A> future)
           
CompletionHandlerAdapter(FutureImpl<A> future, CompletionHandler<A> completionHandler)
           
CompletionHandlerAdapter(FutureImpl<A> future, CompletionHandler<A> completionHandler, CompletionHandlerAdapter.ResultAdapter<A,B> adapter)
           
StateHolder.ConditionElement(Condition condition, FutureImpl<E> future, CompletionHandler<E> completionHandler)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.