HomeSort by relevance Sort by last modified time
    Searched full:freecapacity (Results 1 - 1 of 1) sorted by null

  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionOutputBuffer.java 113 int freecapacity = this.buffer.capacity() - this.buffer.length(); local
114 if (len > freecapacity) {

Completed in 1045 milliseconds