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 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.KerberosCredentials extends Object implements Serializable

serialVersionUID: 487421613855550713L

Serialized Fields

gssCredential

GSSCredential gssCredential
GSSCredential

Class org.apache.http.auth.MalformedChallengeException extends org.apache.http.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

reasonPhrase

String reasonPhrase

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 InterruptedIOException implements Serializable

serialVersionUID: -4816682903149535989L

Serialized Fields

host

org.apache.http.HttpHost host

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

serialVersionUID: -3194482710275220224L

Serialized Fields

host

org.apache.http.HttpHost host

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

serialVersionUID: -6650701828361907957L

Serialized Fields

httphost

org.apache.http.HttpHost httphost
Deprecated. 

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

serialVersionUID: 3597127619218687636L


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

serialVersionUID: -6695462944287282185L


Package org.apache.http.impl.auth

Class org.apache.http.impl.auth.BasicScheme extends RFC2617Scheme implements Serializable

serialVersionUID: -1931571557597830536L

Serialized Fields

complete

boolean complete
Whether the basic authentication process is complete

Class org.apache.http.impl.auth.DigestScheme extends RFC2617Scheme implements Serializable

serialVersionUID: 3883908186234566916L

Serialized Fields

complete

boolean complete
Whether the digest authentication process is complete


lastNonce

String lastNonce

nounceCount

long nounceCount

cnonce

String cnonce

a1

String a1

a2

String a2

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

serialVersionUID: 6027981323731768824L

Class org.apache.http.impl.auth.RFC2617Scheme extends AuthSchemeBase implements Serializable

serialVersionUID: -2845454858205884623L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readObjectNoData

private void readObjectNoData()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

params

Map<K,V> params

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

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

cookies

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
Deprecated. 

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.


creationDate

Date creationDate

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


Package org.apache.http.impl.execchain

Class org.apache.http.impl.execchain.RequestAbortedException extends 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



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.