public interface Reader extends Runnable, PacketForwarder
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReading() |
boolean |
isShutdown() |
boolean |
shutdown()
Shutdown the reader and further reading is stopped immediately.
|
void |
start()
Start reader; this will start reader thread and will turn on the
'Started' flag.
|
void |
stop()
Stop reader from reading.
|
addPacketCollector, addPacketCollector, forwardPacket, removePacketCollector, removePacketCollectorvoid start()
boolean isReading()
boolean isShutdown()
void stop()
boolean shutdown()
Copyright © 2019. All rights reserved.