Class HeaderParams


  • public class HeaderParams
    extends Object
    Hot Rod request header parameters
    Since:
    14.0
    • Constructor Detail

      • HeaderParams

        public HeaderParams​(short requestCode,
                            short responseCode,
                            int flags,
                            byte txMarker,
                            long messageId,
                            DataFormat dataFormat,
                            AtomicReference<ClientTopology> clientTopology)
    • Method Detail

      • cacheName

        public HeaderParams cacheName​(byte[] cacheName)
      • messageId

        public long messageId()
      • topologyAge

        public HeaderParams topologyAge​(int topologyAge)
      • cacheName

        public byte[] cacheName()
      • otherParam

        public void otherParam​(String paramKey,
                               byte[] paramValue)
      • otherParams

        public Map<String,​byte[]> otherParams()
      • flags

        public int flags()