Class ProxyRequestHandler.ChunkedProxyRequest
java.lang.Object
io.fluxzero.proxy.ProxyRequestHandler.ChunkedProxyRequest
- Enclosing class:
ProxyRequestHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidappend(byte[] chunk, boolean finalChunk) protected CompletableFuture<Void> protected booleanprotected List<SerializedMessage> protected CompletableFuture<SerializedMessage>
-
Constructor Details
-
ChunkedProxyRequest
-
-
Method Details
-
append
protected void append(byte[] chunk, boolean finalChunk) -
dispatchFuture
-
hasDispatchedFinalChunk
protected boolean hasDispatchedFinalChunk() -
responseFuture
-
intermediateResponses
-
abort
-