Class Codec13
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.protocol.Codec10
-
- org.infinispan.client.hotrod.impl.protocol.Codec11
-
- org.infinispan.client.hotrod.impl.protocol.Codec12
-
- org.infinispan.client.hotrod.impl.protocol.Codec13
-
-
Constructor Summary
Constructors Constructor Description Codec13()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Log
getLog()
Logger for Hot Rod client codecHeaderParams
writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params)
Writes a request header with the given parameters to the transport and returns an updated header parameters.-
Methods inherited from class org.infinispan.client.hotrod.impl.protocol.Codec12
keyIterator, writeHeader
-
Methods inherited from class org.infinispan.client.hotrod.impl.protocol.Codec11
computeNewHashes
-
Methods inherited from class org.infinispan.client.hotrod.impl.protocol.Codec10
checkForErrorsInResponseStatus, estimateExpirationSize, estimateHeaderSize, readCacheEvent, readCounterEvent, readHeader, readMessageId, readNewTopologyAndHash, readNewTopologyIfPresent, readOpCode, readUnmarshallByteArray, returnPossiblePrevValue, writeClientListenerInterests, writeClientListenerParams, writeExpirationParams
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.client.hotrod.impl.protocol.Codec
allowOperationsAndEvents, entryIterator, readMeta, readProjectionSize, writeIteratorStartOperation
-
-
-
-
Method Detail
-
writeHeader
public HeaderParams writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params)
Description copied from interface:Codec
Writes a request header with the given parameters to the transport and returns an updated header parameters.- Specified by:
writeHeader
in interfaceCodec
- Overrides:
writeHeader
in classCodec12
-
-