Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessage
Packages that use BookkeeperProtocol.AuthMessage
-
Uses of BookkeeperProtocol.AuthMessage in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookkeeperProtocol.AuthMessageModifier and TypeFieldDescription(package private) final BookkeeperProtocol.AuthMessageBookieProtocol.AuthRequest.authMessage(package private) final BookkeeperProtocol.AuthMessageBookieProtocol.AuthResponse.authMessageMethods in org.apache.bookkeeper.proto that return BookkeeperProtocol.AuthMessageModifier and TypeMethodDescriptionBookkeeperProtocol.AuthMessage.Builder.build()BookkeeperProtocol.AuthMessage.Builder.buildPartial()(package private) BookkeeperProtocol.AuthMessageBookieProtocol.AuthRequest.getAuthMessage()(package private) BookkeeperProtocol.AuthMessageBookieProtocol.AuthResponse.getAuthMessage()BookkeeperProtocol.Request.Builder.getAuthRequest()optional .AuthMessage authRequest = 102;BookkeeperProtocol.Request.getAuthRequest()optional .AuthMessage authRequest = 102;BookkeeperProtocol.RequestOrBuilder.getAuthRequest()optional .AuthMessage authRequest = 102;BookkeeperProtocol.Response.Builder.getAuthResponse()optional .AuthMessage authResponse = 102;BookkeeperProtocol.Response.getAuthResponse()optional .AuthMessage authResponse = 102;BookkeeperProtocol.ResponseOrBuilder.getAuthResponse()optional .AuthMessage authResponse = 102;BookkeeperProtocol.AuthMessage.getDefaultInstance()BookkeeperProtocol.AuthMessage.Builder.getDefaultInstanceForType()BookkeeperProtocol.AuthMessage.getDefaultInstanceForType()BookkeeperProtocol.AuthMessage.parseDelimitedFrom(InputStream input) BookkeeperProtocol.AuthMessage.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AuthMessage.parseFrom(byte[] data) BookkeeperProtocol.AuthMessage.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AuthMessage.parseFrom(com.google.protobuf.ByteString data) BookkeeperProtocol.AuthMessage.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AuthMessage.parseFrom(com.google.protobuf.CodedInputStream input) BookkeeperProtocol.AuthMessage.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AuthMessage.parseFrom(InputStream input) BookkeeperProtocol.AuthMessage.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AuthMessage.parseFrom(ByteBuffer data) BookkeeperProtocol.AuthMessage.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.AuthMessageModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BookkeeperProtocol.AuthMessage>BookkeeperProtocol.AuthMessage.getParserForType()static com.google.protobuf.Parser<BookkeeperProtocol.AuthMessage>BookkeeperProtocol.AuthMessage.parser()Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.AuthMessageModifier and TypeMethodDescriptionBookkeeperProtocol.Request.Builder.mergeAuthRequest(BookkeeperProtocol.AuthMessage value) optional .AuthMessage authRequest = 102;BookkeeperProtocol.Response.Builder.mergeAuthResponse(BookkeeperProtocol.AuthMessage value) optional .AuthMessage authResponse = 102;BookkeeperProtocol.AuthMessage.Builder.mergeFrom(BookkeeperProtocol.AuthMessage other) BookkeeperProtocol.AuthMessage.newBuilder(BookkeeperProtocol.AuthMessage prototype) BookkeeperProtocol.Request.Builder.setAuthRequest(BookkeeperProtocol.AuthMessage value) optional .AuthMessage authRequest = 102;BookkeeperProtocol.Response.Builder.setAuthResponse(BookkeeperProtocol.AuthMessage value) optional .AuthMessage authResponse = 102;Constructors in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.AuthMessageModifierConstructorDescription(package private)AuthRequest(byte protocolVersion, BookkeeperProtocol.AuthMessage authMessage) (package private)AuthResponse(byte protocolVersion, BookkeeperProtocol.AuthMessage authMessage)