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. |
reactor.io.net.http |
Components for writing HTTP-based clients and servers using Reactor abstractions.
|
reactor.io.net.impl.netty.http | |
reactor.io.net.impl.netty.tcp | |
reactor.io.net.impl.netty.udp | |
reactor.io.net.impl.zmq.tcp | |
reactor.io.net.tcp |
Components for writing TCP-based clients and servers using Reactor abstractions.
|
reactor.io.net.udp |
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 |
---|---|
class |
ReactorClient<IN,OUT,CONN extends ChannelStream<IN,OUT>>
A network-aware client that will publish its connection once available to the
ReactorChannelHandler passed. |
Modifier and Type | Class and Description |
---|---|
class |
HttpClient<IN,OUT>
The base class for a Reactor-based Http client.
|
class |
HttpServer<IN,OUT>
Base functionality needed by all servers that communicate with clients over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpClient<IN,OUT>
A Netty-based
TcpClient . |
class |
NettyHttpServer<IN,OUT>
A Netty-based
TcpServer implementation |
Modifier and Type | Class and Description |
---|---|
class |
NettyTcpClient<IN,OUT>
A Netty-based
TcpClient . |
class |
NettyTcpServer<IN,OUT>
A Netty-based
TcpServer implementation |
Modifier and Type | Class and Description |
---|---|
class |
NettyDatagramServer<IN,OUT>
DatagramServer implementation built on Netty. |
Modifier and Type | Class and Description |
---|---|
class |
ZeroMQTcpClient<IN,OUT> |
class |
ZeroMQTcpServer<IN,OUT> |
Modifier and Type | Class and Description |
---|---|
class |
TcpClient<IN,OUT>
The base class for a Reactor-based TCP client.
|
class |
TcpServer<IN,OUT>
Base functionality needed by all servers that communicate with clients over TCP.
|
Modifier and Type | Class and Description |
---|---|
class |
DatagramServer<IN,OUT> |
Copyright © 2016. All rights reserved.