| |
|
| java.net.HttpURLConnection org.apache.cactus.mock.MockHttpURLConnection
MockHttpURLConnection | public class MockHttpURLConnection extends HttpURLConnection (Code) | | Mock implementation of HttpURLConnection .
version: $Id: MockHttpURLConnection.java 238991 2004-05-22 11:34:50Z vmassol $ |
MockHttpURLConnection | public MockHttpURLConnection(URL theURL)(Code) | | Parameters: theURL - the underlying URL |
setExpectedGetHeaderField | public void setExpectedGetHeaderField(String theValue)(Code) | | Sets the header field value that will be returned by
getHeaderField() .
Parameters: theValue - the header field value |
setExpectedGetInputStream | public void setExpectedGetInputStream(InputStream theValue)(Code) | | Sets the input stream value that will be returned by
getInputStream() .
Parameters: theValue - the input stream value |
|
|
|