Package org.apache.bookkeeper.proto
Class AuthHandler.ServerSideHandler.AuthResponseCallbackLegacy
- java.lang.Object
-
- org.apache.bookkeeper.proto.AuthHandler.ServerSideHandler.AuthResponseCallbackLegacy
-
- All Implemented Interfaces:
AuthCallbacks.GenericCallback<AuthToken>
- Enclosing class:
- AuthHandler.ServerSideHandler
static class AuthHandler.ServerSideHandler.AuthResponseCallbackLegacy extends java.lang.Object implements AuthCallbacks.GenericCallback<AuthToken>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.netty.channel.Channel
channel
(package private) BookieProtocol.AuthRequest
req
-
Constructor Summary
Constructors Constructor Description AuthResponseCallbackLegacy(BookieProtocol.AuthRequest req, io.netty.channel.Channel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
operationComplete(int rc, AuthToken newam)
-
-
-
Field Detail
-
req
final BookieProtocol.AuthRequest req
-
channel
final io.netty.channel.Channel channel
-
-
Constructor Detail
-
AuthResponseCallbackLegacy
AuthResponseCallbackLegacy(BookieProtocol.AuthRequest req, io.netty.channel.Channel channel)
-
-
Method Detail
-
operationComplete
public void operationComplete(int rc, AuthToken newam)
- Specified by:
operationComplete
in interfaceAuthCallbacks.GenericCallback<AuthToken>
-
-