pyrasun.eio.handlers
Class GenericHandler

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

public class GenericHandler
extends EIOEventHandler

Handler for GENERIC events


Constructor Summary
GenericHandler()
           
GenericHandler(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

GenericHandler

public GenericHandler(EIOEventDescriptor evd,
                      EIOWorker worker)

GenericHandler

public GenericHandler()
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