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 |
Class and Description |
---|
HttpClient
The base class for a Reactor-based Http client.
|
HttpSelector
A Selector to match against ServerRequest
|
HttpServer
Base functionality needed by all servers that communicate with clients over HTTP.
|
Class and Description |
---|
HttpChannel
A Request/Response
ChannelStream extension that provides for several helpers to control HTTP behavior and
observe its metadata. |
HttpServer
Base functionality needed by all servers that communicate with clients over HTTP.
|
Class and Description |
---|
HttpChannel
A Request/Response
ChannelStream extension that provides for several helpers to control HTTP behavior and
observe its metadata. |
HttpClient
The base class for a Reactor-based Http client.
|
HttpServer
Base functionality needed by all servers that communicate with clients over HTTP.
|
Copyright © 2017. All rights reserved.