Package | Description |
---|---|
reactor.bus.spec |
Specs help create
Reactors by providing a fluent API to specify
common options. |
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 |
---|---|
class |
DispatcherComponentSpec<SPEC extends DispatcherComponentSpec<SPEC,TARGET>,TARGET>
A generic environment-aware class for specifying components that need to be configured
with an
Environment and Dispatcher . |
Modifier and Type | Class and Description |
---|---|
class |
EventBusSpec
A helper class for configuring a new
EventBus . |
class |
EventRoutingComponentSpec<SPEC extends EventRoutingComponentSpec<SPEC,TARGET>,TARGET>
A generic environment-aware class for specifying components that need to be configured with an
Environment ,
Dispatcher , and Router . |
Modifier and Type | Class and Description |
---|---|
static class |
Spec.DatagramServerSpec<IN,OUT> |
static class |
Spec.HttpClientSpec<IN,OUT>
A helper class for specifying a
HttpClient |
static class |
Spec.HttpServerSpec<IN,OUT>
A HttpServer Spec is used to specify an HttpServer
|
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>> |
static class |
Spec.TcpClientSpec<IN,OUT>
A helper class for specifying a
TcpClient |
static class |
Spec.TcpServerSpec<IN,OUT>
A TcpServerSpec is used to specify a TcpServer
|
Copyright © 2016. All rights reserved.