Index
All Classes and Interfaces|All Packages
C
- connect() - Method in class org.jvnet.robust_http_client.RetryableHttpStream
-
Opens the URL and makes a connection.
- connection - Variable in class org.jvnet.robust_http_client.RetryableHttpStream
-
HttpURLConnection
to allow the caller to access HTTP resposne headers.
O
- org.jvnet.robust_http_client - package org.jvnet.robust_http_client
P
- proxy - Variable in class org.jvnet.robust_http_client.RetryableHttpStream
-
Proxy, or null none is explicitly given (Java runtime may still decide to use a proxy, though.)
R
- read - Variable in class org.jvnet.robust_http_client.RetryableHttpStream
-
Number of bytes read so far.
- read() - Method in class org.jvnet.robust_http_client.RetryableHttpStream
- read(byte[], int, int) - Method in class org.jvnet.robust_http_client.RetryableHttpStream
- RetryableHttpStream - Class in org.jvnet.robust_http_client
-
InputStream
implementation aroundHttpURLConnection
that automatically reconnects if the connection fails in the middle. - RetryableHttpStream(URL) - Constructor for class org.jvnet.robust_http_client.RetryableHttpStream
-
Connects to the given HTTP/HTTPS URL, by using the proxy auto-configured by the Java runtime.
- RetryableHttpStream(URL, Proxy) - Constructor for class org.jvnet.robust_http_client.RetryableHttpStream
-
Connects to the given HTTP/HTTPS URL, by using the specified proxy.
S
- shallWeRetry() - Method in class org.jvnet.robust_http_client.RetryableHttpStream
-
Subclass can override this method to determine if we should continue to retry, or abort.
T
- totalLength - Variable in class org.jvnet.robust_http_client.RetryableHttpStream
-
Total bytes of the entity.
U
- url - Variable in class org.jvnet.robust_http_client.RetryableHttpStream
-
Where are we downloading from?
All Classes and Interfaces|All Packages