Uses of Class
org.apache.pulsar.common.api.proto.CommandConnected
Packages that use CommandConnected
Package
Description
Common protocol.
-
Uses of CommandConnected in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandConnectedModifier and TypeMethodDescriptionCommandConnected.clear()CommandConnected.clearFeatureFlags()CommandConnected.clearMaxMessageSize()CommandConnected.clearProtocolVersion()CommandConnected.clearServerVersion()CommandConnected.copyFrom(CommandConnected _other) BaseCommand.getConnected()BaseCommand.setConnected()CommandConnected.setMaxMessageSize(int maxMessageSize) CommandConnected.setProtocolVersion(int protocolVersion) CommandConnected.setServerVersion(String serverVersion) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandConnected -
Uses of CommandConnected in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandConnectedModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleConnected(CommandConnected connected)