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

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

Uses of AsyncQueueWritable in com.sun.grizzly
 

Subinterfaces of AsyncQueueWritable 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 AsyncQueueWritable
 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 AsyncQueueWritable
 AsyncQueueWritable Context.getAsyncQueueWritable()
          Returns AsyncQueueWritable, assciated with the current Context.
 AsyncQueueWritable NIOContext.getAsyncQueueWritable()
          Returns AsyncQueueWritable, assciated with the current Context.
 

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.