Class SslServerCustomizer

java.lang.Object
org.springframework.boot.web.embedded.netty.SslServerCustomizer
All Implemented Interfaces:
Function<reactor.netty.http.server.HttpServer,reactor.netty.http.server.HttpServer>, NettyServerCustomizer

@Deprecated(since="2.0.0", forRemoval=false) public class SslServerCustomizer extends Object implements NettyServerCustomizer
Deprecated.
this class is meant for Spring Boot internal use only.
NettyServerCustomizer that configures SSL for the given Reactor Netty server instance.
Since:
2.0.0
Author:
Brian Clozel, Raheela Aslam, Chris Bono
  • Constructor Details

    • SslServerCustomizer

      public SslServerCustomizer(Ssl ssl, Http2 http2, SslStoreProvider sslStoreProvider)
      Deprecated.
  • Method Details

    • apply

      public reactor.netty.http.server.HttpServer apply(reactor.netty.http.server.HttpServer server)
      Deprecated.
      Specified by:
      apply in interface Function<reactor.netty.http.server.HttpServer,reactor.netty.http.server.HttpServer>
    • createSslContextSpec

      protected reactor.netty.tcp.AbstractProtocolSslContextSpec<?> createSslContextSpec()
      Deprecated.