Uses of Interface
org.springframework.http.server.reactive.SslInfo
Packages that use 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
Methods in org.springframework.http.server.reactive that return SslInfoModifier 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.Methods in org.springframework.http.server.reactive with parameters of type SslInfoModifier and TypeMethodDescriptionSet the SSL session information. -
Uses of SslInfo in org.springframework.mock.http.server.reactive
Methods in org.springframework.mock.http.server.reactive that return SslInfoMethods in org.springframework.mock.http.server.reactive with parameters of type SslInfo