com.sun.grizzly.nio.transport
Class TCPNIOServerConnection.AcceptorEventProcessorSelector

java.lang.Object
  extended by com.sun.grizzly.nio.transport.TCPNIOServerConnection.AcceptorEventProcessorSelector
All Implemented Interfaces:
ProcessorSelector
Enclosing class:
TCPNIOServerConnection

protected class TCPNIOServerConnection.AcceptorEventProcessorSelector
extends Object
implements ProcessorSelector


Constructor Summary
protected TCPNIOServerConnection.AcceptorEventProcessorSelector()
           
 
Method Summary
 Processor select(IOEvent ioEvent, Connection connection)
          Selects Processor, which will process connection event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPNIOServerConnection.AcceptorEventProcessorSelector

protected TCPNIOServerConnection.AcceptorEventProcessorSelector()
Method Detail

select

public Processor select(IOEvent ioEvent,
                        Connection connection)
Description copied from interface: ProcessorSelector
Selects Processor, which will process connection event.

Specified by:
select in interface ProcessorSelector
Parameters:
ioEvent - connection event to be processed
Returns:
the Processor, which will process connection event.


Copyright © 2009 SUN Microsystems. All Rights Reserved.