public final class StateKey extends Object
Modifier and Type | Field and Description |
---|---|
static io.netty.util.AttributeKey<AuthenticatedUser> |
AUTHENTICATED_USER
The key for the current
AuthenticatedUser . |
static io.netty.util.AttributeKey<Authenticator.SaslNegotiator> |
NEGOTIATOR
The key for the current SASL negotiator.
|
static io.netty.util.AttributeKey<RequestMessage> |
REQUEST_MESSAGE
The key for the current request.
|
static io.netty.util.AttributeKey<MessageSerializer<?>> |
SERIALIZER
The key for the current serializer requested by the client.
|
static io.netty.util.AttributeKey<Session> |
SESSION
The key for the current
Session object. |
static io.netty.util.AttributeKey<Boolean> |
USE_BINARY
The key to indicate if the serializer should use its binary format.
|
public static final io.netty.util.AttributeKey<MessageSerializer<?>> SERIALIZER
public static final io.netty.util.AttributeKey<Boolean> USE_BINARY
public static final io.netty.util.AttributeKey<Session> SESSION
Session
object.public static final io.netty.util.AttributeKey<Authenticator.SaslNegotiator> NEGOTIATOR
public static final io.netty.util.AttributeKey<RequestMessage> REQUEST_MESSAGE
public static final io.netty.util.AttributeKey<AuthenticatedUser> AUTHENTICATED_USER
AuthenticatedUser
.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.