public class NetworkInit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.nio.channels.ServerSocketChannel |
_tcpSocket |
static java.nio.channels.DatagramChannel |
_udpSocket |
static java.nio.channels.DatagramChannel |
CLOUD_DGRAM |
| Constructor and Description |
|---|
NetworkInit() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.InetAddress |
findInetAddressForSelf() |
static void |
initializeNetworkSockets() |
static void |
multicast(java.nio.ByteBuffer bb,
byte priority) |