public interface Spec
Modifier and Type | Interface 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.IncrementalBackoffReconnect
A helper class for configure a new
Reconnect . |
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
|
Modifier and Type | Field and Description |
---|---|
static Codec |
NOOP_CODEC |
static Function |
NOOP_DECODER |
Copyright © 2017. All rights reserved.