Serialized Form
-
Package org.apache.hc.core5.http
-
Class org.apache.hc.core5.http.ConnectionClosedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 617550366255636674L
-
Class org.apache.hc.core5.http.ConnectionRequestTimeoutException extends java.io.InterruptedIOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.core5.http.ContentTooLongException extends java.io.IOException implements Serializable
- serialVersionUID:
- -924287689552495383L
-
Class org.apache.hc.core5.http.ContentType extends java.lang.Object implements Serializable
- serialVersionUID:
- -7768694718232371896L
-
Serialized Fields
-
charset
java.nio.charset.Charset charset
-
mimeType
java.lang.String mimeType
-
params
NameValuePair[] params
-
-
Class org.apache.hc.core5.http.HttpException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -5437299376222011036L
-
Class org.apache.hc.core5.http.HttpHost extends java.lang.Object implements Serializable
- serialVersionUID:
- -7529410654042457626L
-
Serialized Fields
-
address
java.net.InetAddress address
-
host
Host host
-
schemeName
java.lang.String schemeName
-
-
Class org.apache.hc.core5.http.HttpStreamResetException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.core5.http.HttpVersion extends ProtocolVersion implements Serializable
- serialVersionUID:
- -5856653513894415344L
-
Class org.apache.hc.core5.http.LengthRequiredException extends ProtocolException implements Serializable
- serialVersionUID:
- 1049109801075840707L
-
Class org.apache.hc.core5.http.MalformedChunkCodingException extends java.io.IOException implements Serializable
- serialVersionUID:
- 2158560246948994524L
-
Class org.apache.hc.core5.http.MessageConstraintException extends java.io.IOException implements Serializable
- serialVersionUID:
- 6077207720446368695L
-
Class org.apache.hc.core5.http.MethodNotSupportedException extends ProtocolException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.core5.http.MisdirectedRequestException extends ProtocolException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.core5.http.NoHttpResponseException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7658940387386078766L
-
Class org.apache.hc.core5.http.NotImplementedException extends ProtocolException implements Serializable
- serialVersionUID:
- 7929295893253266373L
-
Class org.apache.hc.core5.http.ParseException extends ProtocolException implements Serializable
- serialVersionUID:
- -7288819855864183578L
-
Serialized Fields
-
errorOffset
int errorOffset
-
-
Class org.apache.hc.core5.http.ProtocolException extends HttpException implements Serializable
- serialVersionUID:
- -2143571074341228994L
-
Class org.apache.hc.core5.http.ProtocolVersion extends java.lang.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
java.lang.String protocol
Name of the protocol.
-
-
Class org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException extends ProtocolException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.core5.http.RequestNotExecutedException extends ConnectionClosedException implements Serializable
-
Class org.apache.hc.core5.http.StreamClosedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.core5.http.TruncatedChunkException extends MalformedChunkCodingException implements Serializable
- serialVersionUID:
- -23506263930279460L
-
Class org.apache.hc.core5.http.UnsupportedHttpVersionException extends ProtocolException implements Serializable
- serialVersionUID:
- -1348448090193107031L
-
-
Package org.apache.hc.core5.http.message
-
Class org.apache.hc.core5.http.message.BasicClassicHttpRequest extends BasicHttpRequest implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
HttpEntity entity
-
-
Class org.apache.hc.core5.http.message.BasicClassicHttpResponse extends BasicHttpResponse implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
HttpEntity entity
-
-
Class org.apache.hc.core5.http.message.BasicHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- -5427236326487562174L
-
Serialized Fields
-
name
java.lang.String name
-
sensitive
boolean sensitive
-
value
java.lang.String value
-
-
Class org.apache.hc.core5.http.message.BasicHttpRequest extends HeaderGroup implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absoluteRequestUri
boolean absoluteRequestUri
-
authority
URIAuthority authority
-
method
java.lang.String method
-
path
java.lang.String path
-
requestUri
java.net.URI requestUri
-
scheme
java.lang.String scheme
-
version
ProtocolVersion version
-
-
Class org.apache.hc.core5.http.message.BasicHttpResponse extends HeaderGroup implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
-
locale
java.util.Locale locale
-
reasonCatalog
ReasonPhraseCatalog reasonCatalog
-
reasonPhrase
java.lang.String reasonPhrase
-
version
ProtocolVersion version
-
-
Class org.apache.hc.core5.http.message.BasicNameValuePair extends java.lang.Object implements Serializable
- serialVersionUID:
- -6437800749411518984L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class org.apache.hc.core5.http.message.BufferedHeader extends java.lang.Object implements Serializable
- serialVersionUID:
- -2768352615787625448L
-
Serialized Fields
-
buffer
CharArrayBuffer buffer
The buffer containing the entire header line. -
name
java.lang.String name
Header name. -
valuePos
int valuePos
The beginning of the header value in the buffer
-
-
Class org.apache.hc.core5.http.message.HeaderGroup extends java.lang.Object implements Serializable
- serialVersionUID:
- 2608834160639271617L
-
Serialized Fields
-
headers
java.util.List<Header> headers
The list of headers for this group, in the order in which they were added
-
-
Class org.apache.hc.core5.http.message.RequestLine extends java.lang.Object implements Serializable
- serialVersionUID:
- 2810581718468737193L
-
Serialized Fields
-
method
java.lang.String method
-
protoversion
ProtocolVersion protoversion
-
uri
java.lang.String uri
-
-
Class org.apache.hc.core5.http.message.StatusLine extends java.lang.Object implements Serializable
- serialVersionUID:
- -2443303766890459269L
-
Serialized Fields
-
protoVersion
ProtocolVersion protoVersion
The protocol version. -
reasonPhrase
java.lang.String reasonPhrase
The reason phrase. -
statusClass
StatusLine.StatusClass statusClass
The status code class. -
statusCode
int statusCode
The status code.
-
-
-
Package org.apache.hc.core5.http2
-
Class org.apache.hc.core5.http2.H2ConnectionException extends java.io.IOException implements Serializable
- serialVersionUID:
- -2014204317155428658L
-
Serialized Fields
-
code
int code
-
-
Class org.apache.hc.core5.http2.H2CorruptFrameException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.core5.http2.H2StreamResetException extends HttpStreamResetException implements Serializable
- serialVersionUID:
- 4280996898701236013L
-
Serialized Fields
-
code
int code
-
-
-
Package org.apache.hc.core5.http2.hpack
-
Class org.apache.hc.core5.http2.hpack.HeaderListConstraintException extends HPackException implements Serializable
- serialVersionUID:
- 9130981983188889920L
-
Class org.apache.hc.core5.http2.hpack.HPackException extends HttpException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.hc.core5.http2.impl.nio
-
Class org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException extends java.io.IOException implements Serializable
- serialVersionUID:
- 6211774735704945037L
-
-
Package org.apache.hc.core5.net
-
Class org.apache.hc.core5.net.Host extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lcName
java.lang.String lcName
-
name
java.lang.String name
-
port
int port
-
-
Class org.apache.hc.core5.net.URIAuthority extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
host
Host host
-
userInfo
java.lang.String userInfo
-
-
-
Package org.apache.hc.core5.pool
-
Class org.apache.hc.core5.pool.PoolStats extends java.lang.Object implements Serializable
- serialVersionUID:
- -2807686144795228544L
-
Serialized Fields
-
available
int available
-
leased
int leased
-
max
int max
-
pending
int pending
-
-
-
Package org.apache.hc.core5.reactor
-
Class org.apache.hc.core5.reactor.IOReactorShutdownException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.hc.core5.ssl
-
Class org.apache.hc.core5.ssl.SSLInitializationException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -8243587425648536702L
-
-
Package org.apache.hc.core5.testing.framework
-
Class org.apache.hc.core5.testing.framework.TestingFrameworkException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1010516169283589675L
-
Serialized Fields
-
adapter
ClientTestingAdapter adapter
-
test
FrameworkTest test
-
-
-
Package org.apache.hc.core5.util
-
Class org.apache.hc.core5.util.ByteArrayBuffer extends java.lang.Object implements Serializable
- serialVersionUID:
- 4359112959524048036L
-
Serialized Fields
-
array
byte[] array
-
len
int len
-
-
Class org.apache.hc.core5.util.CharArrayBuffer extends java.lang.Object implements Serializable
- serialVersionUID:
- -6208952725094867135L
-
Serialized Fields
-
array
char[] array
-
len
int len
-
-
Class org.apache.hc.core5.util.DeadlineTimeoutException extends java.util.concurrent.TimeoutException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deadline
Deadline deadline
-
-
Class org.apache.hc.core5.util.TimeoutValueException extends java.util.concurrent.TimeoutException implements Serializable
- serialVersionUID:
- 1L
-