Uses of Class
org.glassfish.grizzly.AbstractProcessor

Packages that use AbstractProcessor
org.glassfish.grizzly   
org.glassfish.grizzly.callbackhandler   
org.glassfish.grizzly.nio.transport   
 

Uses of AbstractProcessor in org.glassfish.grizzly
 

Subclasses of AbstractProcessor in org.glassfish.grizzly
 class StandaloneProcessor
          Processor, which is not interested in processing I/O events.
 

Uses of AbstractProcessor in org.glassfish.grizzly.callbackhandler
 

Subclasses of AbstractProcessor in org.glassfish.grizzly.callbackhandler
 class AbstractCallbackHandler
          Base CallbackHandler implementation, which delegates Processor.process(Context) call to appropriate CallbackHandler method.
 class CallbackHandlerAdapter
          Empty adapter for CallbackHandler interface.
 

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

Subclasses of AbstractProcessor in org.glassfish.grizzly.nio.transport
protected  class TCPNIOConnectorHandler.ConnectorEventProcessor
          Processor, which will be notified, once OP_CONNECT will be ready
protected  class TCPNIOServerConnection.AcceptorEventProcessor
          EventProcessor, which will be notified, once OP_ACCEPT will be ready on ServerSockerChannel
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.