Package | Description |
---|---|
org.apache.commons.latka.http |
Modifier and Type | Field and Description |
---|---|
protected SessionImpl |
RequestImpl._session
http session the request is part of
|
Constructor and Description |
---|
RequestImpl(java.lang.String label,
java.net.URL url,
int httpMethod,
org.apache.commons.httpclient.HttpState state,
SessionImpl session,
boolean followRedirects)
Create a RequestImpl
|
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
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.