Uses of Class
org.apache.pulsar.common.api.proto.CommandAuthChallenge
-
Packages that use CommandAuthChallenge Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandAuthChallenge in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAuthChallenge Modifier and Type Method Description CommandAuthChallengeCommandAuthChallenge. clear()CommandAuthChallengeCommandAuthChallenge. clearChallenge()CommandAuthChallengeCommandAuthChallenge. clearProtocolVersion()CommandAuthChallengeCommandAuthChallenge. clearServerVersion()CommandAuthChallengeCommandAuthChallenge. copyFrom(CommandAuthChallenge _other)CommandAuthChallengeBaseCommand. getAuthChallenge()CommandAuthChallengeBaseCommand. setAuthChallenge()CommandAuthChallengeCommandAuthChallenge. setProtocolVersion(int protocolVersion)CommandAuthChallengeCommandAuthChallenge. setServerVersion(java.lang.String serverVersion)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAuthChallenge Modifier and Type Method Description CommandAuthChallengeCommandAuthChallenge. copyFrom(CommandAuthChallenge _other) -
Uses of CommandAuthChallenge in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAuthChallenge Modifier and Type Method Description protected voidPulsarDecoder. handleAuthChallenge(CommandAuthChallenge commandAuthChallenge)
-