Class ProxyRequestHandler.ChunkedProxyRequest

java.lang.Object
io.fluxzero.proxy.ProxyRequestHandler.ChunkedProxyRequest
Enclosing class:
ProxyRequestHandler

protected class ProxyRequestHandler.ChunkedProxyRequest extends Object
  • Constructor Details

    • ChunkedProxyRequest

      protected ChunkedProxyRequest(io.fluxzero.sdk.web.WebRequest webRequest)
  • Method Details

    • append

      protected void append(byte[] chunk, boolean finalChunk)
    • dispatchFuture

      protected CompletableFuture<Void> dispatchFuture()
    • hasDispatchedFinalChunk

      protected boolean hasDispatchedFinalChunk()
    • responseFuture

      protected CompletableFuture<io.fluxzero.common.api.SerializedMessage> responseFuture()
    • intermediateResponses

      protected List<io.fluxzero.common.api.SerializedMessage> intermediateResponses()
    • abort

      protected void abort(Throwable error)