public class AttributeKeys
extends java.lang.Object
| Constructor and Description | 
|---|
| AttributeKeys() | 
| Modifier and Type | Method and Description | 
|---|---|
| static AttributeKey<RemoteAddress> | remoteAddress() | 
| static AttributeKey<SslSessionInfo> | sslSession() | 
| static AttributeKey<Trailer> | trailer() | 
| static AttributeKey<WebSocketUpgrade> | webSocketUpgrade() | 
public static AttributeKey<RemoteAddress> remoteAddress()
public static AttributeKey<WebSocketUpgrade> webSocketUpgrade()
public static AttributeKey<SslSessionInfo> sslSession()
public static AttributeKey<Trailer> trailer()