|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputChannel
Field Summary |
---|
Fields inherited from interface org.activeio.Service |
---|
NO_WAIT_TIMEOUT, WAIT_FOREVER_TIMEOUT |
Method Summary | |
---|---|
void |
flush()
Some channels may buffer data which may be sent down if flush() is called. |
void |
write(Packet packet)
Sends a packet down the channel towards the media. |
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 |
---|
void write(Packet packet) throws IOException
packet
-
IOException
void flush() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |