Serialized Form
|
Class org.apache.http.ConnectionClosedException 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 |
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 |
protocol
java.lang.String protocol
major
int major
minor
int minor
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 |
serialVersionUID: -6650701828361907957L
httphost
org.apache.http.HttpHost httphost
- Deprecated.
serialVersionUID: 3597127619218687636L
|
Package org.apache.http.conn.ssl |
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 |
serialVersionUID: 7371235577078589013L
|
Class org.apache.http.cookie.MalformedCookieException extends org.apache.http.ProtocolException implements Serializable |
|
Package org.apache.http.entity |
serialVersionUID: -7768694718232371896L
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 |
serialVersionUID: -7581093305228232025L
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 |
serialVersionUID: 5868657401162844497L
|
Package org.apache.http.impl.cookie |
serialVersionUID: -7744598295706617057L
commentURL
java.lang.String commentURL
ports
int[] ports
discard
boolean discard
serialVersionUID: -3869795591041535538L
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 |
serialVersionUID: 4973849966012490112L
serialVersionUID: -8646722842745617323L
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 |