sun.net.www.http |
|
Java Source File Name | Type | Comment |
ChunkedInputStream.java | Class | A ChunkedInputStream provides 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. |
HttpClient.java | Class | |
Hurryable.java | Interface | A Hurryable is a class that has been instructed to complete
its input processing so as to make resource associated with that input
available to others. |
KeepAliveCache.java | Class | A class that implements a cache of idle Http connections for keep-alive
version: 1.28 10/10/06 author: Stephen R. |
KeepAliveStream.java | Class | A stream that has the property of being able to be kept alive for
multiple downloads from the same server.
version: 1.22, 10/10/06 author: Stephen R. |
PosterOutputStream.java | Class | Instances of this class are returned to applications for the purpose of
sending user data for a HTTP POST or PUT request. |