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 | Class and Description |
---|---|
static class |
Spec.PeerSpec<IN,OUT,CONN extends ChannelStream<IN,OUT>,S extends Spec.PeerSpec<IN,OUT,CONN,S,N>,N extends ReactorPeer<IN,OUT,CONN>> |
Modifier and Type | Class and Description |
---|---|
static class |
Spec.DatagramServerSpec<IN,OUT> |
static class |
Spec.HttpServerSpec<IN,OUT>
A HttpServer Spec is used to specify an HttpServer
|
static class |
Spec.TcpServerSpec<IN,OUT>
A TcpServerSpec is used to specify a TcpServer
|
Copyright © 2017. All rights reserved.