IN - The type that will be received by this clientOUT - The type that will be sent by this clientpublic static class Spec.HttpServer<IN,OUT> extends Spec.Server<IN,OUT,HttpChannel<IN,OUT>,Spec.HttpServer<IN,OUT>,HttpServer<IN,OUT>>
codec, listenAddress, options| Modifier and Type | Method and Description |
|---|---|
protected HttpServer<IN,OUT> |
configure(reactor.core.Dispatcher dispatcher,
reactor.Environment env) |
Spec.HttpServer<IN,OUT> |
ssl(SslOptions sslOptions)
Set the options to use for configuring SSL.
|
codec, listen, listen, listen, options, rawDatapublic Spec.HttpServer<IN,OUT> ssl(@Nullable SslOptions sslOptions)
null means don't use SSL at all (the
default).sslOptions - The options to set when configuring SSLprotected HttpServer<IN,OUT> configure(reactor.core.Dispatcher dispatcher, reactor.Environment env)
configure in class reactor.bus.spec.DispatcherComponentSpec<Spec.HttpServer<IN,OUT>,HttpServer<IN,OUT>>