Class KeepAliveMessage

java.lang.Object
org.teamapps.cluster.dto.Message
org.teamapps.cluster.model.cluster.KeepAliveMessage

public class KeepAliveMessage
extends Message
  • Field Details

    • DECODER_FUNCTION

      public static final java.util.function.Function<byte[],​KeepAliveMessage> DECODER_FUNCTION
    • ROOT_FIELD_ID

      public static final int ROOT_FIELD_ID
      See Also:
      Constant Field Values
  • Constructor Details

    • KeepAliveMessage

      public KeepAliveMessage()
    • KeepAliveMessage

      public KeepAliveMessage​(java.nio.ByteBuffer buf)
    • KeepAliveMessage

      public KeepAliveMessage​(java.io.DataInputStream dis) throws java.io.IOException
      Throws:
      java.io.IOException
    • KeepAliveMessage

      public KeepAliveMessage​(java.io.DataInputStream dis, FileProvider fileProvider) throws java.io.IOException
      Throws:
      java.io.IOException
    • KeepAliveMessage

      public KeepAliveMessage​(byte[] bytes) throws java.io.IOException
      Throws:
      java.io.IOException
    • KeepAliveMessage

      public KeepAliveMessage​(byte[] bytes, FileProvider fileProvider) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details