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 TypeMethodDescriptionstatic SslInfoCreateSslInfoconfigured with the supplied session ID.static SslInfoSslInfo.from(String sessionId, X509Certificate... peerCertificates) CreateSslInfoconfigured with the supplied session ID and certificates.AbstractServerHttpRequest.getSslInfo()ServerHttpRequest.getSslInfo()Return the SSL session information if the request has been transmitted over a secure protocol including SSL certificates, if available.ServerHttpRequestDecorator.getSslInfo()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.