Uses of Class
com.sun.grizzly.AbstractProcessor

Packages that use AbstractProcessor
com.sun.grizzly   
com.sun.grizzly.callbackhandler   
com.sun.grizzly.nio.transport   
 

Uses of AbstractProcessor in com.sun.grizzly
 

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

Uses of AbstractProcessor in com.sun.grizzly.callbackhandler
 

Subclasses of AbstractProcessor in com.sun.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 com.sun.grizzly.nio.transport
 

Subclasses of AbstractProcessor in com.sun.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.