|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkInterface
The NetworkInterface
interface.
Method Summary | |
---|---|
void |
doStart()
Start the network interface |
void |
doStop()
Stop the network interface |
void |
send(byte[] buffer,
int blen)
Send a datagram packet to the local cluster. |
void |
send(EndPoint dest,
byte[] buffer,
int buflen)
Send a datagram packet to the specified destination EndPoint . |
Method Detail |
---|
void send(byte[] buffer, int blen)
buffer
- An array of bytes containing the packet to send.buflen
- The actual packet lengthvoid send(EndPoint dest, byte[] buffer, int buflen)
EndPoint
.
dest
- The destination EndPoint
.buffer
- An array of bytes containing the packet to send.buflen
- The actual packet lengthvoid doStart()
void doStop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |