Serialized Form
-
Package org.apache.hc.client5.http
-
Exception Class org.apache.hc.client5.http.CircularRedirectException
class CircularRedirectException extends RedirectException implements Serializable- serialVersionUID:
- 6830063487001091803L
-
Exception Class org.apache.hc.client5.http.ClientProtocolException
class ClientProtocolException extends IOException implements Serializable- serialVersionUID:
- -5596590843227115865L
-
Exception Class org.apache.hc.client5.http.ConnectTimeoutException
class ConnectTimeoutException extends SocketTimeoutException implements Serializable- serialVersionUID:
- -4816682903149535989L
-
Serialized Fields
-
namedEndpoint
org.apache.hc.core5.net.NamedEndpoint namedEndpoint
-
-
Exception Class org.apache.hc.client5.http.HttpHostConnectException
class HttpHostConnectException extends ConnectException implements Serializable- serialVersionUID:
- -3194482710275220224L
-
Serialized Fields
-
namedEndpoint
org.apache.hc.core5.net.NamedEndpoint namedEndpoint
-
-
Exception Class org.apache.hc.client5.http.HttpResponseException
class HttpResponseException extends ClientProtocolException implements Serializable- serialVersionUID:
- -7186627969477257933L
-
Serialized Fields
-
contentBytes
byte[] contentBytes
-
contentType
org.apache.hc.core5.http.ContentType contentType
-
reasonPhrase
String reasonPhrase
-
statusCode
int statusCode
-
-
Exception Class org.apache.hc.client5.http.RedirectException
class RedirectException extends org.apache.hc.core5.http.ProtocolException implements Serializable- serialVersionUID:
- 4418824536372559326L
-
Exception Class org.apache.hc.client5.http.UnsupportedSchemeException
class UnsupportedSchemeException extends IOException implements Serializable- serialVersionUID:
- 3597127619218687636L
-
-
Package org.apache.hc.client5.http.async.methods
-
Class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
class 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
class SimpleHttpRequest extends ConfigurableHttpRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
body
SimpleBody body
-
-
Class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
class 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
-
Exception Class org.apache.hc.client5.http.auth.AuthenticationException
class AuthenticationException extends org.apache.hc.core5.http.ProtocolException implements Serializable- serialVersionUID:
- -6794031905674764776L
-
Class org.apache.hc.client5.http.auth.BasicUserPrincipal
class BasicUserPrincipal extends Object implements Serializable- serialVersionUID:
- -2266305184969850467L
-
Serialized Fields
-
username
String username
-
-
Class org.apache.hc.client5.http.auth.BearerToken
class BearerToken extends Object implements Serializable-
Serialized Fields
-
token
String token
-
-
-
Exception Class org.apache.hc.client5.http.auth.InvalidCredentialsException
class InvalidCredentialsException extends AuthenticationException implements Serializable- serialVersionUID:
- -4834003835215460648L
-
Class org.apache.hc.client5.http.auth.KerberosCredentials
class KerberosCredentials extends Object implements Serializable- serialVersionUID:
- 487421613855550713L
-
Serialized Fields
-
gssCredential
GSSCredential gssCredential
Deprecated.GSSCredential
-
-
Exception Class org.apache.hc.client5.http.auth.MalformedChallengeException
class MalformedChallengeException extends org.apache.hc.core5.http.ProtocolException implements Serializable- serialVersionUID:
- 814586927989932284L
-
Class org.apache.hc.client5.http.auth.NTCredentials
class NTCredentials extends Object implements Serializable- serialVersionUID:
- -7385699315228907265L
-
Serialized Fields
-
netbiosDomain
String netbiosDomain
Deprecated.The netbios domain the authentication request is against -
password
char[] password
Deprecated.Password -
principal
NTUserPrincipal principal
Deprecated.The user principal -
workstation
String workstation
Deprecated.The netbios hostname the authentication request is originating from.
-
-
Class org.apache.hc.client5.http.auth.NTUserPrincipal
class NTUserPrincipal extends Object implements Serializable- serialVersionUID:
- -6870169797924406894L
-
Class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
class UsernamePasswordCredentials extends Object implements Serializable- serialVersionUID:
- 243343858802739403L
-
Serialized Fields
-
password
char[] password
-
principal
Principal principal
-
-
-
Package org.apache.hc.client5.http.cache
-
Class org.apache.hc.client5.http.cache.HttpCacheEntry
class HttpCacheEntry extends Object implements Serializable- serialVersionUID:
- -6300496422359477413L
-
Class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
class HttpCacheStorageEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
content
HttpCacheEntry content
-
key
String key
-
-
Exception Class org.apache.hc.client5.http.cache.HttpCacheUpdateException
class HttpCacheUpdateException extends Exception implements Serializable- serialVersionUID:
- 823573584868632876L
-
Class org.apache.hc.client5.http.cache.Resource
class Resource extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.hc.client5.http.cache.ResourceIOException
class ResourceIOException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.hc.client5.http.classic.methods
-
Class org.apache.hc.client5.http.classic.methods.HttpDelete
class HttpDelete extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpGet
class HttpGet extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpHead
class HttpHead extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpOptions
class HttpOptions extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpPatch
class HttpPatch extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpPost
class HttpPost extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpPut
class HttpPut extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpTrace
class HttpTrace extends HttpUriRequestBase implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
class HttpUriRequestBase extends org.apache.hc.core5.http.message.BasicClassicHttpRequest implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cancellableRef
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
class BasicCookieStore extends Object implements Serializable- serialVersionUID:
- -7581093305228232025L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class org.apache.hc.client5.http.cookie.CookieIdentityComparator
class CookieIdentityComparator extends Object implements Serializable- serialVersionUID:
- 4466565437490631532L
-
Class org.apache.hc.client5.http.cookie.CookiePathComparator
class CookiePathComparator extends Object implements Serializable- serialVersionUID:
- 7523645369616405818L
-
Exception Class org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
class CookieRestrictionViolationException extends MalformedCookieException implements Serializable- serialVersionUID:
- 7371235577078589013L
-
Exception Class org.apache.hc.client5.http.cookie.MalformedCookieException
class MalformedCookieException extends org.apache.hc.core5.http.ProtocolException implements Serializable- serialVersionUID:
- -6695462944287282185L
-
-
Package org.apache.hc.client5.http.impl
-
Exception Class org.apache.hc.client5.http.impl.ConnectionShutdownException
class ConnectionShutdownException extends IllegalStateException implements Serializable- serialVersionUID:
- 5868657401162844497L
-
Exception Class org.apache.hc.client5.http.impl.TunnelRefusedException
class TunnelRefusedException extends org.apache.hc.core5.http.HttpException implements Serializable- serialVersionUID:
- -8646722842745617323L
-
Serialized Fields
-
responseMessage
String responseMessage
-
-
-
Package org.apache.hc.client5.http.impl.auth
-
Class org.apache.hc.client5.http.impl.auth.BasicScheme
class BasicScheme extends Object implements Serializable- serialVersionUID:
- -1931571557597830536L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
private void readObjectNoData() -
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
complete
boolean complete
-
credentials
UsernamePasswordCredentials credentials
-
paramMap
Map<String,
String> paramMap
-
-
Class org.apache.hc.client5.http.impl.auth.BearerScheme
class BearerScheme extends Object implements Serializable-
Serialized Fields
-
bearerToken
BearerToken bearerToken
-
complete
boolean complete
-
paramMap
Map<String,
String> paramMap
-
-
-
Class org.apache.hc.client5.http.impl.auth.DigestScheme
class DigestScheme extends Object implements Serializable- serialVersionUID:
- 3883908186234566916L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Exception Class org.apache.hc.client5.http.impl.auth.NTLMEngineException
class NTLMEngineException extends AuthenticationException implements Serializable- serialVersionUID:
- 6027981323731768824L
-
Exception Class org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
class UnsupportedDigestAlgorithmException extends RuntimeException implements Serializable- serialVersionUID:
- 319558534317118022L
-
-
Package org.apache.hc.client5.http.impl.cache
-
Class org.apache.hc.client5.http.impl.cache.FileResource
class FileResource extends Resource implements Serializable- serialVersionUID:
- 4132244415919043397L
-
Serialized Fields
-
fileRef
AtomicReference<File> fileRef
-
len
long len
-
-
Class org.apache.hc.client5.http.impl.cache.HeapResource
class HeapResource extends Resource implements Serializable- serialVersionUID:
- -2078599905620463394L
-
Serialized Fields
-
arrayRef
AtomicReference<byte[]> arrayRef
-
-
-
Package org.apache.hc.client5.http.impl.classic
-
Exception Class org.apache.hc.client5.http.impl.classic.RequestAbortedException
class RequestAbortedException extends InterruptedIOException implements Serializable- serialVersionUID:
- 4973849966012490112L
-
Exception Class org.apache.hc.client5.http.impl.classic.RequestFailedException
class RequestFailedException extends InterruptedIOException implements Serializable- serialVersionUID:
- 4973849966012490112L
-
-
Package org.apache.hc.client5.http.impl.cookie
-
Class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
class BasicClientCookie extends Object implements Serializable- serialVersionUID:
- -3869795591041535538L
-
Serialized Fields
-
attribs
Map<String,
String> attribs Cookie attributes as specified by the origin server -
cookieDomain
String cookieDomain
Domain attribute. -
cookieExpiryDate
Instant cookieExpiryDate
ExpirationInstant
. -
cookiePath
String cookiePath
Path attribute. -
creationDate
Instant creationDate
-
httpOnly
boolean httpOnly
ThehttpOnly
flag. -
isSecure
boolean isSecure
My secure flag. -
name
String name
Cookie name -
value
String value
Cookie value
-
-