Serialized Form


Package org.apache.commons.httpclient

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

Serialized Fields

_comment

java.lang.String _comment
My comment.


_domain

java.lang.String _domain
My domain.


_expiryDate

java.util.Date _expiryDate
My expiration Date.


_path

java.lang.String _path
My path.


_secure

boolean _secure
My secure flag.


_hasPathAttribute

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


_hasDomainAttribute

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


_version

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

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

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.NameValuePair implements Serializable

Serialized Fields

name

java.lang.String name
Name.


value

java.lang.String value
Value.

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

Serialization Methods

readObject

protected void readObject(java.io.ObjectInputStream ois)
                   throws java.lang.ClassNotFoundException,
                          java.io.IOException
Read a URI.


writeObject

protected void writeObject(java.io.ObjectOutputStream oos)
                    throws java.io.IOException
Write the content of this URI.

Serialized Fields

_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.


_scheme

char[] _scheme
The scheme.


_opaque

char[] _opaque
The opaque.


_authority

char[] _authority
The authority.


_userinfo

char[] _userinfo
The userinfo.


_host

char[] _host
The host.


_port

int _port
The port.


_path

char[] _path
The path.


_query

char[] _query
The query.


_fragment

char[] _fragment
The fragment.


_is_hier_part

boolean _is_hier_part

_is_opaque_part

boolean _is_opaque_part

_is_net_path

boolean _is_net_path

_is_abs_path

boolean _is_abs_path

_is_rel_path

boolean _is_rel_path

_is_reg_name

boolean _is_reg_name

_is_server

boolean _is_server

_is_hostname

boolean _is_hostname

_is_IPv4address

boolean _is_IPv4address

_is_IPv6reference

boolean _is_IPv6reference

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

Serialized Fields

reasonCode

int reasonCode
The reason code.


reason

java.lang.String reason
The reason message.

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

Serialized Fields

reasonCode

int reasonCode
The reason code.


reason

java.lang.String reason
The reason message.


Package org.apache.commons.httpclient.cookie

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


Package org.apache.commons.httpclient.util

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

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



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