public static interface Link.Receiver
Modifier and Type | Method and Description |
---|---|
void |
linkDown(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port) |
void |
linkUp(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port) |
void |
missedHeartbeat(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port,
int num_hbs) |
void |
receive(byte[] msg) |
void |
receivedHeartbeatAgain(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port) |
void receive(byte[] msg)
void linkDown(java.net.InetAddress local, int local_port, java.net.InetAddress remote, int remote_port)
void linkUp(java.net.InetAddress local, int local_port, java.net.InetAddress remote, int remote_port)
void missedHeartbeat(java.net.InetAddress local, int local_port, java.net.InetAddress remote, int remote_port, int num_hbs)
void receivedHeartbeatAgain(java.net.InetAddress local, int local_port, java.net.InetAddress remote, int remote_port)
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.