Serialized Form


Package org.apache.http.auth

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

serialVersionUID: -6794031905674764776L

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

serialVersionUID: -2266305184969850467L

Serialized Fields

username

java.lang.String username

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

serialVersionUID: -4834003835215460648L

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

serialVersionUID: 814586927989932284L

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

serialVersionUID: -7385699315228907265L

Serialized Fields

principal

NTUserPrincipal principal
The user principal


password

java.lang.String password
Password


workstation

java.lang.String workstation
The host the authentication request is originating from.

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

serialVersionUID: -6870169797924406894L

Serialized Fields

username

java.lang.String username

domain

java.lang.String domain

ntname

java.lang.String ntname

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

serialVersionUID: 243343858802739403L

Serialized Fields

principal

BasicUserPrincipal principal

password

java.lang.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 java.io.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 org.apache.http.ProtocolException implements Serializable

serialVersionUID: 82685265288806048L

Class org.apache.http.client.RedirectException extends org.apache.http.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 java.io.InterruptedIOException implements Serializable

serialVersionUID: -4816682903149535989L

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

serialVersionUID: -3194482710275220224L

Serialized Fields

host

org.apache.http.HttpHost host

Package org.apache.http.cookie

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

serialVersionUID: 4466565437490631532L

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

serialVersionUID: 7523645369616405818L

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

serialVersionUID: 7371235577078589013L

Class org.apache.http.cookie.MalformedCookieException extends org.apache.http.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 java.lang.RuntimeException implements Serializable

serialVersionUID: 319558534317118022L


Package org.apache.http.impl.client

Class org.apache.http.impl.client.BasicCookieStore 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

serialVersionUID: -8646722842745617323L

Serialized Fields

response

org.apache.http.HttpResponse response

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

serialVersionUID: -7744598295706617057L

Serialized Fields

commentURL

java.lang.String commentURL

ports

int[] ports

discard

boolean discard

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

serialVersionUID: 4417696455000643370L



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