Serialized Form


Package org.apache.http

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

serialVersionUID: 617550366255636674L

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

serialVersionUID: -5437299376222011036L

Class org.apache.http.HttpVersion extends java.lang.Object implements Serializable

serialVersionUID: -3164547215216382904L

Serialized Fields

major

int major
Major version number of the HTTP protocol


minor

int minor
Minor version number of the HTTP protocol

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

serialVersionUID: 3138679343859749668L

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

serialVersionUID: 3365359036840171201L

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

serialVersionUID: -7658940387386078766L

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

serialVersionUID: -2143571074341228994L

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

serialVersionUID: 6838964812421632743L


Package org.apache.http.nio.reactor

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

serialVersionUID: 6986850002663481135L


Package org.apache.http.params

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

serialVersionUID: 4571099216197814749L

Serialized Fields

defaults

HttpParams defaults
The optional set of default values to defer to.


parameters

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



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