|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionListener
Low level connection handler. This is implemented by overlay management modules to be informed of connections being opened and closed by the transport layer.
| Method Summary | |
|---|---|
void |
close(Connection info)
Notification of a connection being closed. |
void |
open(Connection info)
Notification of a new connection. |
| Method Detail |
|---|
void open(Connection info)
info - The connection to the new peer.void close(Connection info)
info - The recently closed connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||