Package org.apache.bookkeeper.proto
Class AuthHandler.ServerSideHandler.AuthResponseCallback
java.lang.Object
org.apache.bookkeeper.proto.AuthHandler.ServerSideHandler.AuthResponseCallback
- All Implemented Interfaces:
AuthCallbacks.GenericCallback<AuthToken>
- Enclosing class:
- AuthHandler.ServerSideHandler
static class AuthHandler.ServerSideHandler.AuthResponseCallback
extends Object
implements AuthCallbacks.GenericCallback<AuthToken>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final io.netty.channel.Channel(package private) final String(package private) final BookkeeperProtocol.Request -
Constructor Summary
ConstructorsConstructorDescriptionAuthResponseCallback(BookkeeperProtocol.Request req, io.netty.channel.Channel channel, String pluginName) -
Method Summary
-
Field Details
-
req
-
channel
final io.netty.channel.Channel channel -
pluginName
-
-
Constructor Details
-
AuthResponseCallback
AuthResponseCallback(BookkeeperProtocol.Request req, io.netty.channel.Channel channel, String pluginName)
-
-
Method Details
-
operationComplete
- Specified by:
operationCompletein interfaceAuthCallbacks.GenericCallback<AuthToken>
-