Class CommandAuthResponse


  • public final class CommandAuthResponse
    extends java.lang.Object
    • Constructor Detail

      • CommandAuthResponse

        public CommandAuthResponse()
    • Method Detail

      • hasClientVersion

        public boolean hasClientVersion()
      • getClientVersion

        public java.lang.String getClientVersion()
      • setClientVersion

        public CommandAuthResponse setClientVersion​(java.lang.String clientVersion)
      • hasResponse

        public boolean hasResponse()
      • getResponse

        public AuthData getResponse()
      • setResponse

        public AuthData setResponse()
      • hasProtocolVersion

        public boolean hasProtocolVersion()
      • getProtocolVersion

        public int getProtocolVersion()
      • writeTo

        public int writeTo​(io.netty.buffer.ByteBuf _b)
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public void parseFrom​(io.netty.buffer.ByteBuf _buffer,
                              int _size)
      • toByteArray

        public byte[] toByteArray()
      • parseFrom

        public void parseFrom​(byte[] a)