Package org.apache.bookkeeper.proto
Class BookieProtocol.AuthRequest
- java.lang.Object
-
- org.apache.bookkeeper.proto.BookieProtocol.Request
-
- org.apache.bookkeeper.proto.BookieProtocol.AuthRequest
-
- Enclosing interface:
- BookieProtocol
public static class BookieProtocol.AuthRequest extends BookieProtocol.Request
An authentication request.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessage
authMessage
-
Fields inherited from class org.apache.bookkeeper.proto.BookieProtocol.Request
entryId, flags, ledgerId, masterKey, opCode, protocolVersion
-
-
Constructor Summary
Constructors Constructor Description AuthRequest(byte protocolVersion, org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessage authMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessage
getAuthMessage()
-
Methods inherited from class org.apache.bookkeeper.proto.BookieProtocol.Request
getEntryId, getFlags, getLedgerId, getMasterKey, getOpCode, getProtocolVersion, hasMasterKey, init, isHighPriority, recycle, toString
-
-