public class HttpAttributes
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HttpAttributes.RemoteAddress | 
| static class  | HttpAttributes.RemoteAddress$ | 
| static class  | HttpAttributes.TLSSessionInfoINTERNAL API
 Internally used TLS session info in the HTTP pipeline. | 
| static class  | HttpAttributes.TLSSessionInfo$ | 
| Constructor and Description | 
|---|
| HttpAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.pekko.stream.Attributes | empty() | 
| static org.apache.pekko.stream.Attributes | remoteAddress(java.net.InetSocketAddress address) | 
| static org.apache.pekko.stream.Attributes | remoteAddress(scala.Option<java.net.InetSocketAddress> address) | 
| static org.apache.pekko.stream.Attributes | tlsSessionInfo(javax.net.ssl.SSLSession session) | 
public static org.apache.pekko.stream.Attributes remoteAddress(scala.Option<java.net.InetSocketAddress> address)
public static org.apache.pekko.stream.Attributes remoteAddress(java.net.InetSocketAddress address)
public static org.apache.pekko.stream.Attributes tlsSessionInfo(javax.net.ssl.SSLSession session)
public static org.apache.pekko.stream.Attributes empty()