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.impl.netty.http |
Modifier and Type | Field and Description |
---|---|
static Class<? extends HttpClient> |
NetStreams.DEFAULT_HTTP_CLIENT_TYPE |
Modifier and Type | Method and Description |
---|---|
protected HttpClient<IN,OUT> |
Spec.HttpClientSpec.configure(Dispatcher dispatcher,
Environment environment) |
static HttpClient<Buffer,Buffer> |
NetStreams.httpClient() |
static <IN,OUT> HttpClient<IN,OUT> |
NetStreams.httpClient(Class<? extends HttpClient> clientFactory,
Function<? super Spec.HttpClientSpec<IN,OUT>,? extends Spec.HttpClientSpec<IN,OUT>> configuringFunction)
Bind a new HTTP client to the specified connect address and port.
|
static <IN,OUT> HttpClient<IN,OUT> |
NetStreams.httpClient(Function<? super Spec.HttpClientSpec<IN,OUT>,? extends Spec.HttpClientSpec<IN,OUT>> configuringFunction)
Bind a new HTTP client to the specified connect address and port.
|
Modifier and Type | Method and Description |
---|---|
static <IN,OUT> HttpClient<IN,OUT> |
NetStreams.httpClient(Class<? extends HttpClient> clientFactory,
Function<? super Spec.HttpClientSpec<IN,OUT>,? extends Spec.HttpClientSpec<IN,OUT>> configuringFunction)
Bind a new HTTP client to the specified connect address and port.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpClient<IN,OUT>
A Netty-based
TcpClient . |
Copyright © 2016. All rights reserved.