pyrasun.eio.handlers
Class ReadHandler

java.lang.Object
  extended bypyrasun.eio.handlers.EIOEventHandler
      extended bypyrasun.eio.handlers.ReadHandler

public class ReadHandler
extends EIOEventHandler

Handler for read events


Constructor Summary
ReadHandler()
           
ReadHandler(EIOEventDescriptor evd, EIOWorker worker)
           
 
Method Summary
 void dispatch(Endpoint endpoint)
           
 void dispatch(ReadWriteEndpoint endpoint)
           
 
Methods inherited from class pyrasun.eio.handlers.EIOEventHandler
blockeroo, event, isDedicatedThread, setEventDescriptor, setIsDedicatedThread, setWorker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadHandler

public ReadHandler(EIOEventDescriptor evd,
                   EIOWorker worker)

ReadHandler

public ReadHandler()
Method Detail

dispatch

public final void dispatch(ReadWriteEndpoint endpoint)
                    throws java.io.IOException
Specified by:
dispatch in class EIOEventHandler
Throws:
java.io.IOException

dispatch

public final void dispatch(Endpoint endpoint)
                    throws java.io.IOException
Specified by:
dispatch in class EIOEventHandler
Throws:
java.io.IOException


Pyrasun EmberIO