Class HotRodHeader

java.lang.Object
org.infinispan.server.hotrod.HotRodHeader
Direct Known Subclasses:
AccessLoggingHeader

public class HotRodHeader extends Object
Since:
9.0
Author:
wburns
  • Constructor Details

  • Method Details

    • hasFlag

      public boolean hasFlag(ProtocolFlag f)
    • getOp

      public HotRodOperation getOp()
    • getKeyMediaType

      public MediaType getKeyMediaType()
    • getValueMediaType

      public MediaType getValueMediaType()
    • getVersion

      public byte getVersion()
    • getMessageId

      public long getMessageId()
    • getCacheName

      public String getCacheName()
    • getFlag

      public int getFlag()
    • getClientIntel

      public short getClientIntel()
    • getTopologyId

      public int getTopologyId()
    • encoder

      public VersionedEncoder encoder()
    • toString

      public String toString()
      Overrides:
      toString in class Object