Package | Description |
---|---|
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.zmq.tcp | |
reactor.io.net.tcp |
Components for writing TCP-based clients and servers using Reactor abstractions.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClient<IN,OUT>
The base class for a Reactor-based Http client.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpClient<IN,OUT>
A Netty-based
TcpClient . |
Modifier and Type | Class and Description |
---|---|
class |
NettyTcpClient<IN,OUT>
A Netty-based
TcpClient . |
Modifier and Type | Class and Description |
---|---|
class |
ZeroMQTcpClient<IN,OUT> |
Modifier and Type | Class and Description |
---|---|
class |
TcpClient<IN,OUT>
The base class for a Reactor-based TCP client.
|
Copyright © 2016. All rights reserved.