Uses of Interface
com.sun.grizzly.async.AsyncQueueReadable

Packages that use AsyncQueueReadable
com.sun.grizzly   
com.sun.grizzly.connectioncache.client   
 

Uses of AsyncQueueReadable in com.sun.grizzly
 

Subinterfaces of AsyncQueueReadable in com.sun.grizzly
 interface ConnectorHandler<E extends SelectorHandler,P extends CallbackHandler>
          Client side interface used to implement non blocking client operation.
 

Classes in com.sun.grizzly that implement AsyncQueueReadable
 class AbstractConnectorHandler<E extends SelectorHandler,K extends CallbackHandler>
          Abstract ConnectorHandler definition, which preimplements common getter/setter methods.
 class SSLConnectorHandler
           Non blocking SSL Connector Handler.
 class TCPConnectorHandler
          Non blocking TCP Connector Handler.
 class UDPConnectorHandler
          Client side interface used to implement non blocking client operation.
 

Methods in com.sun.grizzly that return AsyncQueueReadable
 AsyncQueueReadable NIOContext.getAsyncQueueReadable()
          Returns AsyncQueueReadable, assciated with the current Context.
 

Uses of AsyncQueueReadable in com.sun.grizzly.connectioncache.client
 

Classes in com.sun.grizzly.connectioncache.client that implement AsyncQueueReadable
 class CacheableConnectorHandler
          Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.