public class AttributeKeys$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AttributeKeys$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
AttributeKeys$() |
Modifier and Type | Method and Description |
---|---|
AttributeKey<RemoteAddress> |
remoteAddress() |
AttributeKey<SslSessionInfo> |
sslSession() |
AttributeKey<Trailer> |
trailer() |
AttributeKey<WebSocketUpgrade> |
webSocketUpgrade() |
public static final AttributeKeys$ MODULE$
public AttributeKey<RemoteAddress> remoteAddress()
public AttributeKey<WebSocketUpgrade> webSocketUpgrade()
public AttributeKey<SslSessionInfo> sslSession()
public AttributeKey<Trailer> trailer()