Serialized Form


Package org.apache.http

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

serialVersionUID: 617550366255636674L

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

serialVersionUID: -924287689552495383L

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, defaults to -1 if not set.


schemeName

String schemeName
The scheme (lowercased)


address

InetAddress address

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.MessageConstraintException extends CharacterCodingException implements Serializable

serialVersionUID: 6077207720446368695L

Serialized Fields

message

String message

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.TruncatedChunkException extends MalformedChunkCodingException implements Serializable

serialVersionUID: -23506263930279460L

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

serialVersionUID: -1348448090193107031L


Package org.apache.http.entity

Class org.apache.http.entity.ContentType extends Object implements Serializable

serialVersionUID: -7768694718232371896L

Serialized Fields

mimeType

String mimeType

charset

Charset charset

params

NameValuePair[] params

Package org.apache.http.message

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

serialVersionUID: -5427236326487562174L

Serialized Fields

name

String name

value

String value

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

serialVersionUID: -6437800749411518984L

Serialized Fields

name

String name

value

String value

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

serialVersionUID: 2810581718468737193L

Serialized Fields

protoversion

ProtocolVersion protoversion

method

String method

uri

String uri

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

serialVersionUID: -2443303766890459269L

Serialized Fields

protoVersion

ProtocolVersion protoVersion
The protocol version.


statusCode

int statusCode
The status code.


reasonPhrase

String reasonPhrase
The reason phrase.

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

serialVersionUID: -2768352615787625448L

Serialized Fields

name

String name
Header name.


buffer

CharArrayBuffer buffer
The buffer containing the entire header line.


valuePos

int valuePos
The beginning of the header value in the buffer

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

serialVersionUID: 2608834160639271617L

Serialized Fields

headers

List<E> headers
The list of headers for this group, in the order in which they were added


Package org.apache.http.params

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

serialVersionUID: -7086398485908701455L

Serialized Fields

parameters

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

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

serialVersionUID: 5387834869062660642L


Package org.apache.http.pool

Class org.apache.http.pool.PoolStats extends Object implements Serializable

serialVersionUID: -2807686144795228544L

Serialized Fields

leased

int leased

pending

int pending

available

int available

max

int max

Package org.apache.http.ssl

Class org.apache.http.ssl.SSLInitializationException extends IllegalStateException implements Serializable

serialVersionUID: -8243587425648536702L


Package org.apache.http.util

Class org.apache.http.util.ByteArrayBuffer extends Object implements Serializable

serialVersionUID: 4359112959524048036L

Serialized Fields

buffer

byte[] buffer

len

int len

Class org.apache.http.util.CharArrayBuffer extends Object implements Serializable

serialVersionUID: -6208952725094867135L

Serialized Fields

buffer

char[] buffer

len

int len



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.