pyrasun.eio.protocols.string
Class EIOStringReader

java.lang.Object
  extended bypyrasun.eio.protocols.string.EIOStringReader
All Implemented Interfaces:
EIOWorker

public class EIOStringReader
extends java.lang.Object
implements EIOWorker

Zee braindead and simplistic String reader. Reads in Strings and passes 'em up the chain. Good for simple telnet like stuff, not good for much else.


Constructor Summary
EIOStringReader()
           
 
Method Summary
 EIOEvent getWorkerType()
           
 java.lang.Object handleEvent(EIOEvent event, java.lang.Object object, Endpoint genEndpoint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EIOStringReader

public EIOStringReader()
Method Detail

getWorkerType

public EIOEvent getWorkerType()
Specified by:
getWorkerType in interface EIOWorker

handleEvent

public java.lang.Object handleEvent(EIOEvent event,
                                    java.lang.Object object,
                                    Endpoint genEndpoint)
                             throws java.io.IOException
Specified by:
handleEvent in interface EIOWorker
Throws:
java.io.IOException


Pyrasun EmberIO