Class NetworkConstants

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

@Internal public final class NetworkConstants extends Object
Holds some internal constants for network communication which are shared between wrappers and nodes. The class is marked as internal, however developers are allowed to use this class. BUT there might be changes to this class which are breaking, even when doing a patch release (for example a constant can get removed or changed). This class should therefore be used with caution.
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:
  • Constructor Details

    • NetworkConstants

      private NetworkConstants()