Serialized Form


Package org.apache.http

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

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

serialVersionUID: -924287689552495383L

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

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

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

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

serialVersionUID: 6077207720446368695L

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

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

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

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

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

Serialized Fields

protocol

java.lang.String protocol

major

int major

minor

int minor

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

serialVersionUID: -23506263930279460L

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


Package org.apache.http.auth

Class org.apache.http.auth.AuthenticationException extends org.apache.http.ProtocolException implements Serializable

Class org.apache.http.auth.InvalidCredentialsException extends org.apache.http.auth.AuthenticationException implements Serializable

Class org.apache.http.auth.MalformedChallengeException extends org.apache.http.ProtocolException implements Serializable


Package org.apache.http.client

Class org.apache.http.client.CircularRedirectException extends org.apache.http.client.RedirectException implements Serializable

Class org.apache.http.client.ClientProtocolException extends java.io.IOException implements Serializable

Class org.apache.http.client.HttpResponseException extends org.apache.http.client.ClientProtocolException implements Serializable

Class org.apache.http.client.NonRepeatableRequestException extends org.apache.http.ProtocolException implements Serializable

Class org.apache.http.client.RedirectException extends org.apache.http.ProtocolException implements Serializable


Package org.apache.http.conn

Class org.apache.http.conn.ConnectionPoolTimeoutException extends org.apache.http.conn.ConnectTimeoutException implements Serializable

Class org.apache.http.conn.ConnectTimeoutException extends java.io.InterruptedIOException implements Serializable

Class org.apache.http.conn.HttpHostConnectException extends java.net.ConnectException implements Serializable

Class org.apache.http.conn.HttpInetSocketAddress extends java.net.InetSocketAddress implements Serializable

serialVersionUID: -6650701828361907957L

Serialized Fields

httphost

org.apache.http.HttpHost httphost
Deprecated. 

Class org.apache.http.conn.UnsupportedSchemeException extends java.io.IOException implements Serializable

serialVersionUID: 3597127619218687636L


Package org.apache.http.conn.ssl

Class org.apache.http.conn.ssl.SSLInitializationException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: -8243587425648536702L


Package org.apache.http.cookie

Class org.apache.http.cookie.CookieIdentityComparator extends java.lang.Object implements Serializable

Class org.apache.http.cookie.CookiePathComparator extends java.lang.Object implements Serializable

Class org.apache.http.cookie.CookieRestrictionViolationException extends org.apache.http.cookie.MalformedCookieException implements Serializable

serialVersionUID: 7371235577078589013L

Class org.apache.http.cookie.MalformedCookieException extends org.apache.http.ProtocolException implements Serializable


Package org.apache.http.entity

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

serialVersionUID: -7768694718232371896L

Serialized Fields

mimeType

java.lang.String mimeType

charset

java.nio.charset.Charset charset

params

org.apache.http.NameValuePair[] params

Package org.apache.http.impl.auth

Class org.apache.http.impl.auth.NTLMEngineException extends org.apache.http.auth.AuthenticationException implements Serializable

Class org.apache.http.impl.auth.UnsupportedDigestAlgorithmException extends java.lang.RuntimeException implements Serializable


Package org.apache.http.impl.client

Class org.apache.http.impl.client.BasicCookieStoreHC4 extends java.lang.Object implements Serializable

serialVersionUID: -7581093305228232025L

Serialized Fields

cookies

java.util.TreeSet<E> cookies

Class org.apache.http.impl.client.TunnelRefusedException extends org.apache.http.HttpException implements Serializable


Package org.apache.http.impl.conn

Class org.apache.http.impl.conn.ConnectionShutdownException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: 5868657401162844497L


Package org.apache.http.impl.cookie

Class org.apache.http.impl.cookie.BasicClientCookie2HC4 extends BasicClientCookieHC4 implements Serializable

serialVersionUID: -7744598295706617057L

Serialized Fields

commentURL

java.lang.String commentURL

ports

int[] ports

discard

boolean discard

Class org.apache.http.impl.cookie.BasicClientCookieHC4 extends java.lang.Object implements Serializable

serialVersionUID: -3869795591041535538L

Serialized Fields

name

java.lang.String name
Cookie name


attribs

java.util.Map<K,V> attribs
Cookie attributes as specified by the origin server


value

java.lang.String value
Cookie value


cookieComment

java.lang.String cookieComment
Comment attribute.


cookieDomain

java.lang.String cookieDomain
Domain attribute.


cookieExpiryDate

java.util.Date cookieExpiryDate
Expiration Date.


cookiePath

java.lang.String cookiePath
Path attribute.


isSecure

boolean isSecure
My secure flag.


cookieVersion

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

Class org.apache.http.impl.cookie.DateParseException extends java.lang.Exception implements Serializable


Package org.apache.http.impl.execchain

Class org.apache.http.impl.execchain.RequestAbortedException extends java.io.InterruptedIOException implements Serializable

serialVersionUID: 4973849966012490112L

Class org.apache.http.impl.execchain.TunnelRefusedException extends org.apache.http.HttpException implements Serializable

serialVersionUID: -8646722842745617323L

Serialized Fields

response

org.apache.http.HttpResponse response

Package org.apache.http.params

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