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