org.portletbridge.portlet
Class SerializeableHttpState

java.lang.Object
  extended by org.apache.commons.httpclient.HttpState
      extended by org.portletbridge.portlet.SerializeableHttpState
All Implemented Interfaces:
java.io.Serializable

public class SerializeableHttpState
extends org.apache.commons.httpclient.HttpState
implements java.io.Serializable

Serializeable version of the HttpClient HttpState

Author:
jmccrindle
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.httpclient.HttpState
PREEMPTIVE_DEFAULT, PREEMPTIVE_PROPERTY
 
Constructor Summary
SerializeableHttpState()
          Default Constructor
 
Method Summary
 
Methods inherited from class org.apache.commons.httpclient.HttpState
addCookie, addCookies, clear, clearCookies, clearCredentials, clearProxyCredentials, getCookiePolicy, getCookies, getCookies, getCredentials, getCredentials, getProxyCredentials, getProxyCredentials, isAuthenticationPreemptive, purgeExpiredCookies, purgeExpiredCookies, setAuthenticationPreemptive, setCookiePolicy, setCredentials, setCredentials, setProxyCredentials, setProxyCredentials, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializeableHttpState

public SerializeableHttpState()
Default Constructor



Copyright © 2002-2006 Grape Design Limited. All Rights Reserved.