CreateAccountCodec

@Singleton
class CreateAccountCodec @Inject constructor(rsaKey: RSAPrivateCrtKeyParameters) : VariableShortPacketCodec<LoginRequest.CreateAccount>

Constructors

Link copied to clipboard
@Inject
constructor(rsaKey: RSAPrivateCrtKeyParameters)

Properties

Link copied to clipboard
val opcode: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun allocateBuffer(alloc: ByteBufAllocator, input: LoginRequest.CreateAccount, preferDirect: Boolean): ByteBuf
Link copied to clipboard
open override fun decode(input: ByteBuf, cipher: StreamCipher): LoginRequest.CreateAccount
Link copied to clipboard
open override fun encode(input: LoginRequest.CreateAccount, output: ByteBuf, cipher: StreamCipher)
Link copied to clipboard
Link copied to clipboard
open override fun isLengthReadable(input: ByteBuf): Boolean
Link copied to clipboard
open override fun readLength(input: ByteBuf): Int
Link copied to clipboard
open override fun setLength(output: ByteBuf, index: Int, written: Int)
Link copied to clipboard
open override fun writeLengthPlaceholder(output: ByteBuf)