Uses of Interface
org.springframework.http.server.reactive.SslInfo
Package
Description
Abstractions for reactive HTTP server support including a
ServerHttpRequest
and
ServerHttpResponse
along with an
HttpHandler
for processing.Mock implementations of reactive HTTP server contracts.
-
Uses of SslInfo in org.springframework.http.server.reactive
Modifier and TypeMethodDescriptionAbstractServerHttpRequest.getSslInfo()
default SslInfo
ServerHttpRequest.getSslInfo()
Return the SSL session information if the request has been transmitted over a secure protocol including SSL certificates, if available.ServerHttpRequestDecorator.getSslInfo()
protected abstract SslInfo
AbstractServerHttpRequest.initSslInfo()
Obtain SSL session information from the underlying "native" request.Modifier and TypeMethodDescriptionSet the SSL session information. -
Uses of SslInfo in org.springframework.mock.http.server.reactive