Package akka.http.scaladsl.model
Class AttributeKeys
- java.lang.Object
-
- akka.http.scaladsl.model.AttributeKeys
-
public class AttributeKeys extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeKeys()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttributeKey<RemoteAddress>
remoteAddress()
static AttributeKey<SslSessionInfo>
sslSession()
static AttributeKey<Trailer>
trailer()
static AttributeKey<WebSocketUpgrade>
webSocketUpgrade()
-
-
-
Method Detail
-
remoteAddress
public static AttributeKey<RemoteAddress> remoteAddress()
-
webSocketUpgrade
public static AttributeKey<WebSocketUpgrade> webSocketUpgrade()
-
sslSession
public static AttributeKey<SslSessionInfo> sslSession()
-
trailer
public static AttributeKey<Trailer> trailer()
-
-