Js5GroupResponse

class Js5GroupResponse(buffer: ByteBuf, val offset: Int, val limit: Int, val key: Int) : DefaultByteBufHolder, OutgoingJs5Message

Js5 group responses are used to feed the cache to the client through the server.

Parameters

buffer

the byte buffer that is used for the response

Constructors

Link copied to clipboard
constructor(buffer: ByteBuf, offset: Int, limit: Int, key: Int)

Properties

Link copied to clipboard
val key: Int
Link copied to clipboard
val limit: Int

the ending index until which the response is written

Link copied to clipboard
val offset: Int

the starting index from which the response is written

Functions

Link copied to clipboard
open override fun content(): ByteBuf
Link copied to clipboard
open override fun copy(): ByteBufHolder
Link copied to clipboard
open override fun duplicate(): ByteBufHolder
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun refCnt(): Int
Link copied to clipboard
open override fun release(): Boolean
open override fun release(p0: Int): Boolean
Link copied to clipboard
open override fun replace(p0: ByteBuf): ByteBufHolder
Link copied to clipboard
open override fun retain(): ByteBufHolder
open override fun retain(p0: Int): ByteBufHolder
Link copied to clipboard
open override fun retainedDuplicate(): ByteBufHolder
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun touch(): ByteBufHolder
open override fun touch(p0: Any): ByteBufHolder