Class NetworkConstants

java.lang.Object
eu.cloudnetservice.driver.impl.network.NetworkConstants

public final class NetworkConstants extends Object
Holds some internal constants for network communication that are shared between wrappers and nodes.
Since:
4.0
  • 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

      public static final String INTERNAL_MSG_CHANNEL
      See Also:
    • MAGIC_PACKET_HEADER

      public static final int MAGIC_PACKET_HEADER
      See Also:
  • Constructor Details

    • NetworkConstants

      private NetworkConstants()