| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| Modifier and Type | Method and Description |
|---|---|
default HttpRequestDuplicator |
HttpRequest.toDuplicator()
Returns a new
HttpRequestDuplicator that duplicates this HttpRequest into one or
more HttpRequests, which publish the same elements. |
default HttpRequestDuplicator |
HttpRequest.toDuplicator(io.netty.util.concurrent.EventExecutor executor)
Returns a new
HttpRequestDuplicator that duplicates this HttpRequest into one or
more HttpRequests, which publish the same elements. |
default HttpRequestDuplicator |
HttpRequest.toDuplicator(io.netty.util.concurrent.EventExecutor executor,
long maxRequestLength)
Returns a new
HttpRequestDuplicator that duplicates this HttpRequest into one or
more HttpRequests, which publish the same elements. |
default HttpRequestDuplicator |
HttpRequest.toDuplicator(long maxRequestLength)
Returns a new
HttpRequestDuplicator that duplicates this HttpRequest into one or
more HttpRequests, which publish the same elements. |
Copyright © 2020 LeanCloud. All rights reserved.