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(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
 



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.