Package | Description |
---|---|
org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
org.springframework.mock.http.server.reactive |
Mock implementations of reactive HTTP server contracts.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected SslInfo |
MockServerHttpRequest.initSslInfo() |
Modifier and Type | Method and Description |
---|---|
void |
MockServerHttpRequest.BaseBuilder.sslInfo(SslInfo sslInfo)
Set SSL session information and certificates.
|