Package org.apache.bookkeeper.proto
Class AuthHandler.ClientSideHandler.AuthRequestCallback
- java.lang.Object
-
- org.apache.bookkeeper.proto.AuthHandler.ClientSideHandler.AuthRequestCallback
-
- All Implemented Interfaces:
AuthCallbacks.GenericCallback<AuthToken>
- Enclosing class:
- AuthHandler.ClientSideHandler
class AuthHandler.ClientSideHandler.AuthRequestCallback extends java.lang.Object implements AuthCallbacks.GenericCallback<AuthToken>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.netty.channel.Channelchannel(package private) io.netty.channel.ChannelHandlerContextctx(package private) java.lang.StringpluginName
-
Constructor Summary
Constructors Constructor Description AuthRequestCallback(io.netty.channel.ChannelHandlerContext ctx, java.lang.String pluginName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoperationComplete(int rc, AuthToken newam)
-
-
-
Method Detail
-
operationComplete
public void operationComplete(int rc, AuthToken newam)- Specified by:
operationCompletein interfaceAuthCallbacks.GenericCallback<AuthToken>
-
-