public class MrUdpNodeConnectionServer
extends java.lang.Object
| Constructor and Description |
|---|
MrUdpNodeConnectionServer(int port)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(NodeConnectionServerListener lis)
Adds a listener.
|
void |
removeListener(NodeConnectionServerListener lis)
Removes a listener.
|
void |
start()
Starts waiting for connections.
|
public MrUdpNodeConnectionServer(int port)
throws java.io.IOException
port - java.io.IOExceptionpublic void start()
public void addListener(NodeConnectionServerListener lis)
lis - public void removeListener(NodeConnectionServerListener lis)
lis -