|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputSyncChannel
SynchChannel objects allow threaded to synchronously block on the read
method to get Packet
objects when they arrive from the peer.
Field Summary |
---|
Fields inherited from interface org.activeio.Service |
---|
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT |
Method Summary | |
---|---|
Packet |
read(long timeout)
Used to synchronously receive a packet of information going 'up' the channel. |
Methods inherited from interface org.activeio.Channel |
---|
narrow |
Methods inherited from interface org.activeio.Disposable |
---|
dispose |
Methods inherited from interface org.activeio.Service |
---|
start, stop |
Method Detail |
---|
Packet read(long timeout) throws IOException
timeout
-
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |