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.http.model | |
reactor.io.net.impl.netty.http |
Modifier and Type | Method and Description |
---|---|
static HttpSelector |
NetSelectors.http(String uri,
Protocol protocol,
Method method)
Creates a
Selector based on a URI template. |
Modifier and Type | Field and Description |
---|---|
protected Method |
HttpSelector.method |
Modifier and Type | Method and Description |
---|---|
Method |
HttpSelector.getMethod() |
abstract Method |
HttpChannel.method() |
Modifier and Type | Method and Description |
---|---|
abstract Promise<? extends HttpChannel<IN,OUT>> |
HttpClient.request(Method method,
String url,
ReactorChannelHandler<IN,OUT,HttpChannel<IN,OUT>> handler)
Use the passed HTTP method to send to the given URL.
|
Constructor and Description |
---|
HttpSelector(String uri,
Protocol protocol,
Method method) |
Modifier and Type | Field and Description |
---|---|
static Method |
Method.AFTER |
static Method |
Method.BEFORE |
static Method |
Method.CONNECT |
static Method |
Method.DELETE |
static Method |
Method.GET |
static Method |
Method.HEAD |
static Method |
Method.OPTIONS |
static Method |
Method.PATCH |
static Method |
Method.POST |
static Method |
Method.PUT |
static Method |
Method.TRACE |
static Method |
Method.WS |
Modifier and Type | Method and Description |
---|---|
Method |
NettyHttpChannel.method() |
Modifier and Type | Method and Description |
---|---|
Promise<? extends HttpChannel<IN,OUT>> |
NettyHttpClient.request(Method method,
String url,
ReactorChannelHandler<IN,OUT,HttpChannel<IN,OUT>> handler) |
Copyright © 2016. All rights reserved.