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