Uses of Class
org.apache.commons.latka.http.SessionImpl

Packages that use SessionImpl
org.apache.commons.latka.http   
 

Uses of SessionImpl in org.apache.commons.latka.http
 

Fields in org.apache.commons.latka.http declared as SessionImpl
protected  SessionImpl RequestImpl._session
          http session the request is part of
 

Constructors in org.apache.commons.latka.http with parameters of type SessionImpl
RequestImpl(String label, URL url, int httpMethod, org.apache.commons.httpclient.HttpState state, SessionImpl session, boolean followRedirects)
          Create a RequestImpl
RequestImpl(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 © 2001-2010 The Apache Software Foundation. All Rights Reserved.