- checkConnect(SecurityManager, String, int) - Static method in class sun.net.www.http.HttpClient
-
- checkError() - Method in class sun.net.www.http.ChunkedOutputStream
-
- ChunkedInputStream - Class in sun.net.www.http
-
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.
- ChunkedInputStream(InputStream, HttpClient, MessageHeader) - Constructor for class sun.net.www.http.ChunkedInputStream
-
Creates a ChunkedInputStream
and saves its arguments, for
later use.
- ChunkedOutputStream - Class in sun.net.www.http
-
OutputStream that sends the output to the underlying stream using chunked
encoding as specified in RFC 2068.
- ChunkedOutputStream(PrintStream) - Constructor for class sun.net.www.http.ChunkedOutputStream
-
- ChunkedOutputStream(PrintStream, int) - Constructor for class sun.net.www.http.ChunkedOutputStream
-
- chunkLength - Variable in class java.net.HttpURLConnection
-
The chunk-length when using chunked encoding streaming mode for output.
- close() - Method in class sun.net.www.http.ChunkedInputStream
-
Close the stream by either returning the connection to the
keep alive cache or closing the underlying stream.
- close() - Method in class sun.net.www.http.ChunkedOutputStream
-
- close() - Method in class sun.net.www.http.PosterOutputStream
-
After close() has been called, it is no longer possible to write
to this stream.
- closeIdleConnection() - Method in class sun.net.www.http.HttpClient
-
- closeServer() - Method in class sun.net.NetworkClient
-
Close an open connection to the server.
- closeServer() - Method in class sun.net.www.http.HttpClient
-
- connect() - Method in class sun.net.www.protocol.http.HttpURLConnection
-
- connectTimeout - Variable in class sun.net.NetworkClient
-
- createSocket() - Method in class sun.net.NetworkClient
-
The following method, createSocket, is provided to allow the
https client to override it so that it may use its socket factory
to create the socket.