Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4700783

HTTP client: Support for streaming

XMLWordPrintable

    • generic, x86
    • generic, windows_nt, windows_2000

      Name: ca25432 Date: 06/11/2002



      This feature will benefit any application that must send large quantities
      of data via HTTP POSTs. Some developers have switched to using third-party HTTP
      client implementations for applications (e.g., WebDAV)

      Internet Printing Protocol (IPP) is also slated for Tiger (RFE 4641868). IPP is
      based upon HTTP and sends print requests (which can be very large) via HTTP
      POSTs and would benefit from this feature

      The feature does not require any API changes.


      ======================================================================



      In technical terms the above translates to :-

      1. When the content-length is known in advance it can be set in
      the http request headers and the entity body can be streamed to
      the server.

      2. When the content-length is not known in advance, but we know
      that the server is a HTTP 1.1 server, then the entity body can
      be chunked encoded.

      See also 4635350 and 4363479.

      ###@###.### 2002-10-30

            michaelm Michael McMahon
            caustinsunw Calvin Austin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: