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.TcpServerSpec<IN,OUT> |
Spec.TcpServerSpec.ssl(SslOptions sslOptions)
Set the options to use for configuring SSL.
|
Modifier and Type | Method and Description |
---|---|
static <IN,OUT> TcpServer<IN,OUT> |
NetStreams.tcpServer(Class<? extends TcpServer> serverFactory,
Function<? super Spec.TcpServerSpec<IN,OUT>,? extends Spec.TcpServerSpec<IN,OUT>> configuringFunction)
Bind a new TCP server to the specified bind address and port.
|
static <IN,OUT> TcpServer<IN,OUT> |
NetStreams.tcpServer(Class<? extends TcpServer> serverFactory,
Function<? super Spec.TcpServerSpec<IN,OUT>,? extends Spec.TcpServerSpec<IN,OUT>> configuringFunction)
Bind a new TCP server to the specified bind address and port.
|
static <IN,OUT> TcpServer<IN,OUT> |
NetStreams.tcpServer(Function<? super Spec.TcpServerSpec<IN,OUT>,? extends Spec.TcpServerSpec<IN,OUT>> configuringFunction)
Bind a new TCP server to the specified bind address and port.
|
static <IN,OUT> TcpServer<IN,OUT> |
NetStreams.tcpServer(Function<? super Spec.TcpServerSpec<IN,OUT>,? extends Spec.TcpServerSpec<IN,OUT>> configuringFunction)
Bind a new TCP server to the specified bind address and port.
|
Copyright © 2017. All rights reserved.