| Package | Description |
|---|---|
| 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 |
|---|---|
abstract Transfer |
HttpChannel.transfer() |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpChannel<IN,OUT> |
HttpChannel.transfer(Transfer transfer)
Define the Transfer mode for this http connection
|
| Modifier and Type | Method and Description |
|---|---|
static Transfer |
Transfer.get(String transfer) |
static Transfer |
Transfer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transfer[] |
Transfer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Transfer |
NettyHttpChannel.transfer() |
| Modifier and Type | Method and Description |
|---|---|
HttpChannel<IN,OUT> |
NettyHttpChannel.transfer(Transfer transfer) |
Copyright © 2016. All rights reserved.