Package herddb.proto
Class PduCodec.SaslTokenServerResponse
- java.lang.Object
-
- herddb.proto.PduCodec.SaslTokenServerResponse
-
-
Constructor Summary
Constructors Constructor Description SaslTokenServerResponse()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]readToken(Pdu pdu)static io.netty.buffer.ByteBufwrite(long messageId, byte[] token)
-
-
-
Method Detail
-
write
public static io.netty.buffer.ByteBuf write(long messageId, byte[] token)
-
readToken
public static byte[] readToken(Pdu pdu)
-
-