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 |
Implementations of the various TCP abstractions based on Netty.
|
reactor.io.net.impl.netty.http | |
reactor.io.net.impl.zmq |
Modifier and Type | Interface and Description |
---|---|
interface |
ReactorChannelHandler<IN,OUT,CONN extends ReactorChannel<IN,OUT>>
A
ReactorChannel callback that is attached on ReactorPeer or ReactorClient initialization and receives
all connected ReactorChannel . |
Modifier and Type | Class and Description |
---|---|
class |
ChannelStream<IN,OUT>
An abstract
ReactorChannel implementation that handles the basic interaction and behave as a Stream . |
Modifier and Type | Class and Description |
---|---|
class |
HttpChannel<IN,OUT>
A Request/Response
ChannelStream extension that provides for several helpers to control HTTP behavior and
observe its metadata. |
Modifier and Type | Class and Description |
---|---|
class |
NettyChannelStream<IN,OUT>
ReactorChannel implementation that delegates to Netty. |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpChannel<IN,OUT> |
Modifier and Type | Class and Description |
---|---|
class |
ZeroMQChannelStream<IN,OUT> |
Copyright © 2017. All rights reserved.