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.

_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.HttpException implements Serializable

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

Serialized Fields

name

java.lang.String name
Name.

value

java.lang.String value
Value.



Copyright (c) 2001 - Apache Software Foundation