org.springframework.boot.web.embedded.netty

Class SslServerCustomizer

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

    Deprecated. 
    this class is meant for Spring Boot internal use only.

    @Deprecated
    public class SslServerCustomizer
    extends java.lang.Object
    implements NettyServerCustomizer
    NettyServerCustomizer that configures SSL for the given Reactor Netty server instance.
    Since:
    2.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      reactor.netty.http.server.HttpServer apply(reactor.netty.http.server.HttpServer server)
      Deprecated. 
       
      protected reactor.netty.tcp.AbstractProtocolSslContextSpec<?> createSslContextSpec()
      Deprecated. 
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose, identity
    • Constructor Detail

      • SslServerCustomizer

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

      • apply

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

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