Package sun.net.www.http
-
Interface Summary Interface Description Hurryable AHurryableis a class that has been instructed to complete its input processing so as to make resource associated with that input available to others. -
Class Summary Class Description ChunkedInputStream AChunkedInputStreamprovides a stream for reading a body of a http message that can be sent as a series of chunks, each with its own size indicator.ChunkedOutputStream OutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068.HttpClient PosterOutputStream Instances of this class are returned to applications for the purpose of sending user data for a HTTP POST or PUT request.