|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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
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 |
---|
NTUserPrincipal principal
String password
String workstation
Class org.apache.http.auth.NTUserPrincipal extends Object implements Serializable |
---|
serialVersionUID: -6870169797924406894L
Serialized Fields |
---|
String username
String domain
String ntname
Class org.apache.http.auth.UsernamePasswordCredentials extends Object implements Serializable |
---|
serialVersionUID: 243343858802739403L
Serialized Fields |
---|
BasicUserPrincipal principal
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 |
---|
int statusCode
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 |
---|
org.apache.http.HttpHost host
Class org.apache.http.conn.HttpHostConnectException extends ConnectException implements Serializable |
---|
serialVersionUID: -3194482710275220224L
Serialized Fields |
---|
org.apache.http.HttpHost host
Class org.apache.http.conn.HttpInetSocketAddress extends InetSocketAddress implements Serializable |
---|
serialVersionUID: -6650701828361907957L
Serialized Fields |
---|
org.apache.http.HttpHost httphost
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 |
---|
boolean complete
Class org.apache.http.impl.auth.DigestScheme extends RFC2617Scheme implements Serializable |
---|
serialVersionUID: 3883908186234566916L
Serialized Fields |
---|
boolean complete
String lastNonce
long nounceCount
String cnonce
String a1
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 |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
private void readObjectNoData() throws ObjectStreamException
ObjectStreamException
Serialized Fields |
---|
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 |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
TreeSet<E> cookies
Class org.apache.http.impl.client.TunnelRefusedException extends org.apache.http.HttpException implements Serializable |
---|
serialVersionUID: -8646722842745617323L
Serialized Fields |
---|
org.apache.http.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 |
---|
String name
Map<K,V> attribs
String value
String cookieComment
String cookieDomain
Date cookieExpiryDate
Date
.
String cookiePath
boolean isSecure
int cookieVersion
Date creationDate
Class org.apache.http.impl.cookie.BasicClientCookie2 extends BasicClientCookie implements Serializable |
---|
serialVersionUID: -7744598295706617057L
Serialized Fields |
---|
String commentURL
int[] ports
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 |
---|
org.apache.http.HttpResponse response
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |