|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMessage | |
org.apache.anteater.test | This package contains the top-level tasks and API that define the testing framework. |
Uses of HttpMessage in org.apache.anteater.test |
Methods in org.apache.anteater.test that return HttpMessage | |
static HttpMessage |
HttpClient.dispatch(HttpMessage request,
org.apache.tools.ant.Project project,
Session session,
int timeout,
Boolean useTidy,
Boolean followRedirects,
int maxRedirects,
int debug)
Send the request to the specified URL. |
Methods in org.apache.anteater.test with parameters of type HttpMessage | |
void |
Listener.setHttpMessageRequest(HttpMessage request)
Called by ListenerProxyServlet. |
static HttpMessage |
HttpClient.dispatch(HttpMessage request,
org.apache.tools.ant.Project project,
Session session,
int timeout,
Boolean useTidy,
Boolean followRedirects,
int maxRedirects,
int debug)
Send the request to the specified URL. |
static Socket |
HttpClient.getSocket(HttpMessage request)
Creates and returns a normal or SSL socket, depending on the isSecure() flag. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |