private class ZBeacon.BroadcastServer
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.nio.channels.DatagramChannel |
handle |
private boolean |
ignoreLocalAddress |
private boolean |
isRunning |
private java.lang.Thread |
thread |
Constructor and Description |
---|
BroadcastServer(int port,
boolean ignoreLocalAddress) |
Modifier and Type | Method and Description |
---|---|
private void |
handleMessage(java.nio.ByteBuffer buffer,
java.net.InetAddress from) |
void |
run() |