Class ProxyRequestHandler.ChunkAccumulator

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

protected static class ProxyRequestHandler.ChunkAccumulator extends Object
  • Constructor Details

    • ChunkAccumulator

      protected ChunkAccumulator(int chunkSize)
  • Method Details

    • readFrom

      protected int readFrom(InputStream input) throws IOException
      Throws:
      IOException
    • isFull

      protected boolean isFull()
    • hasBytes

      protected boolean hasBytes()
    • takeChunk

      protected byte[] takeChunk()
    • takeBytes

      protected byte[] takeBytes()