| 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 Protocol |
HttpSelector.protocol |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
HttpSelector.getProtocol() |
abstract Protocol |
HttpChannel.protocol() |
| Constructor and Description |
|---|
HttpSelector(String uri,
Protocol protocol,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.get(String protocol) |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
NettyHttpChannel.protocol() |
Copyright © 2016. All rights reserved.