pyrasun.eio.protocols.string
Class EIOStringReader
java.lang.Object
pyrasun.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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EIOStringReader
public EIOStringReader()
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