Constructors in org.apache.commons.latka.http with parameters of type SessionImpl |
RequestImpl(java.net.URL url,
int httpMethod,
org.apache.commons.httpclient.HttpState state,
SessionImpl session)
Create a request for the specified URL, process using the supplied method
and use the supplied state and session for persistent data |
RequestImpl(java.lang.String label,
java.net.URL url,
int httpMethod,
org.apache.commons.httpclient.HttpState state,
SessionImpl session,
boolean followRedirects)
Create a RequestImpl |