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.Channelchannel(package private) BookieProtocol.AuthRequestreq
-
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 voidoperationComplete(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:
operationCompletein interfaceAuthCallbacks.GenericCallback<AuthToken>
-
-