Search code examples
javahttpsockets

Java based HTTP Client which supports Pipelining


Do you know of any free Java library which support the HTTP pipelining option of HTTP/1.1 ( http://en.wikipedia.org/wiki/HTTP_pipelining ) ?


Solution

  • HTTPClient apparently supports pipelining here:

    http://www.innovation.ch/java/HTTPClient/

    but I haven't tried it personally and can't verify this.