接口的使用
org.springframework.http.server.reactive.SslInfo
使用SslInfo的程序包 程序包 说明 org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequestandServerHttpResponsealong with anHttpHandlerfor processing.org.springframework.mock.http.server.reactive Mock implementations of reactive HTTP server contracts.org.springframework.http.server.reactive中SslInfo的使用
返回SslInfo的org.springframework.http.server.reactive中的方法 修饰符和类型 方法 说明 SslInfoAbstractServerHttpRequest. getSslInfo()default SslInfoServerHttpRequest. getSslInfo()Return the SSL session information if the request has been transmitted over a secure protocol including SSL certificates, if available.SslInfoServerHttpRequestDecorator. getSslInfo()protected abstract SslInfoAbstractServerHttpRequest. initSslInfo()Obtain SSL session information from the underlying "native" request.参数类型为SslInfo的org.springframework.http.server.reactive中的方法 修饰符和类型 方法 说明 ServerHttpRequest.BuilderServerHttpRequest.Builder. sslInfo(SslInfo sslInfo)Set the SSL session information.org.springframework.mock.http.server.reactive中SslInfo的使用
返回SslInfo的org.springframework.mock.http.server.reactive中的方法 修饰符和类型 方法 说明 protected SslInfoMockServerHttpRequest. initSslInfo()参数类型为SslInfo的org.springframework.mock.http.server.reactive中的方法 修饰符和类型 方法 说明 voidMockServerHttpRequest.BaseBuilder. sslInfo(SslInfo sslInfo)Set SSL session information and certificates.