Class CommandAuthChallenge
java.lang.Object
org.apache.pulsar.common.api.proto.CommandAuthChallenge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()copyFrom(CommandAuthChallenge _other) intintbooleanbooleanbooleanvoidparseFrom(byte[] a) voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size) setProtocolVersion(int protocolVersion) setServerVersion(String serverVersion) byte[]intwriteTo(io.netty.buffer.ByteBuf _b)
-
Constructor Details
-
CommandAuthChallenge
public CommandAuthChallenge()
-
-
Method Details
-
hasServerVersion
public boolean hasServerVersion() -
getServerVersion
-
setServerVersion
-
clearServerVersion
-
hasChallenge
public boolean hasChallenge() -
getChallenge
-
setChallenge
-
clearChallenge
-
hasProtocolVersion
public boolean hasProtocolVersion() -
getProtocolVersion
public int getProtocolVersion() -
setProtocolVersion
-
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
-
copyFrom
-
toByteArray
public byte[] toByteArray() -
parseFrom
public void parseFrom(byte[] a)
-