Package org.apache.bookkeeper.proto
Class BookieProtocol.AuthResponse
java.lang.Object
org.apache.bookkeeper.proto.BookieProtocol.Response
org.apache.bookkeeper.proto.BookieProtocol.AuthResponse
- Enclosing interface:
- BookieProtocol
A response with an authentication message.
-
Field Summary
FieldsFields inherited from class org.apache.bookkeeper.proto.BookieProtocol.Response
entryId, errorCode, ledgerId, opCode, protocolVersion -
Constructor Summary
ConstructorsConstructorDescriptionAuthResponse(byte protocolVersion, BookkeeperProtocol.AuthMessage authMessage) -
Method Summary
Methods inherited from class org.apache.bookkeeper.proto.BookieProtocol.Response
getEntryId, getErrorCode, getLedgerId, getOpCode, getProtocolVersion, init, recycle, release, toString
-
Field Details
-
authMessage
-
-
Constructor Details
-
AuthResponse
AuthResponse(byte protocolVersion, BookkeeperProtocol.AuthMessage authMessage)
-
-
Method Details
-
getAuthMessage
BookkeeperProtocol.AuthMessage getAuthMessage()
-