Package | Description |
---|---|
reactor.io.net |
Reactive network components are located in this package scope implementing the following exposed contract:
A
ReactorPeer NetServer/NetClient is a Publisher of
ReactorChannel that are themselves Publisher of input data. |
Modifier and Type | Method and Description |
---|---|
Spec.HttpServerSpec<IN,OUT> |
Spec.HttpServerSpec.ssl(SslOptions sslOptions)
Set the options to use for configuring SSL.
|
Modifier and Type | Method and Description |
---|---|
static <IN,OUT> HttpServer<IN,OUT> |
NetStreams.httpServer(Class<? extends HttpServer> serverFactory,
Function<? super Spec.HttpServerSpec<IN,OUT>,? extends Spec.HttpServerSpec<IN,OUT>> configuringFunction) |
static <IN,OUT> HttpServer<IN,OUT> |
NetStreams.httpServer(Class<? extends HttpServer> serverFactory,
Function<? super Spec.HttpServerSpec<IN,OUT>,? extends Spec.HttpServerSpec<IN,OUT>> configuringFunction) |
static <IN,OUT> HttpServer<IN,OUT> |
NetStreams.httpServer(Function<? super Spec.HttpServerSpec<IN,OUT>,? extends Spec.HttpServerSpec<IN,OUT>> configuringFunction)
Build a Netty HTTP Server with the passed factory
|
static <IN,OUT> HttpServer<IN,OUT> |
NetStreams.httpServer(Function<? super Spec.HttpServerSpec<IN,OUT>,? extends Spec.HttpServerSpec<IN,OUT>> configuringFunction)
Build a Netty HTTP Server with the passed factory
|
Copyright © 2016. All rights reserved.