public interface WebConnection
Modifier and Type | Method and Description |
---|---|
WebResponse |
getResponse(WebRequestSettings webRequestSettings)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Submits a request and retrieves a response. |
org.apache.commons.httpclient.HttpState |
getState()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Return the HttpState that is being used. |
WebClient |
getWebClient()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Return the web client. |
WebResponse getResponse(WebRequestSettings webRequestSettings) throws IOException
webRequestSettings
- Settings to make the request with.IOException
- If an IO error occurs.WebClient getWebClient()
org.apache.commons.httpclient.HttpState getState()
HttpState
that is being used.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.