|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--aleph.comm.udp.Connection | +--aleph.comm.udp.AutoConnection
An AutoConnection is a connection betwen a PE and itself.
Fields inherited from class aleph.comm.udp.Connection |
handler,
messagesSent |
Constructor Summary | |
AutoConnection()
Constructor. |
Method Summary | |
protected Message |
receive()
Blocking method that pulls in the next message. |
void |
send(Message message)
Send'em a message. |
Methods inherited from class aleph.comm.udp.Connection |
close,
deliver,
flush,
ping,
start |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AutoConnection()
destination
- partner's addressMethod Detail |
public void send(Message message) throws java.io.IOException
message
- what to sendprotected Message receive() throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |