java.lang.ObjectWrapper class for the realjava.net.URLConnection
java.net.HttpURLConnection
org.apache.cactus.internal.client.connector.http.AutoReadHttpURLConnection
HttpURLConnection to the test servlet
that reads the complete input stream into an internal buffer on
the first call to getInputStream(). This is to ensure that the test servlet
is not blocked on i/o when the test caller asks for the results.
The wrapper returns the buffered input stream from getInputStream and delegates the rest of the calls.
This class is final so we don't have to provide access to protected instance variables and methods of the wrapped connection.
$ - Id: AutoReadHttpURLConnection.java 239010 2004-06-19 15:10:53Z vmassol $| Constructor: |
|---|
AutoReadHttpURLConnection object from an
HttpURLConnection.
|
| Method from org.apache.cactus.internal.client.connector.http.AutoReadHttpURLConnection Summary: |
|---|
| connect, disconnect, getAllowUserInteraction, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultUseCaches, getDoInput, getDoOutput, getErrorStream, getExpiration, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getIfModifiedSince, getInputStream, getLastModified, getOutputStream, getPermission, getRequestMethod, getRequestProperty, getResponseCode, getResponseMessage, getURL, getUseCaches, setAllowUserInteraction, setDefaultUseCaches, setDoInput, setDoOutput, setIfModifiedSince, setRequestMethod, setRequestProperty, setUseCaches, toString, usingProxy |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.cactus.internal.client.connector.http.AutoReadHttpURLConnection Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|