Package akka.http.javadsl.model
Class AttributeKeys
- java.lang.Object
-
- akka.http.javadsl.model.AttributeKeys
-
public final class AttributeKeys extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeKey<RemoteAddress>
remoteAddress
static AttributeKey<SslSessionInfo>
sslSession
static AttributeKey<Trailer>
trailer
static AttributeKey<WebSocketUpgrade>
webSocketUpgrade
-
Constructor Summary
Constructors Constructor Description AttributeKeys()
-
-
-
Field Detail
-
remoteAddress
public static final AttributeKey<RemoteAddress> remoteAddress
-
webSocketUpgrade
public static final AttributeKey<WebSocketUpgrade> webSocketUpgrade
-
sslSession
public static final AttributeKey<SslSessionInfo> sslSession
-
trailer
public static final AttributeKey<Trailer> trailer
-
-