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 SummaryFields Modifier and Type Field Description (package private) org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessageauthMessage- 
Fields inherited from class org.apache.bookkeeper.proto.BookieProtocol.ResponseentryId, errorCode, ledgerId, opCode, protocolVersion
 
- 
 - 
Constructor SummaryConstructors Constructor Description AuthResponse(byte protocolVersion, org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessage authMessage)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.apache.bookkeeper.proto.BookkeeperProtocol.AuthMessagegetAuthMessage()- 
Methods inherited from class org.apache.bookkeeper.proto.BookieProtocol.ResponsegetEntryId, getErrorCode, getLedgerId, getOpCode, getProtocolVersion, init, recycle, release, retain, toString
 
- 
 
-