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.-
Uses of SslInfo in org.springframework.http.server.reactive
Methods in org.springframework.http.server.reactive that return SslInfoModifier and TypeMethodDescriptionAbstractServerHttpRequest.getSslInfo()default SslInfoServerHttpRequest.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 SslInfoAbstractServerHttpRequest.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.