Serialized Form
-
Package org.apache.http
-
Exception Class org.apache.http.ConnectionClosedException
class ConnectionClosedException extends IOException implements Serializable- serialVersionUID:
- 617550366255636674L
-
Exception Class org.apache.http.ContentTooLongException
class ContentTooLongException extends IOException implements Serializable- serialVersionUID:
- -924287689552495383L
-
Exception Class org.apache.http.HttpException
class HttpException extends Exception implements Serializable- serialVersionUID:
- -5437299376222011036L
-
Class org.apache.http.HttpHost
class HttpHost extends Object implements Serializable- serialVersionUID:
- -7529410654042457626L
-
Serialized Fields
-
address
InetAddress address
-
hostname
String hostname
The host to use. -
lcHostname
String lcHostname
The lowercase host, forHttpHost.equals(java.lang.Object)
andHttpHost.hashCode()
. -
port
int port
The port to use, defaults to -1 if not set. -
schemeName
String schemeName
The scheme (lowercased)
-
-
Class org.apache.http.HttpVersion
class HttpVersion extends ProtocolVersion implements Serializable- serialVersionUID:
- -5856653513894415344L
-
Exception Class org.apache.http.MalformedChunkCodingException
class MalformedChunkCodingException extends IOException implements Serializable- serialVersionUID:
- 2158560246948994524L
-
Exception Class org.apache.http.MessageConstraintException
class MessageConstraintException extends CharacterCodingException implements Serializable- serialVersionUID:
- 6077207720446368695L
-
Serialized Fields
-
message
String message
-
-
Exception Class org.apache.http.MethodNotSupportedException
class MethodNotSupportedException extends HttpException implements Serializable- serialVersionUID:
- 3365359036840171201L
-
Exception Class org.apache.http.NoHttpResponseException
class NoHttpResponseException extends IOException implements Serializable- serialVersionUID:
- -7658940387386078766L
-
Exception Class org.apache.http.ParseException
class ParseException extends RuntimeException implements Serializable- serialVersionUID:
- -7288819855864183578L
-
Exception Class org.apache.http.ProtocolException
class ProtocolException extends HttpException implements Serializable- serialVersionUID:
- -2143571074341228994L
-
Class org.apache.http.ProtocolVersion
class ProtocolVersion extends Object implements Serializable- serialVersionUID:
- 8950662842175091068L
-
Serialized Fields
-
major
int major
Major version number of the protocol -
minor
int minor
Minor version number of the protocol -
protocol
String protocol
Name of the protocol.
-
-
Exception Class org.apache.http.TruncatedChunkException
class TruncatedChunkException extends MalformedChunkCodingException implements Serializable- serialVersionUID:
- -23506263930279460L
-
Exception Class org.apache.http.UnsupportedHttpVersionException
class UnsupportedHttpVersionException extends ProtocolException implements Serializable- serialVersionUID:
- -1348448090193107031L
-
-
Package org.apache.http.entity
-
Class org.apache.http.entity.ContentType
class ContentType extends Object implements Serializable- serialVersionUID:
- -7768694718232371896L
-
Serialized Fields
-
charset
Charset charset
-
mimeType
String mimeType
-
params
NameValuePair[] params
-
-
-
Package org.apache.http.message
-
Class org.apache.http.message.BasicHeader
class BasicHeader extends Object implements Serializable- serialVersionUID:
- -5427236326487562174L
-
Class org.apache.http.message.BasicNameValuePair
class BasicNameValuePair extends Object implements Serializable- serialVersionUID:
- -6437800749411518984L
-
Class org.apache.http.message.BasicRequestLine
class BasicRequestLine extends Object implements Serializable- serialVersionUID:
- 2810581718468737193L
-
Serialized Fields
-
method
String method
-
protoversion
ProtocolVersion protoversion
-
uri
String uri
-
-
Class org.apache.http.message.BasicStatusLine
class BasicStatusLine extends Object implements Serializable- serialVersionUID:
- -2443303766890459269L
-
Serialized Fields
-
protoVersion
ProtocolVersion protoVersion
The protocol version. -
reasonPhrase
String reasonPhrase
The reason phrase. -
statusCode
int statusCode
The status code.
-
-
Class org.apache.http.message.BufferedHeader
class BufferedHeader extends Object implements Serializable- serialVersionUID:
- -2768352615787625448L
-
Serialized Fields
-
buffer
CharArrayBuffer buffer
The buffer containing the entire header line. -
name
String name
Header name. -
valuePos
int valuePos
The beginning of the header value in the buffer
-
-
Class org.apache.http.message.HeaderGroup
class HeaderGroup extends Object implements Serializable- serialVersionUID:
- 2608834160639271617L
-
-
Package org.apache.http.nio.reactor
-
Exception Class org.apache.http.nio.reactor.IOReactorException
class IOReactorException extends IOException implements Serializable- serialVersionUID:
- -4248110651729635749L
-
-
Package org.apache.http.params
-
Class org.apache.http.params.BasicHttpParams
class BasicHttpParams extends AbstractHttpParams implements Serializable- serialVersionUID:
- -7086398485908701455L
-
Class org.apache.http.params.SyncBasicHttpParams
class SyncBasicHttpParams extends BasicHttpParams implements Serializable- serialVersionUID:
- 5387834869062660642L
-
-
Package org.apache.http.pool
-
Class org.apache.http.pool.PoolStats
class PoolStats extends Object implements Serializable- serialVersionUID:
- -2807686144795228544L
-
Serialized Fields
-
available
int available
-
leased
int leased
-
max
int max
-
pending
int pending
-
-
-
Package org.apache.http.ssl
-
Exception Class org.apache.http.ssl.SSLInitializationException
class SSLInitializationException extends IllegalStateException implements Serializable- serialVersionUID:
- -8243587425648536702L
-
-
Package org.apache.http.util
-
Class org.apache.http.util.ByteArrayBuffer
class ByteArrayBuffer extends Object implements Serializable- serialVersionUID:
- 4359112959524048036L
-
Serialized Fields
-
buffer
byte[] buffer
-
len
int len
-
-
Class org.apache.http.util.CharArrayBuffer
class CharArrayBuffer extends Object implements Serializable- serialVersionUID:
- -6208952725094867135L
-
Serialized Fields
-
buffer
char[] buffer
-
len
int len
-
-