public class NetworkInit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static H2OHttpViewImpl |
h2oHttpView |
Constructor and Description |
---|
NetworkInit() |
Modifier and Type | Method and Description |
---|---|
static void |
close() |
static java.net.InetAddress |
findInetAddressForSelf() |
static void |
initializeNetworkSockets()
Parse arguments and set cloud name in any case.
|
static TCPReceiverThread |
makeReceiverThread() |
static void |
multicast(java.nio.ByteBuffer bb,
byte priority) |
static water.webserver.iface.H2OHttpConfig |
webServerConfig(H2O.OptArgs args) |
public static H2OHttpViewImpl h2oHttpView
public static java.net.InetAddress findInetAddressForSelf() throws java.lang.Error
java.lang.Error
public static void initializeNetworkSockets()
public static TCPReceiverThread makeReceiverThread()
public static void close() throws java.io.IOException
java.io.IOException
public static water.webserver.iface.H2OHttpConfig webServerConfig(H2O.OptArgs args)
public static void multicast(java.nio.ByteBuffer bb, byte priority)