Serialized Form
-
Package org.apache.hc.client5.http
-
Class org.apache.hc.client5.http.CircularRedirectException extends RedirectException implements Serializable
- serialVersionUID:
- 6830063487001091803L
-
Class org.apache.hc.client5.http.ClientProtocolException extends java.io.IOException implements Serializable
- serialVersionUID:
- -5596590843227115865L
-
Class org.apache.hc.client5.http.ConnectTimeoutException extends java.net.SocketTimeoutException implements Serializable
- serialVersionUID:
- -4816682903149535989L
-
Serialized Fields
-
namedEndpoint
org.apache.hc.core5.net.NamedEndpoint namedEndpoint
-
-
Class org.apache.hc.client5.http.HttpHostConnectException extends java.net.ConnectException implements Serializable
- serialVersionUID:
- -3194482710275220224L
-
Serialized Fields
-
namedEndpoint
org.apache.hc.core5.net.NamedEndpoint namedEndpoint
-
-
Class org.apache.hc.client5.http.HttpResponseException extends ClientProtocolException implements Serializable
- serialVersionUID:
- -7186627969477257933L
-
Serialized Fields
-
contentBytes
byte[] contentBytes
-
contentType
org.apache.hc.core5.http.ContentType contentType
-
reasonPhrase
java.lang.String reasonPhrase
-
statusCode
int statusCode
-
-
Class org.apache.hc.client5.http.RedirectException extends org.apache.hc.core5.http.ProtocolException implements Serializable
- serialVersionUID:
- 4418824536372559326L
-
Class org.apache.hc.client5.http.UnsupportedSchemeException extends java.io.IOException implements Serializable
- serialVersionUID:
- 3597127619218687636L
-
-
Package org.apache.hc.client5.http.async.methods
-
Class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest extends org.apache.hc.core5.http.message.BasicHttpRequest implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
requestConfig
RequestConfig requestConfig
-
-
Class org.apache.hc.client5.http.async.methods.SimpleHttpRequest extends ConfigurableHttpRequest implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
body
SimpleBody body
-
-
Class org.apache.hc.client5.http.async.methods.SimpleHttpResponse extends org.apache.hc.core5.http.message.BasicHttpResponse implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
body
SimpleBody body
-
-
-
Package org.apache.hc.client5.http.auth
-
Class org.apache.hc.client5.http.auth.AuthenticationException extends org.apache.hc.core5.http.ProtocolException implements Serializable
- serialVersionUID:
- -6794031905674764776L
-
Class org.apache.hc.client5.http.auth.BasicUserPrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- -2266305184969850467L
-
Serialized Fields
-
username
java.lang.String username
-
-
Class org.apache.hc.client5.http.auth.BearerToken extends java.lang.Object implements Serializable
-
Serialized Fields
-
token
java.lang.String token
-
-
-
Class org.apache.hc.client5.http.auth.InvalidCredentialsException extends AuthenticationException implements Serializable
- serialVersionUID:
- -4834003835215460648L
-
Class org.apache.hc.client5.http.auth.KerberosCredentials extends java.lang.Object implements Serializable
- serialVersionUID:
- 487421613855550713L
-
Serialized Fields
-
gssCredential
org.ietf.jgss.GSSCredential gssCredential
Deprecated.GSSCredential
-
-
Class org.apache.hc.client5.http.auth.MalformedChallengeException extends org.apache.hc.core5.http.ProtocolException implements Serializable
- serialVersionUID:
- 814586927989932284L
-
Class org.apache.hc.client5.http.auth.NTCredentials extends java.lang.Object implements Serializable
- serialVersionUID:
- -7385699315228907265L
-
Serialized Fields
-
netbiosDomain
java.lang.String netbiosDomain
Deprecated.The netbios domain the authentication request is against -
password
char[] password
Deprecated.Password -
principal
NTUserPrincipal principal
Deprecated.The user principal -
workstation
java.lang.String workstation
Deprecated.The netbios hostname the authentication request is originating from.
-
-
Class org.apache.hc.client5.http.auth.NTUserPrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- -6870169797924406894L
-
Serialized Fields
-
domain
java.lang.String domain
-
ntname
java.lang.String ntname
-
username
java.lang.String username
-
-
Class org.apache.hc.client5.http.auth.UsernamePasswordCredentials extends java.lang.Object implements Serializable
- serialVersionUID:
- 243343858802739403L
-
Serialized Fields
-
password
char[] password
-
principal
java.security.Principal principal
-
-
-
Package org.apache.hc.client5.http.cache
-
Class org.apache.hc.client5.http.cache.HttpCacheEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -6300496422359477413L
-
Serialized Fields
-
dateRef
java.util.concurrent.atomic.AtomicReference<java.time.Instant> dateRef
-
eTagRef
java.util.concurrent.atomic.AtomicReference<ETag> eTagRef
-
expiresRef
java.util.concurrent.atomic.AtomicReference<java.time.Instant> expiresRef
-
lastModifiedRef
java.util.concurrent.atomic.AtomicReference<java.time.Instant> lastModifiedRef
-
method
java.lang.String method
-
requestDate
java.time.Instant requestDate
-
requestHeaders
org.apache.hc.core5.http.message.HeaderGroup requestHeaders
-
requestURI
java.lang.String requestURI
-
resource
Resource resource
-
responseDate
java.time.Instant responseDate
-
responseHeaders
org.apache.hc.core5.http.message.HeaderGroup responseHeaders
-
status
int status
-
variants
java.util.Set<java.lang.String> variants
-
-
Class org.apache.hc.client5.http.cache.HttpCacheStorageEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
content
HttpCacheEntry content
-
key
java.lang.String key
-
-
Class org.apache.hc.client5.http.cache.HttpCacheUpdateException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 823573584868632876L
-
Class org.apache.hc.client5.http.cache.Resource extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.cache.ResourceIOException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.hc.client5.http.classic.methods
-
Class org.apache.hc.client5.http.classic.methods.HttpDelete extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpGet extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpHead extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpOptions extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpPatch extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpPost extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpPut extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpTrace extends HttpUriRequestBase implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase extends org.apache.hc.core5.http.message.BasicClassicHttpRequest implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cancellableRef
java.util.concurrent.atomic.AtomicMarkableReference<org.apache.hc.core5.concurrent.Cancellable> cancellableRef
-
requestConfig
RequestConfig requestConfig
-
-
-
Package org.apache.hc.client5.http.cookie
-
Class org.apache.hc.client5.http.cookie.BasicCookieStore extends java.lang.Object implements Serializable
- serialVersionUID:
- -7581093305228232025L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
-
Serialized Fields
-
cookies
java.util.TreeSet<Cookie> cookies
-
-
Class org.apache.hc.client5.http.cookie.CookieIdentityComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 4466565437490631532L
-
Class org.apache.hc.client5.http.cookie.CookiePathComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 7523645369616405818L
-
Class org.apache.hc.client5.http.cookie.CookieRestrictionViolationException extends MalformedCookieException implements Serializable
- serialVersionUID:
- 7371235577078589013L
-
Class org.apache.hc.client5.http.cookie.MalformedCookieException extends org.apache.hc.core5.http.ProtocolException implements Serializable
- serialVersionUID:
- -6695462944287282185L
-
-
Package org.apache.hc.client5.http.impl
-
Class org.apache.hc.client5.http.impl.ConnectionShutdownException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 5868657401162844497L
-
Class org.apache.hc.client5.http.impl.ScramException extends AuthenticationException implements Serializable
- serialVersionUID:
- 2491660491058647342L
-
Class org.apache.hc.client5.http.impl.TunnelRefusedException extends org.apache.hc.core5.http.HttpException implements Serializable
- serialVersionUID:
- -8646722842745617323L
-
Serialized Fields
-
response
org.apache.hc.core5.http.HttpResponse response
Deprecated.
-
-
-
Package org.apache.hc.client5.http.impl.auth
-
Class org.apache.hc.client5.http.impl.auth.BasicScheme extends java.lang.Object implements Serializable
- serialVersionUID:
- -1931571557597830536L
-
Serialized Fields
-
complete
boolean complete
-
credentials
UsernamePasswordCredentials credentials
-
paramMap
java.util.Map<java.lang.String,java.lang.String> paramMap
-
-
Class org.apache.hc.client5.http.impl.auth.BearerScheme extends java.lang.Object implements Serializable
-
Serialized Fields
-
bearerToken
BearerToken bearerToken
-
complete
boolean complete
-
paramMap
java.util.Map<java.lang.String,java.lang.String> paramMap
-
-
-
Class org.apache.hc.client5.http.impl.auth.DigestScheme extends java.lang.Object implements Serializable
- serialVersionUID:
- 3883908186234566916L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
a1
byte[] a1
-
a2
byte[] a2
-
cnonce
java.lang.String cnonce
-
complete
boolean complete
-
credentials
UsernamePasswordCredentials credentials
-
lastNonce
java.lang.String lastNonce
-
nounceCount
long nounceCount
-
paramMap
java.util.Map<java.lang.String,java.lang.String> paramMap
-
userhashSupported
boolean userhashSupported
Flag indicating whether username hashing is supported.This flag is used to determine if the server supports hashing of the username as part of the Digest Access Authentication process. When set to
true, the client is expected to hash the username using the same algorithm used for hashing the credentials. This is in accordance with Section 3.4.4 of RFC 7616.The default value is
false, indicating that username hashing is not supported. If the server requires username hashing (indicated by theuserhashparameter in the a header set totrue), this flag should be set totrueto comply with the server's requirements.
-
-
Class org.apache.hc.client5.http.impl.auth.NTLMEngineException extends AuthenticationException implements Serializable
- serialVersionUID:
- 6027981323731768824L
-
Class org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 319558534317118022L
-
-
Package org.apache.hc.client5.http.impl.cache
-
Class org.apache.hc.client5.http.impl.cache.FileResource extends Resource implements Serializable
- serialVersionUID:
- 4132244415919043397L
-
Serialized Fields
-
fileRef
java.util.concurrent.atomic.AtomicReference<java.io.File> fileRef
-
len
long len
-
-
Class org.apache.hc.client5.http.impl.cache.HeapResource extends Resource implements Serializable
- serialVersionUID:
- -2078599905620463394L
-
Serialized Fields
-
arrayRef
java.util.concurrent.atomic.AtomicReference<byte[]> arrayRef
-
-
-
Package org.apache.hc.client5.http.impl.classic
-
Class org.apache.hc.client5.http.impl.classic.RequestAbortedException extends java.io.InterruptedIOException implements Serializable
- serialVersionUID:
- 4973849966012490112L
-
Class org.apache.hc.client5.http.impl.classic.RequestFailedException extends java.io.InterruptedIOException implements Serializable
- serialVersionUID:
- 4973849966012490112L
-
-
Package org.apache.hc.client5.http.impl.cookie
-
Class org.apache.hc.client5.http.impl.cookie.BasicClientCookie extends java.lang.Object implements Serializable
- serialVersionUID:
- -3869795591041535538L
-
Serialized Fields
-
attribs
java.util.Map<java.lang.String,java.lang.String> attribs
Cookie attributes as specified by the origin server -
cookieDomain
java.lang.String cookieDomain
Domain attribute. -
cookieExpiryDate
java.time.Instant cookieExpiryDate
ExpirationInstant. -
cookiePath
java.lang.String cookiePath
Path attribute. -
creationDate
java.time.Instant creationDate
-
httpOnly
boolean httpOnly
ThehttpOnlyflag. -
isSecure
boolean isSecure
My secure flag. -
name
java.lang.String name
Cookie name -
value
java.lang.String value
Cookie value
-
-