Uses of Class
org.apache.pulsar.common.api.proto.CommandAuthChallenge
Packages that use CommandAuthChallenge
Package
Description
Common protocol.
-
Uses of CommandAuthChallenge in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandAuthChallengeModifier and TypeMethodDescriptionCommandAuthChallenge.clear()CommandAuthChallenge.clearChallenge()CommandAuthChallenge.clearProtocolVersion()CommandAuthChallenge.clearServerVersion()CommandAuthChallenge.copyFrom(CommandAuthChallenge _other) BaseCommand.getAuthChallenge()BaseCommand.setAuthChallenge()CommandAuthChallenge.setProtocolVersion(int protocolVersion) CommandAuthChallenge.setServerVersion(String serverVersion) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandAuthChallenge -
Uses of CommandAuthChallenge in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandAuthChallengeModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleAuthChallenge(CommandAuthChallenge commandAuthChallenge)