SslServerCustomizer

NettyServerCustomizer that configures SSL for the given Reactor Netty server instance.

Author

Brian Clozel

Raheela Aslam

Chris Bono

Cyril Dangerville

Scott Frederick

Moritz Halbritter

Phillip Webb

Since

2.0.0

Constructors

Link copied to clipboard
constructor(http2: Http2, clientAuth: Ssl.ClientAuth, sslBundle: SslBundle, serverNameSslBundles: Map<String, SslBundle>)

Functions

Link copied to clipboard
open fun <V> andThen(after: (in R) -> out V): (T) -> V
Link copied to clipboard
open fun apply(server: HttpServer): HttpServer
Link copied to clipboard
open fun <V> compose(before: (in V) -> out T): (V) -> R
Link copied to clipboard
open fun <T> identity(): (T) -> T