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 Object
implements AuthCallbacks.GenericCallback<AuthToken>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final io.netty.channel.Channel(package private) final BookieProtocol.AuthRequest -
Constructor Summary
ConstructorsConstructorDescriptionAuthResponseCallbackLegacy(BookieProtocol.AuthRequest req, io.netty.channel.Channel channel) -
Method Summary
-
Field Details
-
req
-
channel
final io.netty.channel.Channel channel
-
-
Constructor Details
-
AuthResponseCallbackLegacy
AuthResponseCallbackLegacy(BookieProtocol.AuthRequest req, io.netty.channel.Channel channel)
-
-
Method Details
-
operationComplete
- Specified by:
operationCompletein interfaceAuthCallbacks.GenericCallback<AuthToken>
-