Package akka.http.scaladsl.model
Class AttributeKeys$
- java.lang.Object
-
- akka.http.scaladsl.model.AttributeKeys$
-
public class AttributeKeys$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeKeys$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AttributeKeys$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeKey<RemoteAddress>
remoteAddress()
AttributeKey<SslSessionInfo>
sslSession()
AttributeKey<Trailer>
trailer()
AttributeKey<WebSocketUpgrade>
webSocketUpgrade()
-
-
-
Field Detail
-
MODULE$
public static final AttributeKeys$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
remoteAddress
public AttributeKey<RemoteAddress> remoteAddress()
-
webSocketUpgrade
public AttributeKey<WebSocketUpgrade> webSocketUpgrade()
-
sslSession
public AttributeKey<SslSessionInfo> sslSession()
-
trailer
public AttributeKey<Trailer> trailer()
-
-