Serialized Form


Package org.apache.http.auth

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

serialVersionUID: -6794031905674764776L

Class org.apache.http.auth.BasicUserPrincipal extends Object implements Serializable

serialVersionUID: -2266305184969850467L

Serialized Fields

username

String username

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

serialVersionUID: -4834003835215460648L

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

serialVersionUID: 814586927989932284L

Class org.apache.http.auth.NTCredentials extends Object implements Serializable

serialVersionUID: -7385699315228907265L

Serialized Fields

principal

NTUserPrincipal principal
The user principal


password

String password
Password


workstation

String workstation
The host the authentication request is originating from.

Class org.apache.http.auth.NTUserPrincipal extends Object implements Serializable

serialVersionUID: -6870169797924406894L

Serialized Fields

username

String username

domain

String domain

ntname

String ntname

Class org.apache.http.auth.UsernamePasswordCredentials extends Object implements Serializable

serialVersionUID: 243343858802739403L

Serialized Fields

principal

BasicUserPrincipal principal

password

String password

Package org.apache.http.client

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

serialVersionUID: 6830063487001091803L

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

serialVersionUID: -5596590843227115865L

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

serialVersionUID: -7186627969477257933L

Serialized Fields

statusCode

int statusCode

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

serialVersionUID: 82685265288806048L

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

serialVersionUID: 4418824536372559326L


Package org.apache.http.conn

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

serialVersionUID: -7898874842020245128L

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

serialVersionUID: -4816682903149535989L

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

serialVersionUID: -3194482710275220224L

Serialized Fields

host

HttpHost host

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

serialVersionUID: -6650701828361907957L

Serialized Fields

httphost

HttpHost httphost

Package org.apache.http.conn.ssl

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

serialVersionUID: -8243587425648536702L


Package org.apache.http.cookie

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

serialVersionUID: 4466565437490631532L

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

serialVersionUID: 7523645369616405818L

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

serialVersionUID: 7371235577078589013L

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

serialVersionUID: -6695462944287282185L


Package org.apache.http.impl.auth

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

serialVersionUID: 6027981323731768824L

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

serialVersionUID: 319558534317118022L


Package org.apache.http.impl.client

Class org.apache.http.impl.client.BasicCookieStore extends Object implements Serializable

serialVersionUID: -7581093305228232025L

Serialized Fields

cookies

TreeSet<E> cookies

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

serialVersionUID: -8646722842745617323L

Serialized Fields

response

HttpResponse response

Package org.apache.http.impl.conn

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

serialVersionUID: 5868657401162844497L


Package org.apache.http.impl.cookie

Class org.apache.http.impl.cookie.BasicClientCookie extends Object implements Serializable

serialVersionUID: -3869795591041535538L

Serialized Fields

name

String name
Cookie name


attribs

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


value

String value
Cookie value


cookieComment

String cookieComment
Comment attribute.


cookieDomain

String cookieDomain
Domain attribute.


cookieExpiryDate

Date cookieExpiryDate
Expiration Date.


cookiePath

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.BasicClientCookie2 extends BasicClientCookie implements Serializable

serialVersionUID: -7744598295706617057L

Serialized Fields

commentURL

String commentURL

ports

int[] ports

discard

boolean discard

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

serialVersionUID: 4417696455000643370L



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.