Serialized Form


Package org.apache.http

Class org.apache.http.ConnectionClosedException extends IOException implements Serializable

serialVersionUID: 617550366255636674L

Class org.apache.http.HttpException extends Exception implements Serializable

serialVersionUID: -5437299376222011036L

Class org.apache.http.HttpHost extends Object implements Serializable

serialVersionUID: -7529410654042457626L

Serialized Fields

hostname

String hostname
The host to use.


lcHostname

String lcHostname
The lowercase host, for HttpHost.equals(java.lang.Object) and HttpHost.hashCode().


port

int port
The port to use.


schemeName

String schemeName
The scheme

Class org.apache.http.HttpVersion extends ProtocolVersion implements Serializable

serialVersionUID: -5856653513894415344L

Class org.apache.http.MalformedChunkCodingException extends IOException implements Serializable

serialVersionUID: 2158560246948994524L

Class org.apache.http.MethodNotSupportedException extends HttpException implements Serializable

serialVersionUID: 3365359036840171201L

Class org.apache.http.NoHttpResponseException extends IOException implements Serializable

serialVersionUID: -7658940387386078766L

Class org.apache.http.ParseException extends RuntimeException implements Serializable

serialVersionUID: -7288819855864183578L

Class org.apache.http.ProtocolException extends HttpException implements Serializable

serialVersionUID: -2143571074341228994L

Class org.apache.http.ProtocolVersion extends Object implements Serializable

serialVersionUID: 8950662842175091068L

Serialized Fields

protocol

String protocol
Name of the protocol.


major

int major
Major version number of the protocol


minor

int minor
Minor version number of the protocol

Class org.apache.http.UnsupportedHttpVersionException extends ProtocolException implements Serializable

serialVersionUID: -1348448090193107031L


Package org.apache.http.message

Class org.apache.http.message.BasicNameValuePair extends Object implements Serializable

serialVersionUID: -6437800749411518984L

Serialized Fields

name

String name

value

String value

Package org.apache.http.nio.reactor

Class org.apache.http.nio.reactor.IOReactorException extends IOException implements Serializable

serialVersionUID: -4248110651729635749L


Package org.apache.http.params

Class org.apache.http.params.BasicHttpParams extends AbstractHttpParams implements Serializable

serialVersionUID: -7086398485908701455L

Serialized Fields

parameters

HashMap<K,V> parameters
Map of HTTP parameters that this collection contains.



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.