public final class StateKey extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static io.netty.util.AttributeKey<AuthenticatedUser> | AUTHENTICATED_USERThe key for the current  AuthenticatedUser. | 
| static io.netty.util.AttributeKey<Authenticator.SaslNegotiator> | NEGOTIATORThe key for the current SASL negotiator. | 
| static io.netty.util.AttributeKey<RequestMessage> | REQUEST_MESSAGEThe key for the current request. | 
| static io.netty.util.AttributeKey<MessageSerializer<?>> | SERIALIZERThe key for the current serializer requested by the client. | 
| static io.netty.util.AttributeKey<Session> | SESSIONThe key for the current  Sessionobject. | 
| static io.netty.util.AttributeKey<Boolean> | USE_BINARYThe 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–2023 Apache Software Foundation. All rights reserved.