|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.stepsoncats.gublists.FlexPipe | +--com.stepsoncats.gublists.InetReqPipe
An InetReqPipe is a FlexPipe designed for exchanging InetReq objects (tokens of Internet activity, e.g., datagrams read or to be written) between threads.
Constructor Summary | |
InetReqPipe()
|
Method Summary | |
InetReq |
read()
Read an InetReq sent by some other thread via this FlexPipe. |
void |
write(InetReq req)
Send an InetReq to another thread via this FlexPipe. |
Methods inherited from class com.stepsoncats.gublists.FlexPipe |
attach, detach, pollForItem, readItem, writeItem |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InetReqPipe()
Method Detail |
public void write(InetReq req)
req
- The InetReq to send.public InetReq read() throws java.lang.InterruptedException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |