Class ZBeacon.BroadcastServer
java.lang.Object
org.zeromq.ZBeacon.BroadcastServer
- All Implemented Interfaces:
Runnable
- Enclosing class:
ZBeacon
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DatagramChannelprivate final booleanprivate booleanprivate Thread -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidhandleMessage(ByteBuffer buffer, InetAddress from) voidrun()
-
Field Details
-
handle
-
ignoreLocalAddress
private final boolean ignoreLocalAddress -
thread
-
isRunning
private boolean isRunning
-
-
Constructor Details
-
BroadcastServer
public BroadcastServer(int port, boolean ignoreLocalAddress)
-
-
Method Details
-
run
-
handleMessage
-