接口的使用
cn.taketoday.http.server.reactive.SslInfo
使用SslInfo的程序包
程序包
说明
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.-
cn.taketoday.http.server.reactive中SslInfo的使用
修饰符和类型字段说明private SslInfoAbstractServerHttpRequest.sslInfoprivate final SslInfoDefaultServerHttpRequestBuilder.MutatedServerHttpRequest.sslInfoprivate SslInfoDefaultServerHttpRequestBuilder.sslInfo修饰符和类型方法说明AbstractServerHttpRequest.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.protected SslInfoDefaultServerHttpRequestBuilder.MutatedServerHttpRequest.initSslInfo()protected SslInfoReactorNetty2ServerHttpRequest.initSslInfo()protected SslInfoReactorServerHttpRequest.initSslInfo()protected SslInfoServletServerHttpRequest.initSslInfo()protected SslInfoUndertowServerHttpRequest.initSslInfo()参数类型为SslInfo的cn.taketoday.http.server.reactive中的方法修饰符和类型方法说明Set the SSL session information.参数类型为SslInfo的cn.taketoday.http.server.reactive中的构造器限定符构造器说明MutatedServerHttpRequest(URI uri, String contextPath, String methodValue, SslInfo sslInfo, InetSocketAddress remoteAddress, HttpHeaders headers, reactor.core.publisher.Flux<cn.taketoday.core.io.buffer.DataBuffer> body, ServerHttpRequest originalRequest)