Change Status | Name | Old Type | New Type | Generics |
NEW | T | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | protected | n.a. | AbstractClientContextBuilder(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | build() |
Compatibility Changes:
|
|
|||||||||||
NEW | protected abstract | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | createContext() | n.a. |
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.AbstractClientContextBuilder <..>
|
preemptiveAuth(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.AuthScheme) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.AbstractClientContextBuilder <..>
|
preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.UsernamePasswordCredentials) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.AbstractClientContextBuilder <..>
|
useAuthCache(org.apache.hc.client5.http.auth.AuthCache) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.AbstractClientContextBuilder <..>
|
useAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.AbstractClientContextBuilder <..>
|
useCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.AbstractClientContextBuilder <..>
|
useCookieStore(org.apache.hc.client5.http.cookie.CookieStore) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.AbstractClientContextBuilder <..>
|
useCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | completed() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | handleInformationResponse(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handleResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | proceed(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncEntityProducer, org.apache.hc.client5.http.async.AsyncExecChain$Scope, org.apache.hc.client5.http.async.AsyncExecCallback) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | scheduleExecution(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncEntityProducer, org.apache.hc.client5.http.async.AsyncExecChain$Scope, org.apache.hc.client5.http.async.AsyncExecCallback, org.apache.hc.core5.util.TimeValue) | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public final | org.apache.hc.core5.concurrent.CancellableDependency | cancellableDependency | n.a. |
UNCHANGED | public final | org.apache.hc.client5.http.protocol.HttpClientContext | clientContext | n.a. |
UNCHANGED | public final | java.lang.String | exchangeId | n.a. |
UNCHANGED | public final | java.util.concurrent.atomic.AtomicInteger | execCount | n.a. |
UNCHANGED | public final | org.apache.hc.client5.http.async.AsyncExecRuntime | execRuntime | n.a. |
UNCHANGED | public final | org.apache.hc.core5.http.HttpRequest | originalRequest | n.a. |
UNCHANGED | public final | org.apache.hc.client5.http.HttpRoute | route | n.a. |
UNCHANGED | public final | org.apache.hc.client5.http.async.AsyncExecChain$Scheduler | scheduler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | AsyncExecChain$Scope(java.lang.String, org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.concurrent.CancellableDependency, org.apache.hc.client5.http.protocol.HttpClientContext, org.apache.hc.client5.http.async.AsyncExecRuntime, org.apache.hc.client5.http.async.AsyncExecChain$Scheduler, java.util.concurrent.atomic.AtomicInteger) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | AsyncExecChain$Scope(java.lang.String, org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.concurrent.CancellableDependency, org.apache.hc.client5.http.protocol.HttpClientContext, org.apache.hc.client5.http.async.AsyncExecRuntime)
Annotations:
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | execute(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncEntityProducer, org.apache.hc.client5.http.async.AsyncExecChain$Scope, org.apache.hc.client5.http.async.AsyncExecChain, org.apache.hc.client5.http.async.AsyncExecCallback) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||||||
UNCHANGED | public abstract | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractBinPushConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | void | consumePromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | protected abstract | n.a. | void | start(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractBinResponseConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | buildResult() | n.a. |
|
|||||||||||||||
UNCHANGED | final protected | n.a. | void | completed() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected abstract | n.a. | void | start(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractCharPushConsumer() | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractCharPushConsumer(int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | void | consumePromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | protected abstract | n.a. | void | start(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractCharResponseConsumer() | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractCharResponseConsumer(int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | buildResult() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final protected | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected abstract | n.a. | void | start(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpRequests() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | create(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | create(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | create(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | create(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | create(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | delete(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | delete(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | delete(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | get(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | get(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | get(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | head(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | head(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | head(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | options(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | options(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | options(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | patch(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | patch(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | patch(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | post(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | post(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | post(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | put(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | put(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | put(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | trace(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | trace(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | trace(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.BasicHttpRequest | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1123464372031526947 | 1 |
New | true | 1123464372031526947 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ConfigurableHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConfigurableHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConfigurableHttpRequest(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConfigurableHttpRequest(java.lang.String, java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig | getConfig() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | IgnoreCompleteExceptionFutureCallback(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | cancelled() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | completed(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | IgnoreCompleteExceptonFutureCallback(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | byte[] | getBodyBytes() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getBodyText() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | getContentType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isBytes() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isText() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2568662136242443627 | 1 |
New | true | 2568662136242443627 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SimpleHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SimpleHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SimpleHttpRequest(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SimpleHttpRequest(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SimpleHttpRequest(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SimpleHttpRequest(java.lang.String, java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | copy(org.apache.hc.core5.http.HttpRequest)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, java.net.URI) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | byte[] | getBodyBytes() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getBodyText() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | getContentType() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setBody(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setBody(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SimpleHttpRequests() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | delete(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | delete(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | delete(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | get(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | get(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | get(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | head(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | head(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | head(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | options(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | options(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | options(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | patch(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | patch(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | patch(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | post(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | post(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | post(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | put(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | put(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | put(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | trace(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | trace(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | trace(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.BasicHttpResponse | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7650336034959963482 | 1 |
New | true | -7650336034959963482 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SimpleHttpResponse(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SimpleHttpResponse(int, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | copy(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, byte[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. |
|
|||||
UNCHANGED | public | n.a. | byte[] | getBodyBytes() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getBodyText() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | getContentType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setBody(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setBody(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addParameter(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | copy(org.apache.hc.client5.http.async.methods.SimpleHttpRequest) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | copy(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | create(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | create(org.apache.hc.core5.http.Method) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | delete() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | delete(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | delete(java.lang.String) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | void | digest(org.apache.hc.client5.http.async.methods.SimpleHttpRequest) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | void | digest(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | get() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | get(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | get(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig | getRequestConfig() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | head() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | head(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | head(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | options() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | options(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | options(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | patch() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | patch(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | patch(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | post() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | post(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | post(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | put() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | put(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | put(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setBody(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setBody(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setPath(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setScheme(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setUri(java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setUri(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | trace() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | trace(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | trace(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.support.BasicRequestProducer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncRequestProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleRequestProducer | create(org.apache.hc.client5.http.async.methods.SimpleHttpRequest) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | copy(org.apache.hc.client5.http.async.methods.SimpleHttpResponse) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | create(int) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | void | digest(org.apache.hc.client5.http.async.methods.SimpleHttpResponse) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setBody(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setBody(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | buildResult(org.apache.hc.core5.http.HttpResponse, byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.async.methods.SimpleResponseConsumer | create() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | put(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.AuthScheme) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | put(org.apache.hc.core5.http.HttpHost, java.lang.String, org.apache.hc.client5.http.auth.AuthScheme) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | remove(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | remove(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | AuthChallenge(org.apache.hc.client5.http.auth.ChallengeType, java.lang.String, java.lang.String, java.util.List <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | AuthChallenge(org.apache.hc.client5.http.auth.ChallengeType, java.lang.String, org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.ChallengeType | getChallengeType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getParams() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getSchemeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getValue() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5632336199060159764 | -6794031905674764776 |
New | true | -5632336199060159764 | -6794031905674764776 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AuthenticationException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | AuthenticationException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | AuthenticationException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AuthExchange() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.util.Queue <..>
|
getAuthOptions() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | getAuthScheme() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getPathPrefix() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthExchange$State | getState() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnectionBased() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | select(org.apache.hc.client5.http.auth.AuthScheme) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setOptions(java.util.Queue <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setPathPrefix(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setState(org.apache.hc.client5.http.auth.AuthExchange$State) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4104156191749591689 | n.a. |
New | true | 4104156191749591689 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | CHALLENGED | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | FAILURE | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | HANDSHAKE | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | SUCCESS | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | UNCHALLENGED | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.AuthExchange$State | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.AuthExchange$State[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | java.security.Principal | getPrincipal() | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getRealm() | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | boolean | isChallengeComplete() | n.a. |
|
|||||||||||||
NEW | public | n.a. | boolean | isChallengeExpected() |
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | public abstract | n.a. | boolean | isConnectionBased() | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.CredentialsProvider, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||
UNCHANGED | public abstract | n.a. | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||
NEW | public | n.a. | void | processChallenge(org.apache.hc.core5.http.HttpHost, boolean, org.apache.hc.client5.http.auth.AuthChallenge, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AuthScope(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | AuthScope(java.lang.String, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | AuthScope(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | AuthScope(org.apache.hc.core5.http.HttpHost, java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | AuthScope(org.apache.hc.client5.http.auth.AuthScope) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getHost() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getPort() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getProtocol() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getRealm() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getSchemeName() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | match(org.apache.hc.client5.http.auth.AuthScope) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.annotation.Annotation | n.a. |
Status: | Fully Qualified Name: | Elements: | ||||||||
UNCHANGED | java.lang.annotation.Documented | n.a. | ||||||||
UNCHANGED | java.lang.annotation.Retention |
|
||||||||
UNCHANGED | java.lang.annotation.Target |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.security.Principal | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5082568951759444714 | -2266305184969850467 |
New | true | 5082568951759444714 | -2266305184969850467 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicUserPrincipal(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1043173911879685170 | n.a. |
New | true | 1043173911879685170 | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BearerToken(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | char[] | getPassword()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getToken() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.security.Principal | getUserPrincipal() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -9066464168471909353 | n.a. |
New | true | -9066464168471909353 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.ChallengeType | PROXY | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.ChallengeType | TARGET | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.ChallengeType | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.ChallengeType[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | char[] | getPassword()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.security.Principal | getUserPrincipal() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.auth.Credentials | getCredentials(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsProvider | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setCredentials(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthenticationException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2647408675826648989 | -4834003835215460648 |
New | true | 2647408675826648989 | -4834003835215460648 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | InvalidCredentialsException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | InvalidCredentialsException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | InvalidCredentialsException() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.KerberosConfig | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | KerberosConfig() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.auth.KerberosConfig | clone() |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Builder | copy(org.apache.hc.client5.http.auth.KerberosConfig) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Builder | custom() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Option | getRequestDelegCreds() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Option | getStripPort() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Option | getUseCanonicalHostname() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setRequestDelegCreds(org.apache.hc.client5.http.auth.KerberosConfig$Option) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setStripPort(org.apache.hc.client5.http.auth.KerberosConfig$Option) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setStripPort(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setUseCanonicalHostname(org.apache.hc.client5.http.auth.KerberosConfig$Option) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setUseCanonicalHostname(boolean) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5066944451020379337 | n.a. |
New | true | 5066944451020379337 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.KerberosConfig$Option | DEFAULT | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.KerberosConfig$Option | DISABLE | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.KerberosConfig$Option | ENABLE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Option | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.auth.KerberosConfig$Option[] | values() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4013208207717449477 | 487421613855550713 |
New | true | -4013208207717449477 | 487421613855550713 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | KerberosCredentials(org.ietf.jgss.GSSCredential) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.ietf.jgss.GSSCredential | getGSSCredential() | n.a. |
|
|||||
UNCHANGED | public | n.a. | char[] | getPassword() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.security.Principal | getUserPrincipal() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -8354087972788016620 | 814586927989932284 |
New | true | -8354087972788016620 | 814586927989932284 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MalformedChallengeException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MalformedChallengeException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MalformedChallengeException() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5494908865652359854 | -7385699315228907265 |
New | true | -5494908865652359854 | -7385699315228907265 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NTCredentials(java.lang.String, char[], java.lang.String, java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | NTCredentials(java.lang.String, char[], java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | NTCredentials(char[], java.lang.String, java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getDomain() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getNetbiosDomain() | n.a. |
|
|||||
UNCHANGED | public | n.a. | char[] | getPassword() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getUserName() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.security.Principal | getUserPrincipal() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getWorkstation() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.security.Principal | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 48696538467992926 | -6870169797924406894 |
New | true | 48696538467992926 | -6870169797924406894 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NTUserPrincipal(java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getDomain() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getUsername() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | java.lang.String | BASIC | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | BEARER | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | DIGEST | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | KERBEROS
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | java.lang.String | NTLM
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | java.lang.String | SPNEGO
Annotations:
|
n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5702118706404706326 | 243343858802739403 |
New | true | -5702118706404706326 | 243343858802739403 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | UsernamePasswordCredentials(java.security.Principal, char[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | UsernamePasswordCredentials(java.lang.String, char[]) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | char[] | getPassword()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getUserName() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | char[] | getUserPassword() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.security.Principal | getUserPrincipal() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public abstract | n.a. | java.util.List <..>
|
select(org.apache.hc.client5.http.auth.ChallengeType, java.util.Map <..> , org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.RedirectException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4477884759225001867 | 6830063487001091803 |
New | true | 4477884759225001867 | 6830063487001091803 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CircularRedirectException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | CircularRedirectException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | CircularRedirectException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | backOff(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | probe(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | boolean | shouldBackoff(java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | boolean | shouldBackoff(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | proceed(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.client5.http.classic.ExecChain$Scope) |
|
n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public final | org.apache.hc.client5.http.protocol.HttpClientContext | clientContext | n.a. |
UNCHANGED | public final | java.lang.String | exchangeId | n.a. |
UNCHANGED | public final | org.apache.hc.client5.http.classic.ExecRuntime | execRuntime | n.a. |
UNCHANGED | public final | org.apache.hc.core5.http.ClassicHttpRequest | originalRequest | n.a. |
UNCHANGED | public final | org.apache.hc.client5.http.HttpRoute | route | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ExecChain$Scope(java.lang.String, org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.client5.http.classic.ExecRuntime, org.apache.hc.client5.http.protocol.HttpClientContext) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.client5.http.classic.ExecChain$Scope, org.apache.hc.client5.http.classic.ExecChain) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public abstract | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public abstract | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public abstract | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public abstract | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | executeOpen(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ClassicHttpRequests() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | delete(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | delete(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | get(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | get(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | head(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | head(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | options(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | options(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | patch(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | patch(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | post(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | post(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | put(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | put(java.net.URI) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | trace(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.classic.methods.HttpUriRequest | trace(java.net.URI) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -8018233286725556437 | 1 |
New | true | -8018233286725556437 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpDelete(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpDelete(java.net.URI) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -2064064768265362501 | 1 |
New | true | -2064064768265362501 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpGet(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpGet(java.net.URI) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1236758831887820394 | 1 |
New | true | 1236758831887820394 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpHead(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpHead(java.net.URI) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -42768064098080919 | 1 |
New | true | -42768064098080919 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpOptions(java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpOptions(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getAllowedMethods(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getMethod() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6173653921738381117 | 1 |
New | true | 6173653921738381117 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpPatch(java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpPatch(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -1664309065006009530 | 1 |
New | true | -1664309065006009530 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpPost(java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpPost(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4108266301259183112 | 1 |
New | true | -4108266301259183112 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpPut(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpPut(java.net.URI) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1461904449834176395 | 1 |
New | true | 1461904449834176395 | 1 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | METHOD_NAME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpTrace(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpTrace(java.net.URI) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | abort() |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | isAborted() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.BasicClassicHttpRequest | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8152923908570186804 | 1 |
New | true | 8152923908570186804 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpUriRequestBase(java.lang.String, java.net.URI) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | abort() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | boolean | cancel() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig | getConfig() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isAborted() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isCancelled() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6481923663248754818 | -5596590843227115865 |
New | true | -6481923663248754818 | -5596590843227115865 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ClientProtocolException(java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ClientProtocolException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ClientProtocolException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | ClientProtocolException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.config.RequestConfig | getConfig() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.config.ConnectionConfig | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | ConnectionConfig() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.config.ConnectionConfig | clone() |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | copy(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | custom() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getConnectTimeout() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getSocketTimeout() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getTimeToLive() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setConnectTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setConnectTimeout(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setSocketTimeout(int, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setTimeToLive(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setTimeToLive(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setValidateAfterInactivity(long, java.util.concurrent.TimeUnit) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.config.RequestConfig | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | RequestConfig() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.config.RequestConfig | clone() |
|
n.a. |
|
||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | copy(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | custom() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getConnectTimeout()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getConnectionKeepAlive() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getConnectionRequestTimeout() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getCookieSpec() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getMaxRedirects() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpHost | getProxy()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.Collection <..>
|
getProxyPreferredAuthSchemes() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getResponseTimeout() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.Collection <..>
|
getTargetPreferredAuthSchemes() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isAuthenticationEnabled() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isCircularRedirectsAllowed() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isContentCompressionEnabled() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isExpectContinueEnabled() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isHardCancellationEnabled() | n.a. |
|
|||||||||||
NEW | public | n.a. | boolean | isProtocolUpgradeEnabled() |
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isRedirectsEnabled() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig | build() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setAuthenticationEnabled(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setCircularRedirectsAllowed(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectTimeout(org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectTimeout(long, java.util.concurrent.TimeUnit)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectionKeepAlive(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectionRequestTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectionRequestTimeout(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setContentCompressionEnabled(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setCookieSpec(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setDefaultKeepAlive(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setExpectContinueEnabled(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setHardCancellationEnabled(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setMaxRedirects(int) | n.a. |
|
|||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setProtocolUpgradeEnabled(boolean) |
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setProxy(org.apache.hc.core5.http.HttpHost)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setProxyPreferredAuthSchemes(java.util.Collection <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setRedirectsEnabled(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setResponseTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setResponseTimeout(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig$Builder | setTargetPreferredAuthSchemes(java.util.Collection <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.config.TlsConfig | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | TlsConfig() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.config.TlsConfig | clone() |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | copy(org.apache.hc.client5.http.config.TlsConfig) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | custom() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getHandshakeTimeout() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http2.HttpVersionPolicy | getHttpVersionPolicy() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String[] | getSupportedCipherSuites() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String[] | getSupportedProtocols() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TlsConfig$Builder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | setHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | setHandshakeTimeout(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | setSupportedCipherSuites(java.lang.String[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | setSupportedProtocols(java.lang.String[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | setSupportedProtocols(org.apache.hc.core5.http.ssl.TLS[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig$Builder | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.util.TimeValue | getKeepAliveDuration(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.net.SocketTimeoutException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -2095016265570558505 | -4816682903149535989 |
New | true | -2095016265570558505 | -4816682903149535989 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ConnectTimeoutException(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConnectTimeoutException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.NamedEndpoint | getHost() | n.a. |
|
Status | Superclass | Compatibility Changes | ||
MODIFIED | org.apache.hc.client5.http.AbstractClientContextBuilder(<- java.lang.Object) |
Compatibility Changes:
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
MODIFIED | PROTECTED (<- PACKAGE_PROTECTED) | n.a. | ContextBuilder(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | build() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.ContextBuilder | create(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.ContextBuilder | create() | n.a. |
|
|||||||||
NEW | protected | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | createContext() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ContextBuilder | preemptiveAuth(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.AuthScheme) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ContextBuilder | preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.UsernamePasswordCredentials) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ContextBuilder | useAuthCache(org.apache.hc.client5.http.auth.AuthCache) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ContextBuilder | useAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ContextBuilder | useCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ContextBuilder | useCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ContextBuilder | useCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieStore | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7619401549518068751 | -7581093305228232025 |
New | true | -7619401549518068751 | -7581093305228232025 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicCookieStore() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | addCookie(org.apache.hc.client5.http.cookie.Cookie) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | addCookies(org.apache.hc.client5.http.cookie.Cookie[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | clearExpired(java.util.Date) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | clearExpired(java.time.Instant) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getCookies() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.String | getAttributeName() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | DOMAIN_ATTR | n.a. |
UNCHANGED | public static final | java.lang.String | EXPIRES_ATTR | n.a. |
UNCHANGED | public static final | java.lang.String | HTTP_ONLY_ATTR | n.a. |
UNCHANGED | public static final | java.lang.String | MAX_AGE_ATTR | n.a. |
UNCHANGED | public static final | java.lang.String | PATH_ATTR | n.a. |
UNCHANGED | public static final | java.lang.String | SECURE_ATTR | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | boolean | containsAttribute(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getAttribute(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.util.Date | getCreationDate()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.time.Instant | getCreationInstant() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getDomain() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.util.Date | getExpiryDate()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.time.Instant | getExpiryInstant() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getValue() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | boolean | isExpired(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isExpired(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isHttpOnly() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | boolean | isPersistent() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | boolean | isSecure() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.Comparator | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 3945569063878265339 | 4466565437490631532 |
New | true | 3945569063878265339 | 4466565437490631532 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.cookie.CookieIdentityComparator | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CookieIdentityComparator() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | compare(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.Cookie) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CookieOrigin(java.lang.String, int, java.lang.String, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getHost() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getPath() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getPort() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isSecure() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.Comparator | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2207955748278991468 | 7523645369616405818 |
New | true | 2207955748278991468 | 7523645369616405818 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.cookie.CookiePathComparator | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CookiePathComparator() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | compare(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.Cookie) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.Comparator | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.cookie.CookiePriorityComparator | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CookiePriorityComparator() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | compare(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.Cookie) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.MalformedCookieException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 470934236061669602 | 7371235577078589013 |
New | true | 470934236061669602 | 7371235577078589013 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CookieRestrictionViolationException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | CookieRestrictionViolationException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | java.util.List <..>
|
formatCookies(java.util.List <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.Header, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
||||||||||||
UNCHANGED | public abstract | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.cookie.CookieSpec | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | addCookie(org.apache.hc.client5.http.cookie.Cookie) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | clear() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | boolean | clearExpired(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | clearExpired(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | java.util.List <..>
|
getCookies() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2794481206969693052 | -6695462944287282185 |
New | true | 2794481206969693052 | -6695462944287282185 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MalformedCookieException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | MalformedCookieException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MalformedCookieException(java.lang.String) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.Cookie | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | setDomain(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | setExpiryDate(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setExpiryDate(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setHttpOnly(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | setPath(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | setSecure(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | setValue(java.lang.String) | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | IGNORE | n.a. |
UNCHANGED | public static final | java.lang.String | RELAXED | n.a. |
UNCHANGED | public static final | java.lang.String | STRICT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | java.net.InetAddress[] | resolve(java.lang.String) |
|
n.a. |
|
||||||||||||
NEW | public | n.a. | java.util.List <..>
|
resolve(java.lang.String, int) |
|
Compatibility Changes:
|
|
||||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | resolveCanonicalHostname(java.lang.String) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocol() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | javax.net.ssl.SSLSession | getSslSession() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.DecompressingEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BrotliDecompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | boolean | isAvailable() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.InputStreamFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BrotliInputStreamFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.io.InputStream | create(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.BrotliInputStreamFactory | getInstance() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.HttpEntityWrapper | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DecompressingEntity(org.apache.hc.core5.http.HttpEntity, org.apache.hc.client5.http.entity.InputStreamFactory) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.DecompressingEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DeflateDecompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Superclass | Compatibility Changes | ||
MODIFIED | java.io.FilterInputStream(<- java.io.InputStream) |
Compatibility Changes:
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | DeflateInputStream(java.io.InputStream) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | n.a. | int | available() |
|
n.a. |
|
||||||||
REMOVED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
REMOVED | public | n.a. | void | mark(int) | n.a. |
|
|||||||||
REMOVED | public | n.a. | boolean | markSupported() | n.a. |
|
|||||||||
REMOVED | public | n.a. | int | read() |
|
n.a. |
|
||||||||
REMOVED | public | n.a. | int | read(byte[]) |
|
n.a. |
|
||||||||
REMOVED | public | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
||||||||
REMOVED | public | n.a. | void | reset() |
|
n.a. |
|
||||||||
REMOVED | public | n.a. | long | skip(long) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.InputStreamFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DeflateInputStreamFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.io.InputStream | create(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.DeflateInputStreamFactory | getInstance() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpEntity | build() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | chunked() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | create() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | byte[] | getBinary() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.io.File | getFile() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getParameters() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.io.Serializable | getSerializable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getStream() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getText() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | gzipCompressed() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isGzipCompressed() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setBinary(byte[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setContentEncoding(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setContentType(org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setFile(java.io.File) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setParameters(java.util.List <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setSerializable(java.io.Serializable) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setStream(java.io.InputStream) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.EntityBuilder | setText(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.HttpEntityWrapper | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | GzipCompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.DecompressingEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | GzipDecompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.InputStreamFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | GZIPInputStreamFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.io.InputStream | create(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.GZIPInputStreamFactory | getInstance() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.io.InputStream | create(java.io.InputStream) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentBody | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractContentBody(org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getCharset() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | getContentType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getMediaType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getMimeType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getSubType() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.AbstractContentBody | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentBody | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ByteArrayBody(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayBody(byte[], org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayBody(byte[], java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getCharset() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getFilename() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getFilename() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.String | getCharset() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getContentLength() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.String | getMediaType() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.String | getMimeType() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.String | getSubType() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.AbstractContentBody | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentBody | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | FileBody(java.io.File) | n.a. |
|
|||||
UNCHANGED | public | n.a. | FileBody(java.io.File, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | FileBody(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.io.File | getFile() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getFilename() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getInputStream() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.MultipartPart | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | addField(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | addField(java.lang.String, java.lang.String, java.util.List <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | addField(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPart | build() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | create(java.lang.String, org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | create() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | removeFields(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | setBody(org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | setField(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | setName(java.lang.String) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Iterable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Header() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | addField(org.apache.hc.client5.http.entity.mime.MimeField) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MimeField | getField(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getFields() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getFields(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Iterator <..>
|
iterator() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | removeFields(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setField(org.apache.hc.client5.http.entity.mime.MimeField) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5370162076652159076 | n.a. |
New | true | 5370162076652159076 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.entity.mime.HttpMultipartMode | EXTENDED | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.entity.mime.HttpMultipartMode | LEGACY | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.entity.mime.HttpMultipartMode | STRICT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.mime.HttpMultipartMode | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.mime.HttpMultipartMode[] | values() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.AbstractContentBody | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentBody | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | InputStreamBody(java.io.InputStream, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | InputStreamBody(java.io.InputStream, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | InputStreamBody(java.io.InputStream, org.apache.hc.core5.http.ContentType, java.lang.String, long) | n.a. |
|
|||||
UNCHANGED | public | n.a. | InputStreamBody(java.io.InputStream, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getFilename() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getInputStream() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | MimeField(java.lang.String, java.lang.String, java.util.List <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | MimeField(org.apache.hc.client5.http.entity.mime.MimeField) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | MimeField(java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getBody() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getParameters() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getValue() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, byte[], org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, byte[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, java.io.File, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, java.io.File) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, java.io.InputStream, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, java.io.InputStream) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addEpilogue(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addParameter(org.apache.hc.core5.http.message.BasicNameValuePair) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addPart(org.apache.hc.client5.http.entity.mime.MultipartPart) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addPart(java.lang.String, org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addPreamble(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addTextBody(java.lang.String, java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addTextBody(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpEntity | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | create() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setBoundary(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setContentType(org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setLaxMode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setMimeSubtype(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setMode(org.apache.hc.client5.http.entity.mime.HttpMultipartMode) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setStrictMode() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.ContentBody | getBody() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.Header | getHeader() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | addHeader(java.lang.String, java.lang.String, java.util.List <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPart | build() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | create(org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | create() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | setBody(org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.AbstractContentBody | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentBody | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | StringBody(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getFilename() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.io.Reader | getReader() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.StringEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | UrlEncodedFormEntity(java.util.List <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | UrlEncodedFormEntity(java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | UrlEncodedFormEntity(java.lang.Iterable <..> )
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.net.ConnectException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4748746175945406189 | -3194482710275220224 |
New | true | 4748746175945406189 | -3194482710275220224 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpHostConnectException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpHostConnectException(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.NamedEndpoint | getHost() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getRetryInterval(org.apache.hc.core5.http.HttpRequest, java.io.IOException, int, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.util.TimeValue | getRetryInterval(org.apache.hc.core5.http.HttpResponse, int, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | boolean | retryRequest(org.apache.hc.core5.http.HttpRequest, java.io.IOException, int, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | boolean | retryRequest(org.apache.hc.core5.http.HttpResponse, int, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.ClientProtocolException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2952254862066513609 | -7186627969477257933 |
New | true | 2952254862066513609 | -7186627969477257933 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpResponseException(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpResponseException(int, java.lang.String, byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | byte[] | getContentBytes() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | getContentType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getReasonPhrase() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getStatusCode() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
UNCHANGED | org.apache.hc.client5.http.RouteInfo | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, java.net.InetAddress, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, java.net.InetAddress, org.apache.hc.core5.http.HttpHost, boolean, org.apache.hc.client5.http.RouteInfo$TunnelType, org.apache.hc.client5.http.RouteInfo$LayerType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, java.net.InetAddress, org.apache.hc.core5.http.HttpHost, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, java.net.InetAddress, org.apache.hc.core5.http.HttpHost[], boolean, org.apache.hc.client5.http.RouteInfo$TunnelType, org.apache.hc.client5.http.RouteInfo$LayerType) | n.a. |
|
|||||
NEW | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.net.NamedEndpoint, java.net.InetAddress, org.apache.hc.core5.http.HttpHost[], boolean, org.apache.hc.client5.http.RouteInfo$TunnelType, org.apache.hc.client5.http.RouteInfo$LayerType) | n.a. |
|
|||||
NEW | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.net.NamedEndpoint, java.net.InetAddress, boolean) | n.a. |
|
|||||
NEW | public | n.a. | HttpRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.net.NamedEndpoint, java.net.InetAddress, org.apache.hc.core5.http.HttpHost, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.Object | clone() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getHopCount() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpHost | getHopTarget(int) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.RouteInfo$LayerType | getLayerType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.InetAddress | getLocalAddress() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.InetSocketAddress | getLocalSocketAddress() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpHost | getProxyHost() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpHost | getTargetHost() | n.a. |
|
|||||||||
NEW | public | n.a. | org.apache.hc.core5.net.NamedEndpoint | getTargetName() |
Compatibility Changes:
|
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.RouteInfo$TunnelType | getTunnelType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isLayered() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isSecure() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isTunnelled() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.async.HttpAsyncClient | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CloseableHttpAsyncClient() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||||||||||||||||||||||||
UNCHANGED | protected abstract | Generic Templates:
|
java.util.concurrent.Future <..>
|
doExecute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | n.a. | java.util.concurrent.Future <..>
|
execute(org.apache.hc.client5.http.async.methods.SimpleHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | n.a. | java.util.concurrent.Future <..>
|
execute(org.apache.hc.client5.http.async.methods.SimpleHttpRequest, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | initiateShutdown() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | register(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | n.a. | void | register(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | start() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | H2AsyncClientBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorAfter(java.lang.String, java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorBefore(java.lang.String, java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorFirst(java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorLast(java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addRequestInterceptorFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addRequestInterceptorLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addResponseInterceptorFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addResponseInterceptorLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | build() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | create() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableAuthCaching() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableAutomaticRetries() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableCookieManagement() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableRedirectHandling() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | evictIdleConnections(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | replaceExecInterceptor(java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultHeaders(java.util.Collection <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDnsResolver(org.apache.hc.client5.http.DnsResolver) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIoReactorExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIoSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setProxyAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setRedirectStrategy(org.apache.hc.client5.http.protocol.RedirectStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setRoutePlanner(org.apache.hc.client5.http.routing.HttpRoutePlanner) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setTargetAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setThreadFactory(java.util.concurrent.ThreadFactory) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setUserAgent(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | useSystemProperties() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | HttpAsyncClientBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorAfter(java.lang.String, java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorBefore(java.lang.String, java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorFirst(java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorLast(java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addRequestInterceptorFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addRequestInterceptorLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addResponseInterceptorFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addResponseInterceptorLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | build() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | create() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableAuthCaching() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableAutomaticRetries() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableConnectionState() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableCookieManagement() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableRedirectHandling() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | evictExpiredConnections() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | evictIdleConnections(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | replaceExecInterceptor(java.lang.String, org.apache.hc.client5.http.async.AsyncExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setConnectionManager(org.apache.hc.client5.http.nio.AsyncClientConnectionManager) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setConnectionManagerShared(boolean) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultHeaders(java.util.Collection <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIoReactorExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIoSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setKeepAliveStrategy(org.apache.hc.client5.http.ConnectionKeepAliveStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setProxy(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setProxyAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setProxySelector(java.net.ProxySelector) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setRedirectStrategy(org.apache.hc.client5.http.protocol.RedirectStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setRoutePlanner(org.apache.hc.client5.http.routing.HttpRoutePlanner) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setTargetAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setThreadFactory(java.util.concurrent.ThreadFactory) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setUserAgent(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setUserTokenHandler(org.apache.hc.client5.http.UserTokenHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | useSystemProperties() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | classic(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient, org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createDefault() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createHttp2Default() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.client5.http.DnsResolver, org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createHttp2System() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.HttpVersionPolicy, org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.client5.http.nio.AsyncClientConnectionManager)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.client5.http.nio.AsyncClientConnectionManager) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.HttpVersionPolicy, org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.reactor.IOReactorConfig)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.config.H2Config, org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.client5.http.nio.AsyncClientConnectionManager) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createSystem() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | custom() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | customHttp2() | n.a. |
|
|||||||||||
NEW | static public | n.a. | org.apache.hc.core5.http.nio.HandlerFactory <..>
|
pushRouter(org.apache.hc.core5.http.impl.routing.RequestRouter <..> )
|
Compatibility Changes:
|
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.async.HttpAsyncClient | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.async.HttpAsyncClient | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
lease(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
lease(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.AuthChallengeParser | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AuthChallengeParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
parse(org.apache.hc.client5.http.auth.ChallengeType, java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthCache | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicAuthCache(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicAuthCache() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | put(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.AuthScheme) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | put(org.apache.hc.core5.http.HttpHost, java.lang.String, org.apache.hc.client5.http.auth.AuthScheme) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | remove(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | remove(org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsStore | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsProvider | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicCredentialsProvider() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.Credentials | getCredentials(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setCredentials(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.hc.client5.http.auth.AuthScheme |
Compatibility Changes:
|
||
REMOVED (!) | java.io.Serializable |
Compatibility Changes:
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4692478331228586513 | -1931571557597830536 |
New | true | 9208006719904596798 | -1931571557597830536 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | BasicScheme(java.nio.charset.Charset)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | public | n.a. | BasicScheme() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.security.Principal | getPrincipal() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getRealm() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | initPreemptive(org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChallengeComplete() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnectionBased() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.CredentialsProvider, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
NEW | public | n.a. | void | restore(org.apache.hc.client5.http.impl.auth.BasicScheme$State) |
Compatibility Changes:
|
|
|||||||||
NEW | public | n.a. | org.apache.hc.client5.http.impl.auth.BasicScheme$State | store() |
Compatibility Changes:
|
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | org.apache.hc.client5.http.auth.AuthStateCacheable | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthSchemeFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.BasicSchemeFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | BasicSchemeFactory() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | BasicSchemeFactory(java.nio.charset.Charset)
Annotations:
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes | ||
REMOVED (!) | org.apache.hc.client5.http.auth.AuthScheme |
Compatibility Changes:
|
||
REMOVED (!) | java.io.Serializable |
Compatibility Changes:
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1279192017307934071 | n.a. |
New | true | -7239248691276587879 | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BearerScheme() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.security.Principal | getPrincipal() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getRealm() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChallengeComplete() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnectionBased() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.CredentialsProvider, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
NEW | public | n.a. | void | restore(org.apache.hc.client5.http.impl.auth.BearerScheme$State) |
Compatibility Changes:
|
|
|||||||||
NEW | public | n.a. | org.apache.hc.client5.http.impl.auth.BearerScheme$State | store() |
Compatibility Changes:
|
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | org.apache.hc.client5.http.auth.AuthStateCacheable | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthSchemeFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.BearerSchemeFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BearerSchemeFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CredentialsProviderBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.client5.http.auth.AuthScope, java.lang.String, char[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.core5.http.HttpHost, java.lang.String, char[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.CredentialsProvider | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | create() | n.a. |
|
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -1195121125421840567 | 3883908186234566916 |
New | true | 877494614454312705 | 3883908186234566916 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DigestScheme() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DigestScheme(java.nio.charset.Charset)
Annotations:
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.security.Principal | getPrincipal() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getRealm() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | initPreemptive(org.apache.hc.client5.http.auth.Credentials, java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChallengeComplete() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnectionBased() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.CredentialsProvider, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthSchemeFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.DigestSchemeFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DigestSchemeFactory(java.nio.charset.Charset)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | public | n.a. | DigestSchemeFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.ietf.jgss.GSSContext | createGSSContext(org.ietf.jgss.GSSManager, org.ietf.jgss.Oid, org.ietf.jgss.GSSName, org.ietf.jgss.GSSCredential) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | protected | n.a. | byte[] | generateGSSToken(byte[], org.ietf.jgss.Oid, java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | protected abstract | n.a. | byte[] | generateToken(byte[], java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | protected | n.a. | org.ietf.jgss.GSSManager | getManager() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.security.Principal | getPrincipal() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getRealm() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChallengeComplete() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.CredentialsProvider, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpAuthenticator() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | addAuthResponse(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.ChallengeType, org.apache.hc.core5.http.HttpRequest, org.apache.hc.client5.http.auth.AuthExchange, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isChallenged(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.ChallengeType, org.apache.hc.core5.http.HttpResponse, org.apache.hc.client5.http.auth.AuthExchange, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | updateAuthState(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.ChallengeType, org.apache.hc.core5.http.HttpResponse, org.apache.hc.client5.http.AuthenticationStrategy, org.apache.hc.client5.http.auth.AuthExchange, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.auth.GGSSchemeBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | KerberosScheme() | n.a. |
|
|||||
UNCHANGED | public | n.a. | KerberosScheme(org.apache.hc.client5.http.auth.KerberosConfig, org.apache.hc.client5.http.DnsResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | byte[] | generateToken(byte[], java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnectionBased() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthSchemeFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | KerberosSchemeFactory(org.apache.hc.client5.http.auth.KerberosConfig, org.apache.hc.client5.http.DnsResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | generateType1Msg(java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | generateType3Msg(java.lang.String, char[], java.lang.String, java.lang.String, java.lang.String) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthenticationException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7976059309329052687 | 6027981323731768824 |
New | true | -7976059309329052687 | 6027981323731768824 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NTLMEngineException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | NTLMEngineException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | NTLMEngineException(java.lang.String, java.lang.Throwable) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NTLMScheme(org.apache.hc.client5.http.impl.auth.NTLMEngine) | n.a. |
|
|||||
UNCHANGED | public | n.a. | NTLMScheme() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.security.Principal | getPrincipal() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getRealm() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChallengeComplete() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnectionBased() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.CredentialsProvider, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthSchemeFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NTLMSchemeFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.auth.GGSSchemeBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SPNegoScheme(org.apache.hc.client5.http.auth.KerberosConfig, org.apache.hc.client5.http.DnsResolver) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SPNegoScheme() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | byte[] | generateToken(byte[], java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnectionBased() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.AuthSchemeFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SPNegoSchemeFactory(org.apache.hc.client5.http.auth.KerberosConfig, org.apache.hc.client5.http.DnsResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsStore | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsProvider | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SystemDefaultCredentialsProvider() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.Credentials | getCredentials(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setCredentials(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.RuntimeException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6618324978984842054 | 319558534317118022 |
New | true | -6618324978984842054 | 319558534317118022 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | UnsupportedDigestAlgorithmException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | UnsupportedDigestAlgorithmException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | UnsupportedDigestAlgorithmException() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4503861773810705016 | n.a. |
New | true | -4503861773810705016 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | BACK_OFF | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | CACHING | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | COMPRESS | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | CONNECT | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | MAIN_TRANSPORT | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | PROTOCOL | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | REDIRECT | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | RETRY | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.ChainElement | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.ChainElement[] | values() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.BackoffManager | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | AbstractBackoff(org.apache.hc.core5.pool.ConnPoolControl <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | backOff(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||||||||
UNCHANGED | protected abstract | n.a. | int | getBackedOffPoolSize(int) | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | java.util.concurrent.atomic.AtomicReference <..>
|
getBackoffFactor() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | java.util.concurrent.atomic.AtomicInteger | getCap() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.pool.ConnPoolControl <..>
|
getConnPerRoute() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | java.util.concurrent.atomic.AtomicReference <..>
|
getCoolDown() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | java.util.Map <..>
|
getLastRouteBackoffs() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | java.util.Map <..>
|
getLastRouteProbes() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | long | getLastUpdate(java.util.Map <..> , org.apache.hc.client5.http.HttpRoute)
|
n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | java.util.concurrent.atomic.AtomicInteger | getTimeInterval() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | probe(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setCoolDown(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setPerHostConnectionCap(int) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpClientResponseHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractHttpClientResponseHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.lang.Object | handleEntity(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.Object | handleResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.classic.AbstractBackoff | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.BackoffManager | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | AIMDBackoffManager(org.apache.hc.core5.pool.ConnPoolControl <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | int | getBackedOffPoolSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setBackoffFactor(double) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.ExecChainHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BackoffStrategyExec(org.apache.hc.client5.http.classic.ConnectionBackoffStrategy, org.apache.hc.client5.http.classic.BackoffManager) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.client5.http.classic.ExecChain$Scope, org.apache.hc.client5.http.classic.ExecChain) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpClientResponseHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpClientResponseHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | handleEntity(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | handleResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.MessageCopier | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.classic.ClassicRequestCopier | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ClassicRequestCopier() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | copy(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.HttpClient | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CloseableHttpClient() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||
UNCHANGED | protected abstract | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | doExecute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest)
Annotations:
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpResponse | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | addHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||
UNCHANGED | public | n.a. | boolean | containsHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | countHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Locale | getLocale() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getReasonPhrase() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Iterator <..>
|
headerIterator() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Iterator <..>
|
headerIterator(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | removeHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setCode(int) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setLocale(java.util.Locale) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setReasonPhrase(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.ConnectionBackoffStrategy | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultBackoffStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | shouldBackoff(java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | shouldBackoff(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.classic.AbstractBackoff | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.BackoffManager | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | ExponentialBackoffManager(org.apache.hc.core5.pool.ConnPoolControl <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | int | getBackedOffPoolSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setBackoffFactor(double) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | long | getActiveConnectionCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getFailedConnectionAverageDuration() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getFailedConnectionCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getRequestAverageDuration() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getRequestCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getScheduledConnectionCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getSuccessfulConnectionAverageDuration() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getSuccessfulConnectionCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getTaskAverageDuration() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getTaskCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | FutureRequestExecutionService(org.apache.hc.client5.http.classic.HttpClient, java.util.concurrent.ExecutorService) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.util.concurrent.FutureTask <..>
|
execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.util.concurrent.FutureTask <..>
|
execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics | metrics() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | HttpClientBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorAfter(java.lang.String, java.lang.String, org.apache.hc.client5.http.classic.ExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorBefore(java.lang.String, java.lang.String, org.apache.hc.client5.http.classic.ExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorFirst(java.lang.String, org.apache.hc.client5.http.classic.ExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorLast(java.lang.String, org.apache.hc.client5.http.classic.ExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addRequestInterceptorFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addRequestInterceptorLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addResponseInterceptorFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addResponseInterceptorLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | build() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | create() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableAuthCaching() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableAutomaticRetries() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableConnectionState() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableContentCompression() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableCookieManagement() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableDefaultUserAgent() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableRedirectHandling() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | evictExpiredConnections() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | evictIdleConnections(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | replaceExecInterceptor(java.lang.String, org.apache.hc.client5.http.classic.ExecChainHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setBackoffManager(org.apache.hc.client5.http.classic.BackoffManager) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionBackoffStrategy(org.apache.hc.client5.http.classic.ConnectionBackoffStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionManager(org.apache.hc.client5.http.io.HttpClientConnectionManager) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionManagerShared(boolean) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setContentDecoderRegistry(java.util.LinkedHashMap <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultHeaders(java.util.Collection <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setKeepAliveStrategy(org.apache.hc.client5.http.ConnectionKeepAliveStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setProxy(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setProxyAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setProxySelector(java.net.ProxySelector) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRedirectStrategy(org.apache.hc.client5.http.protocol.RedirectStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRequestExecutor(org.apache.hc.core5.http.impl.io.HttpRequestExecutor) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRoutePlanner(org.apache.hc.client5.http.routing.HttpRoutePlanner) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setTargetAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setUserAgent(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setUserTokenHandler(org.apache.hc.client5.http.UserTokenHandler) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | useSystemProperties() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | createDefault() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.classic.MinimalHttpClient | createMinimal() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.classic.MinimalHttpClient | createMinimal(org.apache.hc.client5.http.io.HttpClientConnectionManager) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | createSystem() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | custom() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.classic.AbstractBackoff | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.BackoffManager | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | LinearBackoffManager(org.apache.hc.core5.pool.ConnPoolControl <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | LinearBackoffManager(org.apache.hc.core5.pool.ConnPoolControl <..> , int)
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | backOff(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | int | getBackedOffPoolSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | probe(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setBackoffFactor(double) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.HttpClient | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | doExecute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.classic.ConnectionBackoffStrategy | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NullBackoffStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | shouldBackoff(java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | shouldBackoff(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | ProxyClient() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | ProxyClient(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | ProxyClient(org.apache.hc.core5.http.io.HttpConnectionFactory <..> , org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.client5.http.config.RequestConfig)
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | java.net.Socket | tunnel(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.Credentials) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InterruptedIOException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7376647278008364932 | 4973849966012490112 |
New | true | 7376647278008364932 | 4973849966012490112 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestAbortedException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RequestAbortedException(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InterruptedIOException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 208343112342566551 | 4973849966012490112 |
New | true | 208343112342566551 | 4973849966012490112 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestFailedException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RequestFailedException(java.lang.String, java.lang.Throwable) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.IllegalStateException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 3071604497271324843 | 5868657401162844497 |
New | true | 3071604497271324843 | 5868657401162844497 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ConnectionShutdownException() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractCookieAttributeHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | AbstractCookieSpec(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler[]) | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | AbstractCookieSpec(java.util.HashMap <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | AbstractCookieSpec() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.cookie.CookieAttributeHandler | findAttribHandler(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | org.apache.hc.client5.http.cookie.CookieAttributeHandler | getAttribHandler(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | java.util.Collection <..>
|
getAttribHandlers() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.Cookie | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.SetCookie | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 9200771006818100406 | -3869795591041535538 |
New | true | 9200771006818100406 | -3869795591041535538 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicClientCookie(java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | java.lang.Object | clone() |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | boolean | containsAttribute(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttribute(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.Date | getCreationDate()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.time.Instant | getCreationInstant() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getDomain() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.Date | getExpiryDate()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.time.Instant | getExpiryInstant() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getValue() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isExpired(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isExpired(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isHttpOnly() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isPersistent() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isSecure() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | removeAttribute(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setAttribute(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setCreationDate(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setCreationDate(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setDomain(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setExpiryDate(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setExpiryDate(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setHttpOnly(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setPath(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setSecure(boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setValue(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicDomainHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicDomainHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | BasicExpiresHandler(java.time.format.DateTimeFormatter[]) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicExpiresHandler(java.lang.String[])
Annotations:
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpOnlyHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicMaxAgeHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicPathHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicPathHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicSecureHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicSecureHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | CookieSpecBase(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler[]) | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | CookieSpecBase(java.util.HashMap <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | CookieSpecBase() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | static protected | n.a. | java.lang.String | getDefaultDomain(org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||||||
UNCHANGED | static protected | n.a. | java.lang.String | getDefaultPath(org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.HeaderElement[], org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpecFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | IgnoreCookieSpecFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.cookie.CookieSpec | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.CookieSpecBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | IgnoreSpecSpec() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
formatCookies(java.util.List <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.Header, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | LaxExpiresHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | LaxMaxAgeHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PublicSuffixDomainFilter(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler, org.apache.hc.client5.http.psl.PublicSuffixList) | n.a. |
|
|||||
UNCHANGED | public | n.a. | PublicSuffixDomainFilter(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler, org.apache.hc.client5.http.psl.PublicSuffixMatcher) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | decorate(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler, org.apache.hc.client5.http.psl.PublicSuffixMatcher) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getAttributeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | parse(org.apache.hc.client5.http.cookie.SetCookie, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | RFC6265CookieSpec(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler[]) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
formatCookies(java.util.List <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | boolean | match(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.Header, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
||||||||||||
UNCHANGED | final public | n.a. | void | validate(org.apache.hc.client5.http.cookie.Cookie, org.apache.hc.client5.http.cookie.CookieOrigin) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpecFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RFC6265CookieSpecFactory() | n.a. |
|
|||||
UNCHANGED | public | n.a. | RFC6265CookieSpecFactory(org.apache.hc.client5.http.psl.PublicSuffixMatcher) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RFC6265CookieSpecFactory(org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel, org.apache.hc.client5.http.psl.PublicSuffixMatcher) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.cookie.CookieSpec | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5046121260981520540 | n.a. |
New | true | -5046121260981520540 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel | IE_MEDIUM_SECURITY | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel | RELAXED | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel | STRICT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel[] | values() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RFC6265LaxSpec() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RFC6265StrictSpec() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.AuthenticationStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultAuthenticationStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
NEW | protected | n.a. | java.util.List <..>
|
getSchemePriority() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
select(org.apache.hc.client5.http.auth.ChallengeType, java.util.Map <..> , org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ConnectionReuseStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultClientConnectionReuseStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.ConnectionKeepAliveStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultConnectionKeepAliveStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getKeepAliveDuration(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.HttpRequestRetryStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestRetryStrategy() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestRetryStrategy(int, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | DefaultHttpRequestRetryStrategy(int, org.apache.hc.core5.util.TimeValue, java.util.Collection <..> , java.util.Collection
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getRetryInterval(org.apache.hc.core5.http.HttpResponse, int, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | boolean | handleAsIdempotent(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | retryRequest(org.apache.hc.core5.http.HttpRequest, java.io.IOException, int, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | retryRequest(org.apache.hc.core5.http.HttpResponse, int, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.protocol.RedirectStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.DefaultRedirectStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultRedirectStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | java.net.URI | createLocationURI(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.net.URI | getLocationURI(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | boolean | isRedirected(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.SchemePortResolver | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.DefaultSchemePortResolver | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultSchemePortResolver() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | resolve(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | resolve(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.UserTokenHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.DefaultUserTokenHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultUserTokenHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | IdleConnectionEvictor(org.apache.hc.core5.pool.ConnPoolControl <..> , java.util.concurrent.ThreadFactory, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.util.TimeValue)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | IdleConnectionEvictor(org.apache.hc.core5.pool.ConnPoolControl <..> , org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.util.TimeValue)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | IdleConnectionEvictor(org.apache.hc.core5.pool.ConnPoolControl <..> , org.apache.hc.core5.util.TimeValue)
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | awaitTermination(org.apache.hc.core5.util.Timeout) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | boolean | isRunning() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | shutdown() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | start() | n.a. |
|
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.DnsResolver | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | InMemoryDnsResolver() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | add(java.lang.String, java.net.InetAddress[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.InetAddress[] | resolve(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | resolveCanonicalHostname(java.lang.String) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.io.HttpClientConnectionManager | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
UNCHANGED | public | n.a. | BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup <..> , org.apache.hc.core5.http.io.HttpConnectionFactory
<..> , org.apache.hc.client5.http.SchemePortResolver, org.apache.hc.client5.http.DnsResolver)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | BasicHttpClientConnectionManager() | n.a. |
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup <..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup <..> , org.apache.hc.core5.http.io.HttpConnectionFactory
<..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | BasicHttpClientConnectionManager(org.apache.hc.client5.http.io.HttpClientConnectionOperator, org.apache.hc.core5.http.io.HttpConnectionFactory <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | closeExpired() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | connect(org.apache.hc.client5.http.io.ConnectionEndpoint, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager | create(org.apache.hc.client5.http.SchemePortResolver, org.apache.hc.client5.http.DnsResolver, org.apache.hc.core5.http.config.Lookup <..> , org.apache.hc.core5.http.io.HttpConnectionFactory
<..> )
|
Compatibility Changes:
|
|
|||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager | create(org.apache.hc.core5.http.config.Lookup <..> , org.apache.hc.core5.http.io.HttpConnectionFactory
<..> )
|
Compatibility Changes:
|
|
|||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager | create(org.apache.hc.core5.http.config.Lookup <..> )
|
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.ConnectionConfig | getConnectionConfig() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig | getSocketConfig() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.TlsConfig | getTlsConfig() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity()
Annotations:
|
n.a. |
|
|||||||||||
MODIFIED | PUBLIC (<- PACKAGE_PROTECTED) | n.a. | boolean | isClosed() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, org.apache.hc.client5.http.HttpRoute, java.lang.Object) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.util.Timeout, java.lang.Object) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | release(org.apache.hc.client5.http.io.ConnectionEndpoint, java.lang.Object, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.client5.http.io.ConnectionEndpoint, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParserFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||
NEW | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
NEW | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||
NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create() |
Compatibility Changes:
|
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | LenientHttpResponseParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.config.Http1Config)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | LenientHttpResponseParser(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpConnectionFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | ManagedHttpClientConnectionFactory() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | ManagedHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | ManagedHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> , org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy)
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | ManagedHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.io.HttpMessageParserFactory <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | builder() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.io.ManagedHttpClientConnection | createConnection(java.net.Socket) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory | build() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | requestWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | responseOutOfOrderStrategy(org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | responseParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | org.apache.hc.client5.http.io.HttpClientConnectionManager | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | DEFAULT_MAX_CONNECTIONS_PER_ROUTE | n.a. |
UNCHANGED | public static final | int | DEFAULT_MAX_TOTAL_CONNECTIONS | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
UNCHANGED | public | n.a. | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry <..> , org.apache.hc.core5.pool.PoolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.http.io.HttpConnectionFactory
<..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry <..> , org.apache.hc.core5.http.io.HttpConnectionFactory
<..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry <..> , org.apache.hc.core5.pool.PoolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.util.TimeValue, org.apache.hc.client5.http.SchemePortResolver, org.apache.hc.client5.http.DnsResolver, org.apache.hc.core5.http.io.HttpConnectionFactory
<..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | PoolingHttpClientConnectionManager() | n.a. |
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry <..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry <..> , org.apache.hc.core5.pool.PoolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.util.TimeValue)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||
UNCHANGED | public | n.a. | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry <..> , org.apache.hc.core5.pool.PoolConcurrencyPolicy, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.http.io.HttpConnectionFactory
<..> )
Annotations:
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | closeExpired() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | connect(org.apache.hc.client5.http.io.ConnectionEndpoint, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig | getDefaultSocketConfig()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getMaxPerRoute(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getMaxTotal() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity()
Annotations:
|
n.a. |
|
|||||||||||
NEW | public | n.a. | boolean | isClosed() |
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, org.apache.hc.client5.http.HttpRoute, java.lang.Object) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.util.Timeout, java.lang.Object) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | release(org.apache.hc.client5.http.io.ConnectionEndpoint, java.lang.Object, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setDefaultSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setMaxPerRoute(org.apache.hc.client5.http.HttpRoute, int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setMaxTotal(int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setSocketConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setTlsConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.client5.http.io.ConnectionEndpoint, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager | build() | n.a. |
|
|||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | create() | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnPoolPolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnectionTimeToLive(org.apache.hc.core5.util.TimeValue)
Annotations:
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDefaultSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDnsResolver(org.apache.hc.client5.http.DnsResolver) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setMaxConnPerRoute(int) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setMaxConnTotal(int) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setSSLSocketFactory(org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setSocketConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setTlsConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||||
NEW | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setTlsSocketStrategy(org.apache.hc.client5.http.ssl.TlsSocketStrategy) |
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | useSystemProperties() | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes |
NEW | org.apache.hc.client5.http.impl.DefaultRedirectStrategy | n.a. |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.client5.http.protocol.RedirectStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.client5.http.impl.LaxRedirectStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | LaxRedirectStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | protected | n.a. | boolean | isRedirectable(java.lang.String) | n.a. |
|
|||||||
NEW | public | n.a. | boolean | isRedirected(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpMessage | org.apache.hc.core5.http.HttpMessage |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpMessage | copy(org.apache.hc.core5.http.HttpMessage) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Change |
INTERFACE_ADDED |
Change Status | Name | Old Type | New Type | Generics |
NEW | C | n.a. | org.apache.hc.core5.http.HttpConnection | |
NEW | T | n.a. | java.lang.Object |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
NEW | java.io.Closeable | n.a. |
NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
NEW | java.lang.AutoCloseable | n.a. |
NEW | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
NEW | org.apache.hc.core5.pool.ConnPool | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | |||||||
NEW | public | n.a. | H2SharingConnPool(org.apache.hc.core5.pool.ManagedConnPool <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
NEW | public | n.a. | void | closeExpired() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | int | getDefaultMaxPerRoute() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | int | getMaxPerRoute(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | int | getMaxTotal() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | setMaxPerRoute(java.lang.Object, int) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | setMaxTotal(int) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MultihomeConnectionInitiator(org.apache.hc.core5.reactor.ConnectionInitiator, org.apache.hc.client5.http.DnsResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.net.NamedEndpoint, java.net.SocketAddress, java.net.SocketAddress, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.net.NamedEndpoint, java.net.SocketAddress, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.nio.AsyncClientConnectionManager | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | DEFAULT_MAX_CONNECTIONS_PER_ROUTE | n.a. |
UNCHANGED | public static final | int | DEFAULT_MAX_TOTAL_CONNECTIONS | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup <..> , org.apache.hc.core5.pool.PoolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.util.TimeValue)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup <..> , org.apache.hc.core5.pool.PoolConcurrencyPolicy, org.apache.hc.core5.util.TimeValue)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup <..> , org.apache.hc.core5.pool.PoolConcurrencyPolicy, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.util.TimeValue, org.apache.hc.client5.http.SchemePortResolver, org.apache.hc.client5.http.DnsResolver)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | PoolingAsyncClientConnectionManager() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | closeExpired() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, org.apache.hc.core5.reactor.ConnectionInitiator, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getMaxPerRoute(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getMaxTotal() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity()
Annotations:
|
n.a. |
|
|||||||||||||
MODIFIED | PUBLIC (<- PACKAGE_PROTECTED) | n.a. | boolean | isClosed() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.String, org.apache.hc.client5.http.HttpRoute, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | release(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, java.lang.Object, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setMaxPerRoute(org.apache.hc.client5.http.HttpRoute, int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setMaxTotal(int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setTlsConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager | build() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | create() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setConnPoolPolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setConnectionTimeToLive(org.apache.hc.core5.util.TimeValue)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setDnsResolver(org.apache.hc.client5.http.DnsResolver) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setMaxConnPerRoute(int) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setMaxConnTotal(int) | n.a. |
|
|||||||||||
NEW | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setMessageMultiplexing(boolean) |
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setTlsConfigResolver(org.apache.hc.core5.function.Resolver <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | useSystemProperties() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.UserTokenHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.NoopUserTokenHandler | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NoopUserTokenHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Operations() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.concurrent.Cancellable | cancellable(java.util.concurrent.Future <..> )
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.concurrent.Cancellable | nonCancellable() | n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.concurrent.Future | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Operations$CompletedFuture(java.lang.Object) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | boolean | cancel(boolean) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | get() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | get(long, java.util.concurrent.TimeUnit) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | boolean | isCancelled() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | isDone() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.MessageCopier | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.RequestCopier | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestCopier() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpRequest | copy(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.routing.HttpRouteDirector | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.routing.BasicRouteDirector | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicRouteDirector() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | int | directStep(org.apache.hc.client5.http.RouteInfo, org.apache.hc.client5.http.RouteInfo) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | int | firstStep(org.apache.hc.client5.http.RouteInfo) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | nextStep(org.apache.hc.client5.http.RouteInfo, org.apache.hc.client5.http.RouteInfo) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | int | proxiedStep(org.apache.hc.client5.http.RouteInfo, org.apache.hc.client5.http.RouteInfo) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.routing.HttpRoutePlanner | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultProxyRoutePlanner(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultProxyRoutePlanner(org.apache.hc.core5.http.HttpHost) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpHost | determineProxy(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.routing.HttpRoutePlanner | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultRoutePlanner(org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | java.net.InetAddress | determineLocalAddress(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpHost | determineProxy(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
NEW | final public | n.a. | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.net.ProxySelector | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | DistributedProxySelector(java.util.List <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | connectFailed(java.net.URI, java.net.SocketAddress, java.io.IOException) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
select(java.net.URI) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.routing.HttpRoutePlanner | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SystemDefaultRoutePlanner(java.net.ProxySelector) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SystemDefaultRoutePlanner(org.apache.hc.client5.http.SchemePortResolver, java.net.ProxySelector) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpHost | determineProxy(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6691753146262788144 | -8646722842745617323 |
New | true | 6225100691656145029 | -8646722842745617323 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | TunnelRefusedException(java.lang.String, java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
NEW | public | n.a. | TunnelRefusedException(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | n.a. | org.apache.hc.core5.http.HttpResponse | getResponse() |
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.String | getResponseMessage()
Annotations:
|
Compatibility Changes:
|
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ConnectionEndpoint() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(java.lang.String, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.impl.io.HttpRequestExecutor, org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
|
Compatibility Changes:
|
|
||||||||||||||||||
NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(java.lang.String, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.client5.http.io.ConnectionEndpoint$RequestExecutor, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.EndpointInfo | getInfo() |
Compatibility Changes:
|
|
|||||||||||||||||||
UNCHANGED | public abstract | n.a. | boolean | isConnected() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | connect(org.apache.hc.client5.http.io.ConnectionEndpoint, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.util.Timeout, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | release(org.apache.hc.client5.http.io.ConnectionEndpoint, java.lang.Object, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | upgrade(org.apache.hc.client5.http.io.ConnectionEndpoint, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.io.ConnectionEndpoint | get(org.apache.hc.core5.util.Timeout) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, org.apache.hc.core5.reactor.ConnectionInitiator, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.String, org.apache.hc.client5.http.HttpRoute, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | void | release(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, java.lang.Object, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AsyncConnectionEndpoint() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | execute(java.lang.String, org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | execute(java.lang.String, org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(java.lang.String, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(java.lang.String, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(java.lang.String, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(java.lang.String, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.EndpointInfo | getInfo() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | boolean | isConnected() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.protocol.HttpCoreContext | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.protocol.HttpContext | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
UNCHANGED | public static final | java.lang.String | AUTHSCHEME_REGISTRY
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | AUTH_CACHE
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | AUTH_EXCHANGE_MAP
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | COOKIESPEC_REGISTRY
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | COOKIE_ORIGIN
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | COOKIE_SPEC
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | COOKIE_STORE
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | CREDS_PROVIDER
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | EXCHANGE_ID
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | HTTP_ROUTE
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | REDIRECT_LOCATIONS
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | REQUEST_CONFIG
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.lang.String | USER_TOKEN
Annotations:
|
Compatibility Changes:
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpClientContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpClientContext() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | adapt(org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | cast(org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | castOrCreate(org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.protocol.HttpClientContext | create() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthCache | getAuthCache() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.AuthExchange | getAuthExchange(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | java.util.Map <..>
|
getAuthExchanges() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Lookup <..>
|
getAuthSchemeRegistry() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.cookie.CookieOrigin | getCookieOrigin() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.cookie.CookieSpec | getCookieSpec() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Lookup <..>
|
getCookieSpecRegistry() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.cookie.CookieStore | getCookieStore() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.auth.CredentialsProvider | getCredentialsProvider() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.String | getExchangeId() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.RouteInfo | getHttpRoute() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.protocol.RedirectLocations | getRedirectLocations() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.config.RequestConfig | getRequestConfig() | n.a. |
|
|||||||||||||||||||||||||||
NEW | final public | n.a. | org.apache.hc.client5.http.config.RequestConfig | getRequestConfigOrDefault() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | getUserToken(java.lang.Class <..> )
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | getUserToken() | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | resetAuthExchange(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.AuthScheme) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setAuthCache(org.apache.hc.client5.http.auth.AuthCache) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setAuthExchange(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.AuthExchange) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup <..> )
|
n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setExchangeId(java.lang.String) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. |
|
|||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setUserToken(java.lang.Object) | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.core5.http.HttpResponseInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | NextNonceInterceptor() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RedirectLocations() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | add(java.net.URI) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | contains(java.net.URI) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.URI | get(int) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getAll() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | size() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.net.URI | getLocationURI(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | isRedirected(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.protocol.RequestAddCookies | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestAddCookies() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestAuthCache() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestClientConnControl() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.protocol.RequestDefaultHeaders | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | RequestDefaultHeaders(java.util.Collection <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | RequestDefaultHeaders() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestExpectContinue() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.client5.http.protocol.RequestIfRange | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | RequestIfRange() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | RequestUpgrade() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | RequestValidateTrace() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.protocol.ResponseProcessCookies | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ResponseProcessCookies() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2574281715270243856 | n.a. |
New | true | 2574281715270243856 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.psl.DomainType | ICANN | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.psl.DomainType | PRIVATE | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.psl.DomainType | UNKNOWN | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.psl.DomainType | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.psl.DomainType[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | PublicSuffixList(java.util.List <..> , java.util.List
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | PublicSuffixList(org.apache.hc.client5.http.psl.DomainType, java.util.List <..> , java.util.List
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getExceptions() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getRules() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.psl.DomainType | getType() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.psl.PublicSuffixListParser | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PublicSuffixListParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.psl.PublicSuffixList | parse(java.io.Reader) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
parseByType(java.io.Reader) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | PublicSuffixMatcher(java.util.Collection <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | PublicSuffixMatcher(org.apache.hc.client5.http.psl.DomainType, java.util.Collection <..> , java.util.Collection
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | PublicSuffixMatcher(java.util.Collection <..> , java.util.Collection
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getDomainRoot(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getDomainRoot(java.lang.String, org.apache.hc.client5.http.psl.DomainType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | matches(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | matches(java.lang.String, org.apache.hc.client5.http.psl.DomainType) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PublicSuffixMatcherLoader() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.psl.PublicSuffixMatcher | getDefault() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.psl.PublicSuffixMatcher | load(java.net.URL) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.psl.PublicSuffixMatcher | load(java.io.File) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6045254891612019092 | 4418824536372559326 |
New | true | 6045254891612019092 | 4418824536372559326 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RedirectException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RedirectException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RedirectException() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
UNCHANGED | public abstract | n.a. | int | getHopCount() | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpHost | getHopTarget(int) | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.RouteInfo$LayerType | getLayerType() | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | java.net.InetAddress | getLocalAddress() | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpHost | getProxyHost() | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpHost | getTargetHost() | n.a. |
|
|||||||
NEW | public | n.a. | org.apache.hc.core5.net.NamedEndpoint | getTargetName() |
Compatibility Changes:
|
|
|||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.RouteInfo$TunnelType | getTunnelType() | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | boolean | isLayered() | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | boolean | isSecure() | n.a. |
|
|||||||
UNCHANGED | public abstract | n.a. | boolean | isTunnelled() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5388437005920316150 | n.a. |
New | true | -5388437005920316150 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.RouteInfo$LayerType | LAYERED | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.RouteInfo$LayerType | PLAIN | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.RouteInfo$LayerType | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.RouteInfo$LayerType[] | values() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8168972916081377371 | n.a. |
New | true | 8168972916081377371 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.RouteInfo$TunnelType | PLAIN | n.a. |
UNCHANGED | public static final | org.apache.hc.client5.http.RouteInfo$TunnelType | TUNNELLED | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.RouteInfo$TunnelType | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.RouteInfo$TunnelType[] | values() | n.a. |
|
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
UNCHANGED | org.apache.hc.client5.http.RouteInfo | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RouteTracker(org.apache.hc.client5.http.HttpRoute) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RouteTracker(org.apache.hc.core5.http.HttpHost, java.net.InetAddress) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.Object | clone() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | connectProxy(org.apache.hc.core5.http.HttpHost, boolean) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | connectTarget(boolean) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getHopCount() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpHost | getHopTarget(int) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.RouteInfo$LayerType | getLayerType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.InetAddress | getLocalAddress() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpHost | getProxyHost() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpHost | getTargetHost() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.RouteInfo$TunnelType | getTunnelType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isConnected() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isLayered() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isSecure() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isTunnelled() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | layerProtocol(boolean) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.HttpRoute | toRoute() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | tunnelProxy(org.apache.hc.core5.http.HttpHost, boolean) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | tunnelTarget(boolean) | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | COMPLETE | n.a. |
UNCHANGED | public static final | int | CONNECT_PROXY | n.a. |
UNCHANGED | public static final | int | CONNECT_TARGET | n.a. |
UNCHANGED | public static final | int | LAYER_PROTOCOL | n.a. |
UNCHANGED | public static final | int | TUNNEL_PROXY | n.a. |
UNCHANGED | public static final | int | TUNNEL_TARGET | n.a. |
UNCHANGED | public static final | int | UNREACHABLE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | int | nextStep(org.apache.hc.client5.http.RouteInfo, org.apache.hc.client5.http.RouteInfo) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RoutingSupport() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpHost | determineHost(org.apache.hc.core5.http.HttpRequest) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpHost | normalize(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.SchemePortResolver) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | int | resolve(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | resolve(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.net.Socket | connectSocket(org.apache.hc.core5.util.TimeValue, java.net.Socket, org.apache.hc.core5.http.HttpHost, java.net.InetSocketAddress, java.net.InetSocketAddress, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.net.Socket | connectSocket(java.net.Socket, org.apache.hc.core5.http.HttpHost, java.net.InetSocketAddress, java.net.InetSocketAddress, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | java.net.Socket | createSocket(org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.socket.ConnectionSocketFactory | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.net.Socket | createLayeredSocket(java.net.Socket, java.lang.String, int, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.net.Socket | createLayeredSocket(java.net.Socket, java.lang.String, int, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.socket.ConnectionSocketFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.socket.PlainConnectionSocketFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PlainConnectionSocketFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.net.Socket | connectSocket(org.apache.hc.core5.util.TimeValue, java.net.Socket, org.apache.hc.core5.http.HttpHost, java.net.InetSocketAddress, java.net.InetSocketAddress, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.net.Socket | createSocket(java.net.Proxy, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.net.Socket | createSocket(org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.socket.PlainConnectionSocketFactory | getSocketFactory() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ClientTlsStrategyBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.ssl.TlsStrategy | build() | n.a. |
|
|||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | create() | n.a. |
|
|||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setCiphers(java.lang.String[]) | n.a. |
|
|||||||||||||||||
NEW | public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setHostVerificationPolicy(org.apache.hc.client5.http.ssl.HostnameVerificationPolicy) |
Compatibility Changes:
|
|
|||||||||||||||||
NEW | public | n.a. | void | setHostnameVerificationPolicy(org.apache.hc.client5.http.ssl.HostnameVerificationPolicy)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setHostnameVerifier(javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setSslBufferMode(org.apache.hc.core5.reactor.ssl.SSLBufferMode) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setSslContext(javax.net.ssl.SSLContext) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setTlsDetailsFactory(org.apache.hc.core5.function.Factory <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setTlsVersions(java.lang.String[]) | n.a. |
|
|||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setTlsVersions(org.apache.hc.core5.http.ssl.TLS[]) | n.a. |
|
|||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | useSystemProperties() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.ssl.TlsSocketStrategy | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, java.lang.String[], java.lang.String[], org.apache.hc.core5.reactor.ssl.SSLBufferMode, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
|||||
NEW | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, java.lang.String[], java.lang.String[], org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.client5.http.ssl.HostnameVerificationPolicy, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||
NEW | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.client5.http.ssl.HostnameVerificationPolicy, javax.net.ssl.HostnameVerifier) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getDefault() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getSystemDefault() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isSupported() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.ssl.TlsSocketStrategy | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | n.a. | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, java.lang.String[], java.lang.String[], org.apache.hc.core5.reactor.ssl.SSLBufferMode, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | DefaultClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, java.lang.String[], java.lang.String[], org.apache.hc.core5.reactor.ssl.SSLBufferMode, javax.net.ssl.HostnameVerifier, org.apache.hc.core5.function.Factory <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||
NEW | public | n.a. | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.client5.http.ssl.HostnameVerificationPolicy, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||||||||||||||
NEW | public | n.a. | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, java.lang.String[], java.lang.String[], org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.client5.http.ssl.HostnameVerificationPolicy, javax.net.ssl.HostnameVerifier) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy | createDefault() |
Compatibility Changes:
|
|
|||||||||||||
NEW | static public | n.a. | org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy | createSystemDefault() |
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getDefault()
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getSystemDefault()
Annotations:
|
Compatibility Changes:
|
|
Status | Interface | Compatibility Changes |
UNCHANGED | javax.net.ssl.HostnameVerifier | n.a. |
UNCHANGED | org.apache.hc.client5.http.ssl.HttpClientHostnameVerifier | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHostnameVerifier(org.apache.hc.client5.http.psl.PublicSuffixMatcher) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHostnameVerifier() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | boolean | verify(java.lang.String, javax.net.ssl.SSLSession) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | verify(java.lang.String, java.security.cert.X509Certificate) |
|
n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
NEW | java.lang.Comparable | n.a. |
NEW | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | -6504191242716024137 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy | BOTH | n.a. |
NEW | public static final | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy | BUILTIN | n.a. |
NEW | public static final | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy | CLIENT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | static public | n.a. | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy[] | values() |
Compatibility Changes:
|
|
Status | Interface | Compatibility Changes |
UNCHANGED | javax.net.ssl.HostnameVerifier | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | verify(java.lang.String, java.security.cert.X509Certificate) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpsSupport() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | javax.net.ssl.HostnameVerifier | getDefaultHostnameVerifier() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | java.lang.String[] | getSystemCipherSuits() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | java.lang.String[] | getSystemProtocols() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | javax.net.ssl.HostnameVerifier | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.ssl.NoopHostnameVerifier | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NoopHostnameVerifier() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | n.a. | java.lang.String | toString() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | verify(java.lang.String, javax.net.ssl.SSLSession) | n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory | n.a. |
UNCHANGED | org.apache.hc.client5.http.socket.ConnectionSocketFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SSLConnectionSocketFactory(javax.net.ssl.SSLContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SSLConnectionSocketFactory(javax.net.ssl.SSLSocketFactory, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SSLConnectionSocketFactory(javax.net.ssl.SSLContext, java.lang.String[], java.lang.String[], javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SSLConnectionSocketFactory(javax.net.ssl.SSLContext, javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SSLConnectionSocketFactory(javax.net.ssl.SSLSocketFactory, java.lang.String[], java.lang.String[], javax.net.ssl.HostnameVerifier) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | java.net.Socket | connectSocket(org.apache.hc.core5.util.TimeValue, java.net.Socket, org.apache.hc.core5.http.HttpHost, java.net.InetSocketAddress, java.net.InetSocketAddress, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | java.net.Socket | connectSocket(java.net.Socket, org.apache.hc.core5.http.HttpHost, java.net.InetSocketAddress, java.net.InetSocketAddress, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected | n.a. | void | connectSocket(java.net.Socket, java.net.InetSocketAddress, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | java.net.Socket | createLayeredSocket(java.net.Socket, java.lang.String, int, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | java.net.Socket | createLayeredSocket(java.net.Socket, java.lang.String, int, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | java.net.Socket | createSocket(org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | java.net.Socket | createSocket(java.net.Proxy, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory | getSocketFactory() |
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory | getSystemSocketFactory() |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected | n.a. | void | prepareSocket(javax.net.ssl.SSLSocket)
Annotations:
|
|
n.a. |
|
||||||||||||||
UNCHANGED | protected | n.a. | void | prepareSocket(javax.net.ssl.SSLSocket, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected | n.a. | void | verifySession(java.lang.String, javax.net.ssl.SSLSession) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SSLConnectionSocketFactoryBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | create() | n.a. |
|
|||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setCiphers(java.lang.String[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setHostnameVerifier(javax.net.ssl.HostnameVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setSslContext(javax.net.ssl.SSLContext) | n.a. |
|
|||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setTlsVersions(java.lang.String[]) | n.a. |
|
|||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setTlsVersions(org.apache.hc.core5.http.ssl.TLS[]) | n.a. |
|
|||||
UNCHANGED | final public | n.a. | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | useSystemProperties() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public abstract | n.a. | javax.net.ssl.SSLSocket | upgrade(java.net.Socket, java.lang.String, int, java.lang.Object, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.ssl.TrustStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.ssl.TrustAllStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TrustAllStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | boolean | isTrusted(java.security.cert.X509Certificate[], java.lang.String) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.ssl.TrustStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TrustSelfSignedStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | boolean | isTrusted(java.security.cert.X509Certificate[], java.lang.String) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.client5.http.DnsResolver | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.SystemDefaultDnsResolver | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SystemDefaultDnsResolver() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.net.InetAddress[] | resolve(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | resolveCanonicalHostname(java.lang.String) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 3813993667817552473 | 3597127619218687636 |
New | true | 3813993667817552473 | 3597127619218687636 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | UnsupportedSchemeException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ByteArrayBuilder() | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayBuilder(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(byte[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(byte[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(java.nio.CharBuffer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(char[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(char[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | capacity() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.client5.http.utils.ByteArrayBuilder | charset(java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | ensureFreeCapacity(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
|||||
UNCHANGED | public | n.a. | byte[] | toByteArray() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.nio.ByteBuffer | toByteBuffer() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter | FORMATTER_ASCTIME | n.a. | ||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter | FORMATTER_RFC1036 | n.a. | ||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter | FORMATTER_RFC1123 | n.a. | ||||||||
UNCHANGED | public static final | java.util.TimeZone | GMT
Annotations:
|
n.a. | ||||||||
NEW | public static final | java.lang.String | INTERNET_MESSAGE_FORMAT | n.a. | ||||||||
UNCHANGED | public static final | java.lang.String | PATTERN_ASCTIME | n.a. | ||||||||
UNCHANGED | public static final | java.lang.String | PATTERN_RFC1036 | n.a. | ||||||||
UNCHANGED | public static final | java.lang.String | PATTERN_RFC1123
Annotations:
|
Compatibility Changes:
|
||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter[] | STANDARD_PATTERNS | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | void | clearThreadLocal()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.lang.String | formatDate(java.time.Instant, java.time.format.DateTimeFormatter) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.lang.String | formatDate(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.lang.String | formatDate(java.util.Date, java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.lang.String | formatStandardDate(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isAfter(org.apache.hc.core5.http.MessageHeaders, org.apache.hc.core5.http.MessageHeaders, java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isBefore(org.apache.hc.core5.http.MessageHeaders, org.apache.hc.core5.http.MessageHeaders, java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.time.Instant | parseDate(java.lang.String, java.time.format.DateTimeFormatter[]) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.util.Date | parseDate(java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.util.Date | parseDate(org.apache.hc.core5.http.MessageHeaders, java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.util.Date | parseDate(java.lang.String, java.lang.String[])
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.util.Date | parseDate(java.lang.String, java.lang.String[], java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.time.Instant | parseStandardDate(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.time.Instant | parseStandardDate(org.apache.hc.core5.http.MessageHeaders, java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.util.Date | toDate(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.time.Instant | toInstant(java.util.Date) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.time.LocalDateTime | toUTC(java.time.Instant) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.time.LocalDateTime | toUTC(java.util.Date) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | java.lang.String | normalize(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | create(org.apache.hc.core5.http.HttpHost, java.lang.String)
Annotations:
|
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | create(java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String)
Annotations:
|
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpHost | extractHost(java.net.URI) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | resolve(java.net.URI, java.lang.String) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | resolve(java.net.URI, java.net.URI) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | resolve(java.net.URI, org.apache.hc.core5.http.HttpHost, java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | rewriteURI(java.net.URI, org.apache.hc.core5.http.HttpHost, boolean)
Annotations:
|
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | rewriteURI(java.net.URI, org.apache.hc.core5.http.HttpHost)
Annotations:
|
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | java.net.URI | rewriteURI(java.net.URI)
Annotations:
|
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | ETag(java.lang.String, org.apache.hc.client5.http.validator.ValidatorType) | n.a. |
|
|||||
NEW | public | n.a. | ETag(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.client5.http.validator.ETag | get(org.apache.hc.core5.http.MessageHeaders) |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | org.apache.hc.client5.http.validator.ValidatorType | getType() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | java.lang.String | getValue() |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.client5.http.validator.ETag | parse(java.lang.String) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.client5.http.validator.ETag | parse(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | boolean | strongCompare(org.apache.hc.client5.http.validator.ETag, org.apache.hc.client5.http.validator.ETag) |
Compatibility Changes:
|
|
|||||||
NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | boolean | weakCompare(org.apache.hc.client5.http.validator.ETag, org.apache.hc.client5.http.validator.ETag) |
Compatibility Changes:
|
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
NEW | java.lang.Comparable | n.a. |
NEW | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 8972924020871791160 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.client5.http.validator.ValidatorType | STRONG | n.a. |
NEW | public static final | org.apache.hc.client5.http.validator.ValidatorType | WEAK | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | static public | n.a. | org.apache.hc.client5.http.validator.ValidatorType | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.client5.http.validator.ValidatorType[] | values() |
Compatibility Changes:
|
|