public class HttpAttributes$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static HttpAttributes$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| HttpAttributes$() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.pekko.stream.Attributes | empty() | 
| org.apache.pekko.stream.Attributes | remoteAddress(java.net.InetSocketAddress address) | 
| org.apache.pekko.stream.Attributes | remoteAddress(scala.Option<java.net.InetSocketAddress> address) | 
| org.apache.pekko.stream.Attributes | tlsSessionInfo(javax.net.ssl.SSLSession session) | 
public static final HttpAttributes$ MODULE$
public org.apache.pekko.stream.Attributes remoteAddress(scala.Option<java.net.InetSocketAddress> address)
public org.apache.pekko.stream.Attributes remoteAddress(java.net.InetSocketAddress address)
public org.apache.pekko.stream.Attributes tlsSessionInfo(javax.net.ssl.SSLSession session)
public org.apache.pekko.stream.Attributes empty()