- serverInput - Variable in class sun.net.NetworkClient
-
Buffered stream for reading replies from server.
- serverIsOpen() - Method in class sun.net.NetworkClient
-
Return server connection status
- serverOutput - Variable in class sun.net.NetworkClient
-
Stream for printing to the server.
- serverSocket - Variable in class sun.net.NetworkClient
-
Socket for communicating with server.
- setAuthenticationProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
-
- setChunkedStreamingMode(int) - Method in class java.net.HttpURLConnection
-
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is not
known in advance.
- setConnectTimeout(int) - Method in class sun.net.NetworkClient
-
- setConnectTimeout(int) - Method in class sun.net.www.protocol.http.HttpURLConnection
-
- setDoNotRetry(boolean) - Method in class sun.net.www.http.HttpClient
-
- setFixedLengthStreamingMode(int) - Method in class java.net.HttpURLConnection
-
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is known in
advance.
- setFixedLengthStreamingMode(long) - Method in class java.net.HttpURLConnection
-
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is known in
advance.
- setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
-
Sets whether HTTP redirects (requests with response code 3xx) should
be automatically followed by this class.
- setIgnoreContinue(boolean) - Method in class sun.net.www.http.HttpClient
-
- setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
-
Sets whether HTTP redirects (requests with response code 3xx) should
be automatically followed by this HttpURLConnection
instance.
- setNewClient(URL) - Method in class sun.net.www.protocol.http.HttpURLConnection
-
Obtain a HttpsClient object.
- setReadTimeout(int) - Method in class sun.net.NetworkClient
-
Sets the read timeout.
- setReadTimeout(int) - Method in class sun.net.www.protocol.http.HttpURLConnection
-
Sets the read timeout to a specified timeout, in
milliseconds.
- setRequestMethod(String) - Method in class java.net.HttpURLConnection
-
Set the method for the URL request, one of:
GET
POST
HEAD
OPTIONS
PUT
DELETE
TRACE
are legal, subject to protocol restrictions.
- setRequestProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
-
Sets request property.
- size() - Method in class sun.net.www.http.ChunkedOutputStream
-
- SOCKET_CONNECT_ACTION - Static variable in class sun.net.www.http.HttpClient
-
- SOCKET_RESOLVE_ACTION - Static variable in class sun.net.www.http.HttpClient
-
- splitWhitespace(String) - Static method in class sun.net.www.http.HttpClient
-
String.split("\\s+") <=> split()
- streaming() - Method in class sun.net.www.protocol.http.HttpURLConnection
-
- sun.net - package sun.net
-
- sun.net.www.http - package sun.net.www.http
-
- sun.net.www.protocol.http - package sun.net.www.protocol.http
-