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
public static class BookieProtocol.AuthResponse extends BookieProtocol.Response
A response with an authentication message.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BookkeeperProtocol.AuthMessage
authMessage
-
Fields inherited from class org.apache.bookkeeper.proto.BookieProtocol.Response
entryId, errorCode, ledgerId, opCode, protocolVersion
-
-
Constructor Summary
Constructors Constructor Description AuthResponse(byte protocolVersion, BookkeeperProtocol.AuthMessage authMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) BookkeeperProtocol.AuthMessage
getAuthMessage()
-
Methods inherited from class org.apache.bookkeeper.proto.BookieProtocol.Response
getEntryId, getErrorCode, getLedgerId, getOpCode, getProtocolVersion, init, recycle, release, toString
-
-
-
-
Field Detail
-
authMessage
final BookkeeperProtocol.AuthMessage authMessage
-
-
Constructor Detail
-
AuthResponse
AuthResponse(byte protocolVersion, BookkeeperProtocol.AuthMessage authMessage)
-
-
Method Detail
-
getAuthMessage
BookkeeperProtocol.AuthMessage getAuthMessage()
-
-