Serialized Form

Class org.apache.commons.httpclient.auth.AuthenticationException implements Serializable


Class org.apache.commons.httpclient.Cookie implements Serializable

Serialized Fields

cookieComment

java.lang.String cookieComment
Comment attribute.

cookieDomain

java.lang.String cookieDomain
Domain attribute.

cookieExpiryDate

java.util.Date cookieExpiryDate
Expiration Date.

cookiePath

java.lang.String cookiePath
Path attribute.

cookieVersion

int cookieVersion
The version of the cookie specification I was created from.

hasDomainAttribute

boolean hasDomainAttribute
Specifies if the set-cookie header included a Domain attribute for this cookie

hasPathAttribute

boolean hasPathAttribute
Specifies if the set-cookie header included a Path attribute for this cookie

isSecure

boolean isSecure
My secure flag.


Class org.apache.commons.httpclient.util.DateParseException implements Serializable


Class org.apache.commons.httpclient.Header implements Serializable


Class org.apache.commons.httpclient.HeaderElement implements Serializable

Serialized Fields

parameters

NameValuePair[] parameters
My parameters, if any.


Class org.apache.commons.httpclient.HttpConnection.ConnectionTimeoutException implements Serializable

Serialized Fields

this$0

HttpConnection this$0


Class org.apache.commons.httpclient.HttpException implements Serializable


Class org.apache.commons.httpclient.HttpRecoverableException implements Serializable


Class org.apache.commons.httpclient.HttpsURL implements Serializable


Class org.apache.commons.httpclient.HttpURL implements Serializable


Class org.apache.commons.httpclient.auth.MalformedChallengeException implements Serializable


Class org.apache.commons.httpclient.cookie.MalformedCookieException implements Serializable


Class org.apache.commons.httpclient.NameValuePair implements Serializable

Serialized Fields

name

java.lang.String name
Name.

value

java.lang.String value
Value.


Class org.apache.commons.httpclient.util.TimeoutController.TimeoutException implements Serializable


Class org.apache.commons.httpclient.URI implements Serializable

Serialized Fields

_authority

char[] _authority
The authority.

_fragment

char[] _fragment
The fragment.

_host

char[] _host
The host.

_is_abs_path

boolean _is_abs_path

_is_hier_part

boolean _is_hier_part

_is_hostname

boolean _is_hostname

_is_IPv4address

boolean _is_IPv4address

_is_IPv6reference

boolean _is_IPv6reference

_is_net_path

boolean _is_net_path

_is_opaque_part

boolean _is_opaque_part

_is_reg_name

boolean _is_reg_name

_is_rel_path

boolean _is_rel_path

_is_server

boolean _is_server

_opaque

char[] _opaque
The opaque.

_path

char[] _path
The path.

_port

int _port
The port.

_query

char[] _query
The query.

_scheme

char[] _scheme
The scheme.

_uri

char[] _uri
This Uniform Resource Identifier (URI). The URI is always in an "escaped" form, since escaping or unescaping a completed URI might change its semantics.

_userinfo

char[] _userinfo
The userinfo.

hash

int hash
Cache the hash code for this URI.

protocolCharset

java.lang.String protocolCharset
The charset of the protocol used by this URI instance.


Class org.apache.commons.httpclient.URI.DefaultCharsetChanged implements Serializable

Serialized Fields

reason

java.lang.String reason
The reason message.

reasonCode

int reasonCode
The reason code.


Class org.apache.commons.httpclient.URIException implements Serializable

Serialized Fields

reason

java.lang.String reason
The reason message.

reasonCode

int reasonCode
The reason code.


Class org.apache.commons.httpclient.util.URIUtil.Coder implements Serializable



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.