| Package | Description |
|---|---|
| org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
| Modifier and Type | Method and Description |
|---|---|
default SslInfo |
ServerHttpRequest.getSslInfo()
Return the SSL session information if the request has been transmitted
over a secure protocol including SSL certificates, if available.
|
SslInfo |
ServerHttpRequestDecorator.getSslInfo() |
SslInfo |
AbstractServerHttpRequest.getSslInfo() |
protected abstract SslInfo |
AbstractServerHttpRequest.initSslInfo()
Obtain SSL session information from the underlying "native" request.
|
| Modifier and Type | Method and Description |
|---|---|
ServerHttpRequest.Builder |
ServerHttpRequest.Builder.sslInfo(SslInfo sslInfo)
Set the SSL session information.
|