Class ProxyRequestHandler.ChunkAccumulator
java.lang.Object
io.fluxzero.proxy.ProxyRequestHandler.ChunkAccumulator
- Enclosing class:
ProxyRequestHandler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChunkAccumulator
protected ChunkAccumulator(int chunkSize)
-
-
Method Details
-
readFrom
- Throws:
IOException
-
isFull
protected boolean isFull() -
hasBytes
protected boolean hasBytes() -
takeChunk
protected byte[] takeChunk() -
takeBytes
protected byte[] takeBytes()
-