Class CommandAuthChallenge

java.lang.Object
org.apache.pulsar.common.api.proto.CommandAuthChallenge

public final class CommandAuthChallenge extends Object
  • Constructor Details

    • CommandAuthChallenge

      public CommandAuthChallenge()
  • Method Details

    • hasServerVersion

      public boolean hasServerVersion()
    • getServerVersion

      public String getServerVersion()
    • setServerVersion

      public CommandAuthChallenge setServerVersion(String serverVersion)
    • clearServerVersion

      public CommandAuthChallenge clearServerVersion()
    • hasChallenge

      public boolean hasChallenge()
    • getChallenge

      public AuthData getChallenge()
    • setChallenge

      public AuthData setChallenge()
    • clearChallenge

      public CommandAuthChallenge clearChallenge()
    • hasProtocolVersion

      public boolean hasProtocolVersion()
    • getProtocolVersion

      public int getProtocolVersion()
    • setProtocolVersion

      public CommandAuthChallenge setProtocolVersion(int protocolVersion)
    • clearProtocolVersion

      public CommandAuthChallenge clearProtocolVersion()
    • writeTo

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

      public int getSerializedSize()
    • parseFrom

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

      public CommandAuthChallenge clear()
    • copyFrom

      public CommandAuthChallenge copyFrom(CommandAuthChallenge _other)
    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)