org.infinispan.client.hotrod.impl.protocol
Class HeaderParams

java.lang.Object
  extended by org.infinispan.client.hotrod.impl.protocol.HeaderParams

public class HeaderParams
extends Object

Hot Rod request header parameters

Since:
5.1
Author:
Galder ZamarreƱo

Constructor Summary
HeaderParams()
           
 
Method Summary
 HeaderParams cacheName(byte[] cacheName)
           
 HeaderParams clientIntel(byte clientIntel)
           
 HeaderParams flags(Flag[] flags)
           
 HeaderParams messageId(long messageId)
           
 HeaderParams opCode(short opCode)
           
 HeaderParams topologyId(AtomicInteger topologyId)
           
 HeaderParams txMarker(byte txMarker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderParams

public HeaderParams()
Method Detail

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.