org.infinispan.client.hotrod.impl.protocol
Class HeaderParams
java.lang.Object
org.infinispan.client.hotrod.impl.protocol.HeaderParams
public class HeaderParams
- extends Object
Hot Rod request header parameters
- Since:
- 5.1
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderParams
public HeaderParams()
opCode
public HeaderParams opCode(short opCode)
cacheName
public HeaderParams cacheName(byte[] cacheName)
flags
public HeaderParams flags(Flag[] flags)
clientIntel
public HeaderParams clientIntel(byte clientIntel)
txMarker
public HeaderParams txMarker(byte txMarker)
topologyId
public HeaderParams topologyId(AtomicInteger topologyId)
messageId
public HeaderParams messageId(long messageId)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.