Uses of Class
org.infinispan.hotrod.impl.protocol.HeaderParams
Packages that use HeaderParams
Package
Description
-
Uses of HeaderParams in org.infinispan.hotrod.impl.operations
Fields in org.infinispan.hotrod.impl.operations declared as HeaderParamsMethods in org.infinispan.hotrod.impl.operations that return HeaderParams -
Uses of HeaderParams in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol that return HeaderParamsModifier and TypeMethodDescriptionHeaderParams.cacheName(byte[] cacheName) HeaderParams.topologyAge(int topologyAge) Codec.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.Codec40.writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params) protected HeaderParamsCodec40.writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params, byte version) Methods in org.infinispan.hotrod.impl.protocol with parameters of type HeaderParamsModifier and TypeMethodDescriptionprotected voidCodec40.checkForErrorsInResponseStatus(io.netty.buffer.ByteBuf buf, HeaderParams params, short status, SocketAddress serverAddress) intCodec.estimateHeaderSize(HeaderParams headerParams) intCodec40.estimateHeaderSize(HeaderParams params) shortCodec.readHeader(io.netty.buffer.ByteBuf buf, double receivedOpCode, HeaderParams params, ChannelFactory channelFactory, SocketAddress serverAddress) Reads a response header from the transport and returns the status of the response.shortCodec40.readHeader(io.netty.buffer.ByteBuf buf, double receivedOpCode, HeaderParams params, ChannelFactory channelFactory, SocketAddress serverAddress) protected voidCodec40.readNewTopologyAndHash(io.netty.buffer.ByteBuf buf, HeaderParams params, ChannelFactory channelFactory) protected voidCodec40.readNewTopologyIfPresent(io.netty.buffer.ByteBuf buf, HeaderParams params, ChannelFactory channelFactory) Codec.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.Codec40.writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params) protected HeaderParamsCodec40.writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params, byte version) -
Uses of HeaderParams in org.infinispan.hotrod.telemetry.impl
Methods in org.infinispan.hotrod.telemetry.impl with parameters of type HeaderParamsModifier and TypeMethodDescriptionvoidTelemetryService.injectSpanContext(HeaderParams header) voidTelemetryServiceImpl.injectSpanContext(HeaderParams header)