Class NetworkConstants
java.lang.Object
eu.cloudnetservice.driver.impl.network.NetworkConstants
Holds some internal constants for network communication that are shared between wrappers and nodes.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final Stringstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INTERNAL_RPC_COM_CHANNEL
public static final int INTERNAL_RPC_COM_CHANNEL- See Also:
-
CHANNEL_MESSAGING_CHANNEL
public static final int CHANNEL_MESSAGING_CHANNEL- See Also:
-
CHUNKED_PACKET_COM_CHANNEL
public static final int CHUNKED_PACKET_COM_CHANNEL- See Also:
-
INTERNAL_AUTHORIZATION_CHANNEL
public static final int INTERNAL_AUTHORIZATION_CHANNEL- See Also:
-
INTERNAL_SERVICE_SYNC_ACK_CHANNEL
public static final int INTERNAL_SERVICE_SYNC_ACK_CHANNEL- See Also:
-
INTERNAL_MSG_CHANNEL
- See Also:
-
MAGIC_PACKET_HEADER
public static final int MAGIC_PACKET_HEADER- See Also:
-
-
Constructor Details
-
NetworkConstants
private NetworkConstants()
-