Status | Superclass | Compatibility Changes: |
NEW | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | protected | AbstractClientContextBuilder(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | org.apache.hc.client5.http.protocol.HttpClientContext | build() | n.a. |
|
|
||||||
NEW | protected abstract | org.apache.hc.client5.http.protocol.HttpClientContext | createContext() | n.a. | n.a. |
|
||||||
NEW | public | org.apache.hc.client5.http.AbstractClientContextBuilder | preemptiveAuth(org.apache.hc.core5.http.HttpHost, | n.a. |
|
|
||||||
NEW | public | org.apache.hc.client5.http.AbstractClientContextBuilder | preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost, | n.a. |
|
|
||||||
NEW | public | org.apache.hc.client5.http.AbstractClientContextBuilder | useAuthCache(org.apache.hc.client5.http.auth.AuthCache) | n.a. |
|
|
||||||
NEW | public | org.apache.hc.client5.http.AbstractClientContextBuilder | useAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. |
|
|
||||||
NEW | public | org.apache.hc.client5.http.AbstractClientContextBuilder | useCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. |
|
|
||||||
NEW | public | org.apache.hc.client5.http.AbstractClientContextBuilder | useCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. |
|
|
||||||
NEW | public | org.apache.hc.client5.http.AbstractClientContextBuilder | useCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. |
|
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | completed() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | handleInformationResponse(org.apache.hc.core5.http.HttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.nio.AsyncDataConsumer | handleResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | proceed(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | scheduleExecution(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public final | org.apache.hc.core5.concurrent.CancellableDependency | n.a. | cancellableDependency |
UNCHANGED | public final | org.apache.hc.client5.http.protocol.HttpClientContext | n.a. | clientContext |
UNCHANGED | public final | java.lang.String | n.a. | exchangeId |
UNCHANGED | public final | java.util.concurrent.atomic.AtomicInteger | n.a. | execCount |
UNCHANGED | public final | org.apache.hc.client5.http.async.AsyncExecRuntime | n.a. | execRuntime |
UNCHANGED | public final | org.apache.hc.core5.http.HttpRequest | n.a. | originalRequest |
UNCHANGED | public final | org.apache.hc.client5.http.HttpRoute | n.a. | route |
UNCHANGED | public final | org.apache.hc.client5.http.async.AsyncExecChain$Scheduler | n.a. | scheduler |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | AsyncExecChain$Scope(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | AsyncExecChain$Scope(java.lang.String,
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | execute(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | 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.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBinPushConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | void | consumePromise(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | start(org.apache.hc.core5.http.HttpRequest, |
| 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.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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBinResponseConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | java.lang.Object | buildResult() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final protected | void | completed() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | informationResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | start(org.apache.hc.core5.http.HttpResponse, |
| 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.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractCharPushConsumer() | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractCharPushConsumer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | void | consumePromise(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | start(org.apache.hc.core5.http.HttpRequest, |
| 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.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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractCharResponseConsumer() | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractCharResponseConsumer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | java.lang.Object | buildResult() |
| n.a. |
|
||||||||||
UNCHANGED | final protected | void | completed() |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | informationResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | start(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpRequests() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | delete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | delete(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | delete(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | get(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | get(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | get(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | head(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | head(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | head(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | options(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | options(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | options(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | patch(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | patch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | patch(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | post(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | post(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | post(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | put(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | put(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | put(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | trace(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | trace(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BasicHttpRequest | trace(org.apache.hc.core5.http.HttpHost, | n.a. | 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 | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1123464372031526947 | 1 |
New | true | 1123464372031526947 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConfigurableHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConfigurableHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConfigurableHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConfigurableHttpRequest(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig | getConfig() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IgnoreCompleteExceptionFutureCallback(org.apache.hc.core5.concurrent.FutureCallback) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | cancelled() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | completed(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IgnoreCompleteExceptonFutureCallback(org.apache.hc.core5.concurrent.FutureCallback) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | byte[] | getBodyBytes() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getBodyText() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | getContentType() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isBytes() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isText() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2568662136242443627 | 1 |
New | true | 2568662136242443627 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SimpleHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | SimpleHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | SimpleHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | SimpleHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | SimpleHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | SimpleHttpRequest(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | copy(org.apache.hc.core5.http.HttpRequest)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | byte[] | getBodyBytes() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getBodyText() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | getContentType() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setBody(byte[], | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setBody(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SimpleHttpRequests() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | delete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | delete(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | delete(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | get(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | get(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | get(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | head(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | head(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | head(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | options(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | options(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | options(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | patch(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | patch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | patch(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | post(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | post(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | post(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | put(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | put(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | put(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | trace(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | trace(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | trace(org.apache.hc.core5.http.HttpHost, | n.a. | 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 | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7650336034959963482 | 1 |
New | true | -7650336034959963482 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SimpleHttpResponse(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | SimpleHttpResponse(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | copy(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | create(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. | n.a. |
|
||||
UNCHANGED | public | byte[] | getBodyBytes() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getBodyText() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | getContentType() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setBody(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setBody(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addParameter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleHttpRequest | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | copy(org.apache.hc.client5.http.async.methods.SimpleHttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | copy(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | create(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | create(org.apache.hc.core5.http.Method) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | delete() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | delete(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | delete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | digest(org.apache.hc.client5.http.async.methods.SimpleHttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | digest(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | get() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | get(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | get(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig | getRequestConfig() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | head() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | head(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | head(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | options() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | options(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | options(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | patch() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | patch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | patch(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | post() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | post(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | post(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | put() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | put(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | put(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setBody(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setPath(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setScheme(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setUri(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setUri(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | trace() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | trace(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestBuilder | trace(java.lang.String) | n.a. | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleRequestProducer | create(org.apache.hc.client5.http.async.methods.SimpleHttpRequest) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | copy(org.apache.hc.client5.http.async.methods.SimpleHttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | create(int) | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | digest(org.apache.hc.client5.http.async.methods.SimpleHttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleBody | getBody() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setBody(org.apache.hc.client5.http.async.methods.SimpleBody) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setBody(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.async.methods.SimpleResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | buildResult(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.async.methods.SimpleResponseConsumer | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | informationResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | put(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | put(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | remove(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | remove(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AuthChallenge(org.apache.hc.client5.http.auth.ChallengeType, | n.a. | n.a. |
|
||||
UNCHANGED | public | AuthChallenge(org.apache.hc.client5.http.auth.ChallengeType, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.ChallengeType | getChallengeType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getParams() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getSchemeName() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AuthenticationException() | n.a. | n.a. |
|
||||
UNCHANGED | public | AuthenticationException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | AuthenticationException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AuthExchange() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.util.Queue | getAuthOptions() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | getAuthScheme() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getPathPrefix() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthExchange$State | getState() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isConnectionBased() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | select(org.apache.hc.client5.http.auth.AuthScheme) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setOptions(java.util.Queue) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setPathPrefix(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setState(org.apache.hc.client5.http.auth.AuthExchange$State) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | CHALLENGED |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | n.a. | FAILURE |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | n.a. | HANDSHAKE |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | n.a. | SUCCESS |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.AuthExchange$State | n.a. | UNCHALLENGED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.AuthExchange$State | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.AuthExchange$State[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.security.Principal | getPrincipal() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | getRealm() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isChallengeComplete() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isConnectionBased() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AuthScope(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | AuthScope(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | AuthScope(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | AuthScope(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | AuthScope(org.apache.hc.client5.http.auth.AuthScope) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getHost() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getPort() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getProtocol() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getRealm() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getSchemeName() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | match(org.apache.hc.client5.http.auth.AuthScope) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.security.Principal | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5082568951759444714 | -2266305184969850467 |
New | true | 5082568951759444714 | -2266305184969850467 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicUserPrincipal(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1043173911879685170 | n.a. |
New | true | 1043173911879685170 | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BearerToken(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | char[] | getPassword()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getToken() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.security.Principal | getUserPrincipal() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | PROXY |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.ChallengeType | n.a. | TARGET |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.ChallengeType | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.ChallengeType[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | char[] | getPassword()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.security.Principal | getUserPrincipal() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.client5.http.auth.Credentials | getCredentials(org.apache.hc.client5.http.auth.AuthScope, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsProvider | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setCredentials(org.apache.hc.client5.http.auth.AuthScope, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | InvalidCredentialsException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | InvalidCredentialsException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | InvalidCredentialsException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | DEFAULT |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | KerberosConfig() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.client5.http.auth.KerberosConfig | clone() |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.KerberosConfig$Builder | copy(org.apache.hc.client5.http.auth.KerberosConfig) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.KerberosConfig$Builder | custom() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Option | getRequestDelegCreds() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Option | getStripPort() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Option | getUseCanonicalHostname() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setRequestDelegCreds(org.apache.hc.client5.http.auth.KerberosConfig$Option) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setStripPort(org.apache.hc.client5.http.auth.KerberosConfig$Option) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setStripPort(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setUseCanonicalHostname(org.apache.hc.client5.http.auth.KerberosConfig$Option) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.KerberosConfig$Builder | setUseCanonicalHostname(boolean) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | DEFAULT |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.KerberosConfig$Option | n.a. | DISABLE |
UNCHANGED | public static final | org.apache.hc.client5.http.auth.KerberosConfig$Option | n.a. | ENABLE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.KerberosConfig$Option | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.auth.KerberosConfig$Option[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4013208207717449477 | 487421613855550713 |
New | true | -4013208207717449477 | 487421613855550713 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | KerberosCredentials(org.ietf.jgss.GSSCredential) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.ietf.jgss.GSSCredential | getGSSCredential() | n.a. | n.a. |
|
||||
UNCHANGED | public | char[] | getPassword() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.security.Principal | getUserPrincipal() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MalformedChallengeException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | MalformedChallengeException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | MalformedChallengeException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5494908865652359854 | -7385699315228907265 |
New | true | -5494908865652359854 | -7385699315228907265 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NTCredentials(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | NTCredentials(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | NTCredentials(char[], | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getDomain() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getNetbiosDomain() | n.a. | n.a. |
|
||||
UNCHANGED | public | char[] | getPassword() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getUserName() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.security.Principal | getUserPrincipal() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getWorkstation() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.security.Principal | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 48696538467992926 | -6870169797924406894 |
New | true | 48696538467992926 | -6870169797924406894 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NTUserPrincipal(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getDomain() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getUsername() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | BASIC | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | BEARER | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | DIGEST | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | KERBEROS
Annotations:
|
||||||
UNCHANGED | public static final | java.lang.String | n.a. | NTLM
Annotations:
|
||||||
UNCHANGED | public static final | java.lang.String | n.a. | SPNEGO
Annotations:
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.Credentials | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5702118706404706326 | 243343858802739403 |
New | true | -5702118706404706326 | 243343858802739403 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UsernamePasswordCredentials(java.security.Principal, | n.a. | n.a. |
|
||||
UNCHANGED | public | UsernamePasswordCredentials(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | char[] | getPassword()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getUserName() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | char[] | getUserPassword() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.security.Principal | getUserPrincipal() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.util.List | select(org.apache.hc.client5.http.auth.ChallengeType, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CircularRedirectException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | CircularRedirectException() | n.a. | n.a. |
|
||||
UNCHANGED | public | CircularRedirectException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | backOff(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | probe(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | boolean | shouldBackoff(java.lang.Throwable) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | shouldBackoff(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ClassicHttpResponse | proceed(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public final | org.apache.hc.client5.http.protocol.HttpClientContext | n.a. | clientContext |
UNCHANGED | public final | java.lang.String | n.a. | exchangeId |
UNCHANGED | public final | org.apache.hc.client5.http.classic.ExecRuntime | n.a. | execRuntime |
UNCHANGED | public final | org.apache.hc.core5.http.ClassicHttpRequest | n.a. | originalRequest |
UNCHANGED | public final | org.apache.hc.client5.http.HttpRoute | n.a. | route |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ExecChain$Scope(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest)
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpResponse | execute(org.apache.hc.core5.http.HttpHost,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public abstract | java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||||||
UNCHANGED | public abstract | java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||||||
UNCHANGED | public abstract | java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||||||
UNCHANGED | public abstract | java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | executeOpen(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ClassicHttpRequests() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | delete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | delete(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | get(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | get(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | head(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | head(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | options(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | options(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | patch(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | patch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | post(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | post(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | put(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | put(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | trace(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.classic.methods.HttpUriRequest | trace(java.net.URI) | n.a. | 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 | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpDelete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpDelete(java.net.URI) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpGet(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpGet(java.net.URI) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpHead(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpHead(java.net.URI) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpOptions(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpOptions(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.util.Set | getAllowedMethods(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getMethod() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpPatch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpPatch(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpPost(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpPost(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpPut(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpPut(java.net.URI) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequestBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | 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 | n.a. | METHOD_NAME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpTrace(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpTrace(java.net.URI) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | abort() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isAborted() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.BasicClassicHttpRequest | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.methods.HttpUriRequest | n.a. |
UNCHANGED | org.apache.hc.client5.http.config.Configurable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8152923908570186804 | 1 |
New | true | 8152923908570186804 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpUriRequestBase(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | abort() |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | cancel() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig | getConfig() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isAborted() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isCancelled() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ClientProtocolException(java.lang.Throwable) | n.a. | n.a. |
|
||||
UNCHANGED | public | ClientProtocolException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ClientProtocolException() | n.a. | n.a. |
|
||||
UNCHANGED | public | ClientProtocolException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.client5.http.config.RequestConfig | getConfig() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | DEFAULT |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | ConnectionConfig() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.client5.http.config.ConnectionConfig | clone() |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | copy(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | custom() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getConnectTimeout() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getSocketTimeout() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getTimeToLive() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setConnectTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setConnectTimeout(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setSocketTimeout(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setTimeToLive(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setTimeToLive(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig$Builder | setValidateAfterInactivity(long, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | DEFAULT |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | RequestConfig() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | org.apache.hc.client5.http.config.RequestConfig | clone() |
| n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.config.RequestConfig$Builder | copy(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.config.RequestConfig$Builder | custom() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getConnectionKeepAlive() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getConnectionRequestTimeout() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getConnectTimeout()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getCookieSpec() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxRedirects() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpHost | getProxy()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Collection | getProxyPreferredAuthSchemes() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getResponseTimeout() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Collection | getTargetPreferredAuthSchemes() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isAuthenticationEnabled() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isCircularRedirectsAllowed() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isContentCompressionEnabled() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isExpectContinueEnabled() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isHardCancellationEnabled() | n.a. | n.a. |
|
||||||||||
NEW | public | boolean | isProtocolUpgradeEnabled() | n.a. |
|
|
||||||||||
UNCHANGED | public | boolean | isRedirectsEnabled() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig | build() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setAuthenticationEnabled(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setCircularRedirectsAllowed(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectionKeepAlive(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectionRequestTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectionRequestTimeout(long, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectTimeout(org.apache.hc.core5.util.Timeout)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setConnectTimeout(long,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setContentCompressionEnabled(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setCookieSpec(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setDefaultKeepAlive(long, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setExpectContinueEnabled(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setHardCancellationEnabled(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setMaxRedirects(int) | n.a. | n.a. |
|
||||||||||
NEW | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setProtocolUpgradeEnabled(boolean) | n.a. |
|
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setProxy(org.apache.hc.core5.http.HttpHost)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setProxyPreferredAuthSchemes(java.util.Collection) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setRedirectsEnabled(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setResponseTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setResponseTimeout(long, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig$Builder | setTargetPreferredAuthSchemes(java.util.Collection) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | DEFAULT |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | TlsConfig() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.client5.http.config.TlsConfig | clone() |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.config.TlsConfig$Builder | copy(org.apache.hc.client5.http.config.TlsConfig) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.config.TlsConfig$Builder | custom() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getHandshakeTimeout() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http2.HttpVersionPolicy | getHttpVersionPolicy() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String[] | getSupportedCipherSuites() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String[] | getSupportedProtocols() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TlsConfig$Builder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig$Builder | setHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig$Builder | setHandshakeTimeout(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig$Builder | setSupportedCipherSuites(java.lang.String[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig$Builder | setSupportedProtocols(java.lang.String[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig$Builder | setSupportedProtocols(org.apache.hc.core5.http.ssl.TLS[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig$Builder | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.util.TimeValue | getKeepAliveDuration(org.apache.hc.core5.http.HttpResponse, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConnectTimeoutException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConnectTimeoutException(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.net.NamedEndpoint | getHost() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: | ||
MODIFIED | org.apache.hc.client5.http.AbstractClientContextBuilder(<- java.lang.Object) |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
MODIFIED | protected (<- package_protected ) | ContextBuilder(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
REMOVED | public | org.apache.hc.client5.http.protocol.HttpClientContext | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.ContextBuilder | create(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.ContextBuilder | create() | n.a. | n.a. |
|
||||
NEW | protected | org.apache.hc.client5.http.protocol.HttpClientContext | createContext() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ContextBuilder | preemptiveAuth(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ContextBuilder | preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ContextBuilder | useAuthCache(org.apache.hc.client5.http.auth.AuthCache) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ContextBuilder | useAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ContextBuilder | useCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ContextBuilder | useCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ContextBuilder | useCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieStore | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7619401549518068751 | -7581093305228232025 |
New | true | -7619401549518068751 | -7581093305228232025 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicCookieStore() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | addCookie(org.apache.hc.client5.http.cookie.Cookie) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | addCookies(org.apache.hc.client5.http.cookie.Cookie[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | clearExpired(java.util.Date) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | clearExpired(java.time.Instant) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getCookies() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getAttributeName() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | DOMAIN_ATTR |
UNCHANGED | public static final | java.lang.String | n.a. | EXPIRES_ATTR |
UNCHANGED | public static final | java.lang.String | n.a. | HTTP_ONLY_ATTR |
UNCHANGED | public static final | java.lang.String | n.a. | MAX_AGE_ATTR |
UNCHANGED | public static final | java.lang.String | n.a. | PATH_ATTR |
UNCHANGED | public static final | java.lang.String | n.a. | SECURE_ATTR |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | boolean | containsAttribute(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.lang.String | getAttribute(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.util.Date | getCreationDate()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.time.Instant | getCreationInstant() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.lang.String | getDomain() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.util.Date | getExpiryDate()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.time.Instant | getExpiryInstant() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.lang.String | getName() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.lang.String | getPath() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.lang.String | getValue() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | boolean | isExpired(java.util.Date)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isExpired(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isHttpOnly() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | boolean | isPersistent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | boolean | isSecure() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.util.Comparator | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CookieIdentityComparator() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | compare(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CookieOrigin(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getHost() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getPath() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getPort() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isSecure() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.util.Comparator | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CookiePathComparator() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | compare(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CookiePriorityComparator() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | compare(org.apache.hc.client5.http.cookie.Cookie, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CookieRestrictionViolationException() | n.a. | n.a. |
|
||||
UNCHANGED | public | CookieRestrictionViolationException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.util.List | formatCookies(java.util.List) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.util.List | parse(org.apache.hc.core5.http.Header, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.client5.http.cookie.CookieSpec | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | addCookie(org.apache.hc.client5.http.cookie.Cookie) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | clear() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | boolean | clearExpired(java.util.Date)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | clearExpired(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.util.List | getCookies() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MalformedCookieException() | n.a. | n.a. |
|
||||
UNCHANGED | public | MalformedCookieException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | MalformedCookieException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.Cookie | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | setDomain(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | setExpiryDate(java.util.Date)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setExpiryDate(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setHttpOnly(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | setPath(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | setSecure(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | setValue(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | IGNORE |
UNCHANGED | public static final | java.lang.String | n.a. | RELAXED |
UNCHANGED | public static final | java.lang.String | n.a. | STRICT |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.net.InetAddress[] | resolve(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | resolveCanonicalHostname(java.lang.String) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | org.apache.hc.core5.http.ProtocolVersion | getProtocol() | n.a. |
|
|
||||||
NEW | public | javax.net.ssl.SSLSession | getSslSession() | n.a. |
|
|
||||||
NEW | public | java.lang.String | toString() | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BrotliDecompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | boolean | isAvailable() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.entity.InputStreamFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BrotliInputStreamFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.io.InputStream | create(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.BrotliInputStreamFactory | getInstance() | n.a. | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DecompressingEntity(org.apache.hc.core5.http.HttpEntity, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DeflateDecompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: | ||
MODIFIED | java.io.FilterInputStream(<- java.io.InputStream) |
|
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | DeflateInputStream(java.io.InputStream) |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
REMOVED | public | int | available() |
| n.a. |
|
||||||||
REMOVED | public | void | close() |
| n.a. |
|
||||||||
REMOVED | public | void | mark(int) | n.a. | n.a. |
|
||||||||
REMOVED | public | boolean | markSupported() | n.a. | n.a. |
|
||||||||
REMOVED | public | int | read() |
| n.a. |
|
||||||||
REMOVED | public | int | read(byte[]) |
| n.a. |
|
||||||||
REMOVED | public | int | read(byte[], |
| n.a. |
|
||||||||
REMOVED | public | void | reset() |
| n.a. |
|
||||||||
REMOVED | public | long | skip(long) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.entity.InputStreamFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DeflateInputStreamFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.io.InputStream | create(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.DeflateInputStreamFactory | getInstance() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.HttpEntity | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | chunked() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.EntityBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | public | byte[] | getBinary() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | getContentType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.io.File | getFile() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getParameters() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.io.Serializable | getSerializable() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.io.InputStream | getStream() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getText() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | gzipCompressed() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isGzipCompressed() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setBinary(byte[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setContentEncoding(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setContentType(org.apache.hc.core5.http.ContentType) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setFile(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setParameters(java.util.List) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setSerializable(java.io.Serializable) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setStream(java.io.InputStream) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.EntityBuilder | setText(java.lang.String) | n.a. | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | GzipCompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | GzipDecompressingEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.entity.InputStreamFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | GZIPInputStreamFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.io.InputStream | create(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.GZIPInputStreamFactory | getInstance() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.io.InputStream | create(java.io.InputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentBody | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractContentBody(org.apache.hc.core5.http.ContentType) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getCharset() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | getContentType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getMediaType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getMimeType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getSubType() | n.a. | 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.ContentBody | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ByteArrayBody(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayBody(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayBody(byte[], | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getCharset() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getFilename() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.lang.String | getFilename() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getCharset() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getContentLength() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.String | getMediaType() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.String | getMimeType() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.String | getSubType() | n.a. | 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.ContentBody | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FileBody(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | public | FileBody(java.io.File, | n.a. | n.a. |
|
||||
UNCHANGED | public | FileBody(java.io.File, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.io.File | getFile() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getFilename() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.io.InputStream | getInputStream() |
| n.a. |
|
||||||||
UNCHANGED | public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.entity.mime.MultipartPart | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | addField(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | addField(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | addField(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.FormBodyPart | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | removeFields(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | setBody(org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | setField(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder | setName(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.lang.Iterable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Header() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | addField(org.apache.hc.client5.http.entity.mime.MimeField) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MimeField | getField(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getFields() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getFields(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Iterator | iterator() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | removeFields(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setField(org.apache.hc.client5.http.entity.mime.MimeField) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | EXTENDED |
UNCHANGED | public static final | org.apache.hc.client5.http.entity.mime.HttpMultipartMode | n.a. | LEGACY |
UNCHANGED | public static final | org.apache.hc.client5.http.entity.mime.HttpMultipartMode | n.a. | STRICT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.mime.HttpMultipartMode | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.mime.HttpMultipartMode[] | values() | n.a. | 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.ContentBody | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | InputStreamBody(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | InputStreamBody(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | InputStreamBody(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | InputStreamBody(java.io.InputStream, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getFilename() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.io.InputStream | getInputStream() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MimeField(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | MimeField(org.apache.hc.client5.http.entity.mime.MimeField) | n.a. | n.a. |
|
||||
UNCHANGED | public | MimeField(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getBody() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getParameters() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addBinaryBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addEpilogue(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addParameter(org.apache.hc.core5.http.message.BasicNameValuePair) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addPart(org.apache.hc.client5.http.entity.mime.MultipartPart) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addPart(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addPreamble(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addTextBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | addTextBody(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.HttpEntity | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setBoundary(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setContentType(org.apache.hc.core5.http.ContentType) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setLaxMode() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setMimeSubtype(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setMode(org.apache.hc.client5.http.entity.mime.HttpMultipartMode) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder | setStrictMode() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.ContentBody | getBody() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.Header | getHeader() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartPart | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | create(org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | setBody(org.apache.hc.client5.http.entity.mime.ContentBody) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.entity.mime.MultipartPartBuilder | setHeader(java.lang.String, | n.a. | 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.ContentBody | n.a. |
UNCHANGED | org.apache.hc.client5.http.entity.mime.ContentDescriptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | StringBody(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getFilename() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.io.Reader | getReader() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UrlEncodedFormEntity(java.util.List) | n.a. | n.a. |
|
||||
UNCHANGED | public | UrlEncodedFormEntity(java.lang.Iterable, | n.a. | n.a. |
|
||||
UNCHANGED | public | UrlEncodedFormEntity(java.lang.Iterable) | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpHostConnectException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpHostConnectException(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.net.NamedEndpoint | getHost() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getRetryInterval(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.util.TimeValue | getRetryInterval(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | retryRequest(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | retryRequest(org.apache.hc.core5.http.HttpResponse, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpResponseException(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpResponseException(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | byte[] | getContentBytes() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | getContentType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getReasonPhrase() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getStatusCode() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.lang.Cloneable | n.a. |
UNCHANGED (!) | org.apache.hc.client5.http.RouteInfo | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpRoute(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
NEW | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
NEW | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
NEW | public | HttpRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.Object | clone() |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getHopCount() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpHost | getHopTarget(int) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.RouteInfo$LayerType | getLayerType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.InetAddress | getLocalAddress() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.InetSocketAddress | getLocalSocketAddress() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpHost | getProxyHost() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpHost | getTargetHost() | n.a. | n.a. |
|
||||||||
NEW | public | org.apache.hc.core5.net.NamedEndpoint | getTargetName() | n.a. |
|
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.RouteInfo$TunnelType | getTunnelType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isLayered() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isSecure() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isTunnelled() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.async.HttpAsyncClient | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CloseableHttpAsyncClient() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
| n.a. |
|
||||||||||||
UNCHANGED | protected abstract | java.util.concurrent.Future | doExecute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.client5.http.async.methods.SimpleHttpRequest, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.client5.http.async.methods.SimpleHttpRequest, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public abstract | void | initiateShutdown() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public abstract | void | register(java.lang.String,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | final public | void | register(java.lang.String,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public abstract | void | start() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | H2AsyncClientBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorAfter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorBefore(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorFirst(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addExecInterceptorLast(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addRequestInterceptorFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addRequestInterceptorLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addResponseInterceptorFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | addResponseInterceptorLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableAuthCaching() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableAutomaticRetries() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableCookieManagement() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | disableRedirectHandling() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | evictIdleConnections(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | replaceExecInterceptor(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultHeaders(java.util.Collection) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDefaultRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setDnsResolver(org.apache.hc.client5.http.DnsResolver) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIoReactorExceptionCallback(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIoSessionDecorator(org.apache.hc.core5.function.Decorator) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setProxyAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setRedirectStrategy(org.apache.hc.client5.http.protocol.RedirectStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setRoutePlanner(org.apache.hc.client5.http.routing.HttpRoutePlanner) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setTargetAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setThreadFactory(java.util.concurrent.ThreadFactory) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | setUserAgent(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | useSystemProperties() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | HttpAsyncClientBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorAfter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorBefore(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorFirst(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addExecInterceptorLast(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addRequestInterceptorFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addRequestInterceptorLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addResponseInterceptorFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | addResponseInterceptorLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | build() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableAuthCaching() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableAutomaticRetries() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableConnectionState() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableCookieManagement() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | disableRedirectHandling() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | evictExpiredConnections() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | evictIdleConnections(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | replaceExecInterceptor(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setConnectionManager(org.apache.hc.client5.http.nio.AsyncClientConnectionManager) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setConnectionManagerShared(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultHeaders(java.util.Collection) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setDefaultRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIoReactorExceptionCallback(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIoSessionDecorator(org.apache.hc.core5.function.Decorator) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setKeepAliveStrategy(org.apache.hc.client5.http.ConnectionKeepAliveStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setProxy(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setProxyAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setProxySelector(java.net.ProxySelector) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setRedirectStrategy(org.apache.hc.client5.http.protocol.RedirectStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setRoutePlanner(org.apache.hc.client5.http.routing.HttpRoutePlanner) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setTargetAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setThreadFactory(java.util.concurrent.ThreadFactory) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setUserAgent(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setUserTokenHandler(org.apache.hc.client5.http.UserTokenHandler) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | useSystemProperties() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createDefault() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createHttp2Default() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal(org.apache.hc.core5.http2.config.H2Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient | createHttp2Minimal() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createHttp2System() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.HttpVersionPolicy,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.config.H2Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.HttpVersionPolicy,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.config.H2Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.core5.http2.config.H2Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient | createMinimal(org.apache.hc.client5.http.nio.AsyncClientConnectionManager) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createSystem() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | custom() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | customHttp2() | n.a. | n.a. |
|
||||||||||
NEW | static public | org.apache.hc.core5.http.nio.HandlerFactory | pushRouter(org.apache.hc.core5.http.impl.routing.RequestRouter) | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.async.HttpAsyncClient | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.async.HttpAsyncClient | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | lease(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | lease(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.auth.AuthChallengeParser | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AuthChallengeParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.util.List | parse(org.apache.hc.client5.http.auth.ChallengeType, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.auth.AuthCache | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicAuthCache(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicAuthCache() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | get(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | put(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | put(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | remove(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | remove(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsProvider | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsStore | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicCredentialsProvider() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.Credentials | getCredentials(org.apache.hc.client5.http.auth.AuthScope, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setCredentials(org.apache.hc.client5.http.auth.AuthScope, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | org.apache.hc.client5.http.auth.AuthScheme |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4692478331228586513 | -1931571557597830536 |
New | true | 9208006719904596798 | -1931571557597830536 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | BasicScheme(java.nio.charset.Charset)
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | BasicScheme() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.security.Principal | getPrincipal() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getRealm() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | initPreemptive(org.apache.hc.client5.http.auth.Credentials) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChallengeComplete() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isConnectionBased() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, |
| n.a. |
|
||||||||
NEW | public | void | restore(org.apache.hc.client5.http.impl.auth.BasicScheme$State) | n.a. |
|
|
||||||||
NEW | public | org.apache.hc.client5.http.impl.auth.BasicScheme$State | store() | n.a. |
|
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | org.apache.hc.client5.http.auth.AuthStateCacheable | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | BasicSchemeFactory() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | BasicSchemeFactory(java.nio.charset.Charset)
Annotations:
| n.a. |
|
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: | ||
REMOVED (!) | java.io.Serializable |
|
||
REMOVED (!) | org.apache.hc.client5.http.auth.AuthScheme |
|
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1279192017307934071 | n.a. |
New | true | -7239248691276587879 | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BearerScheme() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.security.Principal | getPrincipal() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getRealm() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChallengeComplete() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isConnectionBased() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, |
| n.a. |
|
||||||||
NEW | public | void | restore(org.apache.hc.client5.http.impl.auth.BearerScheme$State) | n.a. |
|
|
||||||||
NEW | public | org.apache.hc.client5.http.impl.auth.BearerScheme$State | store() | n.a. |
|
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | org.apache.hc.client5.http.auth.AuthStateCacheable | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BearerSchemeFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CredentialsProviderBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.client5.http.auth.AuthScope, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.client5.http.auth.AuthScope, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | add(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.CredentialsProvider | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -1195121125421840567 | 3883908186234566916 |
New | true | -2088701609882028817 | 3883908186234566916 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | DigestScheme() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | DigestScheme(java.nio.charset.Charset)
Annotations:
| n.a. |
|
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.security.Principal | getPrincipal() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getRealm() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | initPreemptive(org.apache.hc.client5.http.auth.Credentials, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChallengeComplete() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isConnectionBased() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | DigestSchemeFactory(java.nio.charset.Charset)
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | DigestSchemeFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.ietf.jgss.GSSContext | createGSSContext(org.ietf.jgss.GSSManager, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | protected | byte[] | generateGSSToken(byte[], |
| n.a. |
|
||||||||
UNCHANGED | protected abstract | byte[] | generateToken(byte[], |
| n.a. |
|
||||||||
UNCHANGED | protected | org.ietf.jgss.GSSManager | getManager() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.security.Principal | getPrincipal() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getRealm() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChallengeComplete() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpAuthenticator() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | addAuthResponse(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isChallenged(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | updateAuthState(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | KerberosScheme() | n.a. | n.a. |
|
||||
UNCHANGED | public | KerberosScheme(org.apache.hc.client5.http.auth.KerberosConfig, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | byte[] | generateToken(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isConnectionBased() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | DEFAULT |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | KerberosSchemeFactory(org.apache.hc.client5.http.auth.KerberosConfig, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.lang.String | generateType1Msg(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | generateType3Msg(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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NTLMEngineException() | n.a. | n.a. |
|
||||
UNCHANGED | public | NTLMEngineException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | NTLMEngineException(java.lang.String, | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.auth.AuthScheme | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NTLMScheme(org.apache.hc.client5.http.impl.auth.NTLMEngine) | n.a. | n.a. |
|
||||
UNCHANGED | public | NTLMScheme() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | generateAuthResponse(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.security.Principal | getPrincipal() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getRealm() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChallengeComplete() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isConnectionBased() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isResponseReady(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||
UNCHANGED | public | void | processChallenge(org.apache.hc.client5.http.auth.AuthChallenge, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NTLMSchemeFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SPNegoScheme(org.apache.hc.client5.http.auth.KerberosConfig, | n.a. | n.a. |
|
||||
UNCHANGED | public | SPNegoScheme() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | byte[] | generateToken(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isConnectionBased() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | DEFAULT |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SPNegoSchemeFactory(org.apache.hc.client5.http.auth.KerberosConfig, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthScheme | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsProvider | n.a. |
UNCHANGED | org.apache.hc.client5.http.auth.CredentialsStore | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SystemDefaultCredentialsProvider() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.auth.Credentials | getCredentials(org.apache.hc.client5.http.auth.AuthScope, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setCredentials(org.apache.hc.client5.http.auth.AuthScope, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UnsupportedDigestAlgorithmException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | UnsupportedDigestAlgorithmException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | UnsupportedDigestAlgorithmException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | BACK_OFF |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | n.a. | CACHING |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | n.a. | COMPRESS |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | n.a. | CONNECT |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | n.a. | MAIN_TRANSPORT |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | n.a. | PROTOCOL |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | n.a. | REDIRECT |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.ChainElement | n.a. | RETRY |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.ChainElement | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.ChainElement[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.BackoffManager | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBackoff(org.apache.hc.core5.pool.ConnPoolControl) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | backOff(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||
UNCHANGED | protected abstract | int | getBackedOffPoolSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.concurrent.atomic.AtomicReference | getBackoffFactor() | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.concurrent.atomic.AtomicInteger | getCap() | n.a. | n.a. |
|
||||
UNCHANGED | protected | org.apache.hc.core5.pool.ConnPoolControl | getConnPerRoute() | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.concurrent.atomic.AtomicReference | getCoolDown() | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.Map | getLastRouteBackoffs() | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.Map | getLastRouteProbes() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getLastUpdate(java.util.Map, | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.concurrent.atomic.AtomicInteger | getTimeInterval() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | probe(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setCoolDown(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setPerHostConnectionCap(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpClientResponseHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractHttpClientResponseHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.lang.Object | handleEntity(org.apache.hc.core5.http.HttpEntity) |
| n.a. |
|
||||||||
UNCHANGED | public | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AIMDBackoffManager(org.apache.hc.core5.pool.ConnPoolControl) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | int | getBackedOffPoolSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setBackoffFactor(double) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.ExecChainHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BackoffStrategyExec(org.apache.hc.client5.http.classic.ConnectionBackoffStrategy, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpClientResponseHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | handleEntity(org.apache.hc.core5.http.HttpEntity) |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | handleResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ClassicRequestCopier() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpRequest | copy(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.HttpClient | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CloseableHttpClient() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected abstract | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | doExecute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.HttpHost,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest)
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | execute(org.apache.hc.core5.http.HttpHost,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.lang.Object | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | addHeader(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
NEW | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|
||||||||
UNCHANGED | public | boolean | containsHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | countHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Locale | getLocale() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getReasonPhrase() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Iterator | headerIterator() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Iterator | headerIterator(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setCode(int) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeader(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setLocale(java.util.Locale) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setReasonPhrase(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.ConnectionBackoffStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultBackoffStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | shouldBackoff(java.lang.Throwable) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | shouldBackoff(org.apache.hc.core5.http.HttpResponse) | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ExponentialBackoffManager(org.apache.hc.core5.pool.ConnPoolControl) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | int | getBackedOffPoolSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setBackoffFactor(double) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | long | getActiveConnectionCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getFailedConnectionAverageDuration() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getFailedConnectionCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getRequestAverageDuration() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getRequestCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getScheduledConnectionCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getSuccessfulConnectionAverageDuration() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getSuccessfulConnectionCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getTaskAverageDuration() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getTaskCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FutureRequestExecutionService(org.apache.hc.client5.http.classic.HttpClient, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.FutureTask | execute(org.apache.hc.core5.http.ClassicHttpRequest, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.FutureTask | execute(org.apache.hc.core5.http.ClassicHttpRequest, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics | metrics() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | HttpClientBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorAfter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorBefore(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorFirst(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addExecInterceptorLast(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addRequestInterceptorFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addRequestInterceptorLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addResponseInterceptorFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | addResponseInterceptorLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableAuthCaching() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableAutomaticRetries() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableConnectionState() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableContentCompression() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableCookieManagement() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableDefaultUserAgent() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | disableRedirectHandling() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | evictExpiredConnections() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | evictIdleConnections(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | replaceExecInterceptor(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setBackoffManager(org.apache.hc.client5.http.classic.BackoffManager) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionBackoffStrategy(org.apache.hc.client5.http.classic.ConnectionBackoffStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionManager(org.apache.hc.client5.http.io.HttpClientConnectionManager) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionManagerShared(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setContentDecoderRegistry(java.util.LinkedHashMap) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultHeaders(java.util.Collection) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setDefaultRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setKeepAliveStrategy(org.apache.hc.client5.http.ConnectionKeepAliveStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setProxy(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setProxyAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setProxySelector(java.net.ProxySelector) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRedirectStrategy(org.apache.hc.client5.http.protocol.RedirectStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRequestExecutor(org.apache.hc.core5.http.impl.io.HttpRequestExecutor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRetryStrategy(org.apache.hc.client5.http.HttpRequestRetryStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setRoutePlanner(org.apache.hc.client5.http.routing.HttpRoutePlanner) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setTargetAuthenticationStrategy(org.apache.hc.client5.http.AuthenticationStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setUserAgent(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | setUserTokenHandler(org.apache.hc.client5.http.UserTokenHandler) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | useSystemProperties() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | createDefault() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.classic.MinimalHttpClient | createMinimal() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.classic.MinimalHttpClient | createMinimal(org.apache.hc.client5.http.io.HttpClientConnectionManager) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | createSystem() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | custom() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LinearBackoffManager(org.apache.hc.core5.pool.ConnPoolControl) | n.a. | n.a. |
|
||||
UNCHANGED | public | LinearBackoffManager(org.apache.hc.core5.pool.ConnPoolControl, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | backOff(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||
UNCHANGED | protected | int | getBackedOffPoolSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | probe(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setBackoffFactor(double) | n.a. | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.classic.HttpClient | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.client5.http.impl.classic.CloseableHttpResponse | doExecute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.classic.ConnectionBackoffStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NullBackoffStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | shouldBackoff(java.lang.Throwable) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | shouldBackoff(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ProxyClient() | n.a. | n.a. |
|
||||
UNCHANGED | public | ProxyClient(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||
UNCHANGED | public | ProxyClient(org.apache.hc.core5.http.io.HttpConnectionFactory, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | java.net.Socket | tunnel(org.apache.hc.core5.http.HttpHost, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestAbortedException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestAbortedException(java.lang.String) | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestFailedException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestFailedException(java.lang.String, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConnectionShutdownException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractCookieAttributeHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractCookieSpec(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler[]) | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractCookieSpec(java.util.HashMap) | n.a. | n.a. |
|
||||
UNCHANGED | public | AbstractCookieSpec() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | org.apache.hc.client5.http.cookie.CookieAttributeHandler | findAttribHandler(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | protected | org.apache.hc.client5.http.cookie.CookieAttributeHandler | getAttribHandler(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.Collection | getAttribHandlers() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
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. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 9200771006818100406 | -3869795591041535538 |
New | true | 9200771006818100406 | -3869795591041535538 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicClientCookie(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | java.lang.Object | clone() |
| n.a. |
|
||||||||||
UNCHANGED | public | boolean | containsAttribute(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getAttribute(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Date | getCreationDate()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.time.Instant | getCreationInstant() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getDomain() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Date | getExpiryDate()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.time.Instant | getExpiryInstant() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getPath() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getValue() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isExpired(java.util.Date)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isExpired(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isHttpOnly() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isPersistent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isSecure() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | removeAttribute(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setAttribute(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setCreationDate(java.util.Date)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setCreationDate(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDomain(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setExpiryDate(java.util.Date)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setExpiryDate(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setHttpOnly(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setPath(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setSecure(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setValue(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicDomainHandler | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicDomainHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
||||||||
UNCHANGED | public | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| 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.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | BasicExpiresHandler(java.time.format.DateTimeFormatter[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicExpiresHandler(java.lang.String[])
Annotations:
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpOnlyHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
||||||||
UNCHANGED | public | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| 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.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicMaxAgeHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicPathHandler | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicPathHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
||||||||
UNCHANGED | public | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| 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.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.BasicSecureHandler | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicSecureHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | CookieSpecBase(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler[]) | n.a. | n.a. |
|
||||
UNCHANGED | protected | CookieSpecBase(java.util.HashMap) | n.a. | n.a. |
|
||||
UNCHANGED | public | CookieSpecBase() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static protected | java.lang.String | getDefaultDomain(org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. | n.a. |
|
||||||||
UNCHANGED | static protected | java.lang.String | getDefaultPath(org.apache.hc.client5.http.cookie.CookieOrigin) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | java.util.List | parse(org.apache.hc.core5.http.HeaderElement[], |
| n.a. |
|
||||||||
UNCHANGED | public | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpecFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IgnoreCookieSpecFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.cookie.CookieSpec | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IgnoreSpecSpec() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.util.List | formatCookies(java.util.List) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.List | parse(org.apache.hc.core5.http.Header, |
| 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.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LaxExpiresHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| 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.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LaxMaxAgeHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | n.a. |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieAttributeHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PublicSuffixDomainFilter(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | public | PublicSuffixDomainFilter(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler | decorate(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getAttributeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | parse(org.apache.hc.client5.http.cookie.SetCookie, |
| n.a. |
|
||||||||
UNCHANGED | public | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpec | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | RFC6265CookieSpec(org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler[]) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.util.List | formatCookies(java.util.List) | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | match(org.apache.hc.client5.http.cookie.Cookie, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.util.List | parse(org.apache.hc.core5.http.Header, |
| n.a. |
|
||||||||
UNCHANGED | final public | void | validate(org.apache.hc.client5.http.cookie.Cookie, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cookie.CookieSpecFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RFC6265CookieSpecFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | RFC6265CookieSpecFactory(org.apache.hc.client5.http.psl.PublicSuffixMatcher) | n.a. | n.a. |
|
||||
UNCHANGED | public | RFC6265CookieSpecFactory(org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.cookie.CookieSpec | create(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | IE_MEDIUM_SECURITY |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel | n.a. | RELAXED |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel | n.a. | STRICT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory$CompatibilityLevel[] | values() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RFC6265LaxSpec() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | toString() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RFC6265StrictSpec() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultAuthenticationStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.util.List | select(org.apache.hc.client5.http.auth.ChallengeType, | n.a. | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultClientConnectionReuseStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultConnectionKeepAliveStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getKeepAliveDuration(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestRetryStrategy() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestRetryStrategy(int, | n.a. | n.a. |
|
||||
UNCHANGED | protected | DefaultHttpRequestRetryStrategy(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getRetryInterval(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||
UNCHANGED | protected | boolean | handleAsIdempotent(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | retryRequest(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | retryRequest(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultRedirectStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | java.net.URI | createLocationURI(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | java.net.URI | getLocationURI(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | isRedirected(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultSchemePortResolver() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | resolve(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | resolve(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultUserTokenHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IdleConnectionEvictor(org.apache.hc.core5.pool.ConnPoolControl, | n.a. | n.a. |
|
||||
UNCHANGED | public | IdleConnectionEvictor(org.apache.hc.core5.pool.ConnPoolControl, | n.a. | n.a. |
|
||||
UNCHANGED | public | IdleConnectionEvictor(org.apache.hc.core5.pool.ConnPoolControl, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | awaitTermination(org.apache.hc.core5.util.Timeout) |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | isRunning() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | shutdown() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | start() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.DnsResolver | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | InMemoryDnsResolver() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | add(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.InetAddress[] | resolve(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | resolveCanonicalHostname(java.lang.String) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.io.HttpClientConnectionManager | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | BasicHttpClientConnectionManager() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup)
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | BasicHttpClientConnectionManager(org.apache.hc.core5.http.config.Lookup,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | BasicHttpClientConnectionManager(org.apache.hc.client5.http.io.HttpClientConnectionOperator, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | closeExpired() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | connect(org.apache.hc.client5.http.io.ConnectionEndpoint, |
| n.a. |
|
||||||||||
NEW | static public | org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager | create(org.apache.hc.client5.http.SchemePortResolver, | n.a. |
|
|
||||||||||
NEW | static public | org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager | create(org.apache.hc.core5.http.config.Lookup, | n.a. |
|
|
||||||||||
NEW | static public | org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager | create(org.apache.hc.core5.http.config.Lookup) | n.a. |
|
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.ConnectionConfig | getConnectionConfig() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig | getSocketConfig() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.TlsConfig | getTlsConfig() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity()
Annotations:
| n.a. | n.a. |
|
||||||||||
MODIFIED | public (<- package_protected ) | boolean | isClosed() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | release(org.apache.hc.client5.http.io.ConnectionEndpoint, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.client5.http.io.ConnectionEndpoint, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseParserFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.message.LineParser, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.HttpResponseFactory) | n.a. | n.a. |
|
||||
NEW | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
NEW | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageParser | create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
| n.a. |
|
|
||||||||||||
NEW | public | org.apache.hc.core5.http.io.HttpMessageParser | create() | n.a. |
|
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LenientHttpResponseParser(org.apache.hc.core5.http.message.LineParser, | n.a. | n.a. |
|
||||
UNCHANGED | public | LenientHttpResponseParser(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.ClassicHttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ManagedHttpClientConnectionFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | ManagedHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | ManagedHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | ManagedHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | builder() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.io.ManagedHttpClientConnection | createConnection(java.net.Socket) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | requestWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | responseOutOfOrderStrategy(org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory$Builder | responseParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.io.HttpClientConnectionManager | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | DEFAULT_MAX_CONNECTIONS_PER_ROUTE |
UNCHANGED | public static final | int | n.a. | DEFAULT_MAX_TOTAL_CONNECTIONS |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | PoolingHttpClientConnectionManager() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry)
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry,
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | PoolingHttpClientConnectionManager(org.apache.hc.core5.http.config.Registry,
Annotations:
| n.a. |
|
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | closeExpired() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | connect(org.apache.hc.client5.http.io.ConnectionEndpoint, |
| n.a. |
|
||||||||||
UNCHANGED | public | int | getDefaultMaxPerRoute() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig | getDefaultSocketConfig()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxPerRoute(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxTotal() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity()
Annotations:
| n.a. | n.a. |
|
||||||||||
NEW | public | boolean | isClosed() | n.a. |
|
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | release(org.apache.hc.client5.http.io.ConnectionEndpoint, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setMaxPerRoute(org.apache.hc.client5.http.HttpRoute, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setMaxTotal(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setSocketConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setTlsConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.client5.http.io.ConnectionEndpoint, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager | build() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | create() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnectionTimeToLive(org.apache.hc.core5.util.TimeValue)
Annotations:
| n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setConnPoolPolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDefaultSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setDnsResolver(org.apache.hc.client5.http.DnsResolver) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setMaxConnPerRoute(int) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setMaxConnTotal(int) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setSocketConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setSSLSocketFactory(org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory)
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setTlsConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||||
NEW | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setTlsSocketStrategy(org.apache.hc.client5.http.ssl.TlsSocketStrategy) | n.a. |
|
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
| n.a. | n.a. |
|
||||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder | useSystemProperties() | n.a. | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | LaxRedirectStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | protected | boolean | isRedirectable(java.lang.String) | n.a. | n.a. |
|
||||||
NEW | public | boolean | isRedirected(org.apache.hc.core5.http.HttpRequest, | n.a. |
|
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpMessage | copy(org.apache.hc.core5.http.HttpMessage) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MultihomeConnectionInitiator(org.apache.hc.core5.reactor.ConnectionInitiator, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.util.concurrent.Future | connect(org.apache.hc.core5.net.NamedEndpoint, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | connect(org.apache.hc.core5.net.NamedEndpoint, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.client5.http.nio.AsyncClientConnectionManager | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | DEFAULT_MAX_CONNECTIONS_PER_ROUTE |
UNCHANGED | public static final | int | n.a. | DEFAULT_MAX_TOTAL_CONNECTIONS |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup, | n.a. | n.a. |
|
||||
UNCHANGED | public | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup, | n.a. | n.a. |
|
||||
UNCHANGED | public | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup, | n.a. | n.a. |
|
||||
UNCHANGED | public | PoolingAsyncClientConnectionManager() | n.a. | n.a. |
|
||||
UNCHANGED | public | PoolingAsyncClientConnectionManager(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | closeExpired() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.concurrent.Future | connect(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getDefaultMaxPerRoute() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxPerRoute(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxTotal() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity()
Annotations:
| n.a. | n.a. |
|
||||||||||
MODIFIED | public (<- package_protected ) | boolean | isClosed() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.concurrent.Future | lease(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | release(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setMaxPerRoute(org.apache.hc.client5.http.HttpRoute, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setMaxTotal(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setTlsConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager | build() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setConnectionConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setConnectionTimeToLive(org.apache.hc.core5.util.TimeValue)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setConnPoolPolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setDefaultConnectionConfig(org.apache.hc.client5.http.config.ConnectionConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setDefaultTlsConfig(org.apache.hc.client5.http.config.TlsConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setDnsResolver(org.apache.hc.client5.http.DnsResolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setMaxConnPerRoute(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setMaxConnTotal(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setSchemePortResolver(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setTlsConfigResolver(org.apache.hc.core5.function.Resolver) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder | useSystemProperties() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NoopUserTokenHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Operations() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.concurrent.Cancellable | cancellable(java.util.concurrent.Future) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.concurrent.Cancellable | nonCancellable() | n.a. | n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.util.concurrent.Future | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Operations$CompletedFuture(java.lang.Object) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | boolean | cancel(boolean) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | java.lang.Object | get() |
| n.a. |
|
||||||||||||
UNCHANGED | public | java.lang.Object | get(long, |
| n.a. |
|
||||||||||||
UNCHANGED | public | boolean | isCancelled() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | boolean | isDone() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestCopier() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.HttpRequest | copy(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicRouteDirector() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | int | directStep(org.apache.hc.client5.http.RouteInfo, | n.a. | n.a. |
|
||||
UNCHANGED | protected | int | firstStep(org.apache.hc.client5.http.RouteInfo) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | nextStep(org.apache.hc.client5.http.RouteInfo, | n.a. | n.a. |
|
||||
UNCHANGED | protected | int | proxiedStep(org.apache.hc.client5.http.RouteInfo, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultProxyRoutePlanner(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultProxyRoutePlanner(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpHost | determineProxy(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.apache.hc.client5.http.routing.HttpRoutePlanner | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultRoutePlanner(org.apache.hc.client5.http.SchemePortResolver) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | java.net.InetAddress | determineLocalAddress(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpHost | determineProxy(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||
NEW | final public | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, |
|
|
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.net.ProxySelector | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DistributedProxySelector(java.util.List) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | connectFailed(java.net.URI, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | select(java.net.URI) | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SystemDefaultRoutePlanner(java.net.ProxySelector) | n.a. | n.a. |
|
||||
UNCHANGED | public | SystemDefaultRoutePlanner(org.apache.hc.client5.http.SchemePortResolver, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpHost | determineProxy(org.apache.hc.core5.http.HttpHost, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | TunnelRefusedException(java.lang.String,
Annotations:
| n.a. |
|
|
||||||||||||
NEW | public | TunnelRefusedException(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | org.apache.hc.core5.http.HttpResponse | getResponse() | n.a. |
|
|
||||||||||||
UNCHANGED | public | java.lang.String | getResponseMessage()
Annotations:
| n.a. |
|
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConnectionEndpoint() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ClassicHttpResponse | execute(java.lang.String,
Annotations:
|
|
|
|
||||||||||||||||||
NEW | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(java.lang.String, |
|
|
|
||||||||||||||||||
NEW | public | org.apache.hc.client5.http.EndpointInfo | getInfo() | n.a. |
|
|
||||||||||||||||||
UNCHANGED | public abstract | boolean | isConnected() | n.a. | n.a. |
|
||||||||||||||||||
UNCHANGED | public abstract | void | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | connect(org.apache.hc.client5.http.io.ConnectionEndpoint, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.io.LeaseRequest | lease(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | release(org.apache.hc.client5.http.io.ConnectionEndpoint, | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | upgrade(org.apache.hc.client5.http.io.ConnectionEndpoint, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.io.ConnectionEndpoint | get(org.apache.hc.core5.util.Timeout) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.util.concurrent.Future | connect(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.util.concurrent.Future | lease(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | release(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | upgrade(org.apache.hc.client5.http.nio.AsyncConnectionEndpoint, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AsyncConnectionEndpoint() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | execute(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | execute(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.util.concurrent.Future | execute(java.lang.String, | n.a. | n.a. |
|
||||||||
NEW | public | org.apache.hc.client5.http.EndpointInfo | getInfo() | n.a. |
|
|
||||||||
UNCHANGED | public abstract | boolean | isConnected() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. | 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 |
| AUTH_CACHE
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| AUTH_EXCHANGE_MAP
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| AUTHSCHEME_REGISTRY
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| COOKIE_ORIGIN
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| COOKIE_SPEC
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| COOKIE_STORE
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| COOKIESPEC_REGISTRY
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| CREDS_PROVIDER
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| EXCHANGE_ID
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| HTTP_ROUTE
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| REDIRECT_LOCATIONS
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| REQUEST_CONFIG
Annotations:
|
||||||||
UNCHANGED | public static final | java.lang.String |
| USER_TOKEN
Annotations:
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpClientContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpClientContext() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.protocol.HttpClientContext | adapt(org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
| n.a. |
|
|
||||||||||||
NEW | static public | org.apache.hc.client5.http.protocol.HttpClientContext | cast(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|
||||||||||||
NEW | static public | org.apache.hc.client5.http.protocol.HttpClientContext | castOrCreate(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|
||||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.protocol.HttpClientContext | create() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthCache | getAuthCache() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.auth.AuthExchange | getAuthExchange(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | java.util.Map | getAuthExchanges() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.core5.http.config.Lookup | getAuthSchemeRegistry() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.cookie.CookieOrigin | getCookieOrigin() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.cookie.CookieSpec | getCookieSpec() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.core5.http.config.Lookup | getCookieSpecRegistry() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.cookie.CookieStore | getCookieStore() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.auth.CredentialsProvider | getCredentialsProvider() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | java.lang.String | getExchangeId() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.RouteInfo | getHttpRoute() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.protocol.RedirectLocations | getRedirectLocations() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | org.apache.hc.client5.http.config.RequestConfig | getRequestConfig() | n.a. | n.a. |
|
||||||||||||
NEW | final public | org.apache.hc.client5.http.config.RequestConfig | getRequestConfigOrDefault() | n.a. |
|
|
||||||||||||
UNCHANGED | public | java.lang.Object | getUserToken(java.lang.Class)
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | public | java.lang.Object | getUserToken() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | resetAuthExchange(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setAuthCache(org.apache.hc.client5.http.auth.AuthCache) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setAuthExchange(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setCookieSpecRegistry(org.apache.hc.core5.http.config.Lookup) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setCookieStore(org.apache.hc.client5.http.cookie.CookieStore) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setCredentialsProvider(org.apache.hc.client5.http.auth.CredentialsProvider) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setExchangeId(java.lang.String) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setRequestConfig(org.apache.hc.client5.http.config.RequestConfig) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | void | setUserToken(java.lang.Object) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RedirectLocations() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | add(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | contains(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.net.URI | get(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getAll() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | size() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.net.URI | getLocationURI(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isRedirected(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestAddCookies() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestAuthCache() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestClientConnControl() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestDefaultHeaders(java.util.Collection) | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestDefaultHeaders() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestExpectContinue() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Object | n.a. |
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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RequestIfRange() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | void | process(org.apache.hc.core5.http.HttpRequest, |
|
|
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RequestUpgrade() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | void | process(org.apache.hc.core5.http.HttpRequest, |
|
|
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Object | n.a. |
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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RequestValidateTrace() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | void | process(org.apache.hc.core5.http.HttpRequest, |
|
|
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ResponseProcessCookies() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | ICANN |
UNCHANGED | public static final | org.apache.hc.client5.http.psl.DomainType | n.a. | PRIVATE |
UNCHANGED | public static final | org.apache.hc.client5.http.psl.DomainType | n.a. | UNKNOWN |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.psl.DomainType | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.psl.DomainType[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PublicSuffixList(java.util.List, | n.a. | n.a. |
|
||||
UNCHANGED | public | PublicSuffixList(org.apache.hc.client5.http.psl.DomainType, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.util.List | getExceptions() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getRules() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.psl.DomainType | getType() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.psl.PublicSuffixListParser | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PublicSuffixListParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.client5.http.psl.PublicSuffixList | parse(java.io.Reader) |
| n.a. |
|
||||||||
UNCHANGED | public | java.util.List | parseByType(java.io.Reader) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PublicSuffixMatcher(java.util.Collection) | n.a. | n.a. |
|
||||
UNCHANGED | public | PublicSuffixMatcher(org.apache.hc.client5.http.psl.DomainType, | n.a. | n.a. |
|
||||
UNCHANGED | public | PublicSuffixMatcher(java.util.Collection, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getDomainRoot(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getDomainRoot(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | matches(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | matches(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PublicSuffixMatcherLoader() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.client5.http.psl.PublicSuffixMatcher | getDefault() | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.psl.PublicSuffixMatcher | load(java.net.URL) |
| n.a. |
|
||||||||
UNCHANGED | static public | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RedirectException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | RedirectException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | RedirectException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
UNCHANGED | public abstract | int | getHopCount() | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpHost | getHopTarget(int) | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.RouteInfo$LayerType | getLayerType() | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | java.net.InetAddress | getLocalAddress() | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpHost | getProxyHost() | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpHost | getTargetHost() | n.a. | n.a. |
|
||||||
NEW (!) | public | org.apache.hc.core5.net.NamedEndpoint | getTargetName() | n.a. |
|
|
||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.RouteInfo$TunnelType | getTunnelType() | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | boolean | isLayered() | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | boolean | isSecure() | n.a. | n.a. |
|
||||||
UNCHANGED | public abstract | boolean | isTunnelled() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | LAYERED |
UNCHANGED | public static final | org.apache.hc.client5.http.RouteInfo$LayerType | n.a. | PLAIN |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.RouteInfo$LayerType | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.RouteInfo$LayerType[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | PLAIN |
UNCHANGED | public static final | org.apache.hc.client5.http.RouteInfo$TunnelType | n.a. | TUNNELLED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.RouteInfo$TunnelType | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.RouteInfo$TunnelType[] | values() | n.a. | n.a. |
|
Change |
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.lang.Cloneable | n.a. |
UNCHANGED (!) | org.apache.hc.client5.http.RouteInfo | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RouteTracker(org.apache.hc.client5.http.HttpRoute) | n.a. | n.a. |
|
||||
UNCHANGED | public | RouteTracker(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.Object | clone() |
| n.a. |
|
||||||||
UNCHANGED | public | void | connectProxy(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | connectTarget(boolean) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getHopCount() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpHost | getHopTarget(int) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.RouteInfo$LayerType | getLayerType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.InetAddress | getLocalAddress() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpHost | getProxyHost() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpHost | getTargetHost() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.RouteInfo$TunnelType | getTunnelType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isConnected() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isLayered() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isSecure() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isTunnelled() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | layerProtocol(boolean) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.HttpRoute | toRoute() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | tunnelProxy(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | tunnelTarget(boolean) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | COMPLETE |
UNCHANGED | public static final | int | n.a. | CONNECT_PROXY |
UNCHANGED | public static final | int | n.a. | CONNECT_TARGET |
UNCHANGED | public static final | int | n.a. | LAYER_PROTOCOL |
UNCHANGED | public static final | int | n.a. | TUNNEL_PROXY |
UNCHANGED | public static final | int | n.a. | TUNNEL_TARGET |
UNCHANGED | public static final | int | n.a. | UNREACHABLE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | int | nextStep(org.apache.hc.client5.http.RouteInfo, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||
NEW (!) | public | org.apache.hc.client5.http.HttpRoute | determineRoute(org.apache.hc.core5.http.HttpHost, |
|
|
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RoutingSupport() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpHost | determineHost(org.apache.hc.core5.http.HttpRequest) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpHost | normalize(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | int | resolve(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | resolve(java.lang.String, | n.a. | n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.net.Socket | connectSocket(org.apache.hc.core5.util.TimeValue, |
| n.a. |
|
||||||||
UNCHANGED | public | java.net.Socket | connectSocket(java.net.Socket, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | 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 | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.socket.ConnectionSocketFactory | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.net.Socket | createLayeredSocket(java.net.Socket, |
| n.a. |
|
||||||||
UNCHANGED | public | java.net.Socket | createLayeredSocket(java.net.Socket, |
| n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PlainConnectionSocketFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.net.Socket | connectSocket(org.apache.hc.core5.util.TimeValue, |
| n.a. |
|
||||||||
UNCHANGED | public | java.net.Socket | createSocket(java.net.Proxy, |
| n.a. |
|
||||||||
UNCHANGED | public | java.net.Socket | createSocket(org.apache.hc.core5.http.protocol.HttpContext) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.socket.PlainConnectionSocketFactory | getSocketFactory() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ClientTlsStrategyBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.http.nio.ssl.TlsStrategy | build() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setCiphers(java.lang.String[]) | n.a. | n.a. |
|
||||||||||
NEW | public | void | setHostnameVerificationPolicy(org.apache.hc.client5.http.ssl.HostnameVerificationPolicy) | n.a. |
|
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setHostnameVerifier(javax.net.ssl.HostnameVerifier) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setSslBufferMode(org.apache.hc.core5.reactor.ssl.SSLBufferMode) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setSslContext(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setTlsDetailsFactory(org.apache.hc.core5.function.Factory)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setTlsVersions(java.lang.String[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | setTlsVersions(org.apache.hc.core5.http.ssl.TLS[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder | useSystemProperties() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||
NEW | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
NEW | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getDefault() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getSystemDefault() | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isSupported() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultClientTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
NEW | public | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
NEW | public | DefaultClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | static public | org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy | createDefault() | n.a. |
|
|
||||||||||||
NEW | static public | org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy | createSystemDefault() | n.a. |
|
|
||||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getDefault()
Annotations:
| n.a. |
|
|
||||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.ssl.TlsStrategy | getSystemDefault()
Annotations:
| n.a. |
|
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | javax.net.ssl.HostnameVerifier | n.a. |
UNCHANGED | org.apache.hc.client5.http.ssl.HttpClientHostnameVerifier | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHostnameVerifier(org.apache.hc.client5.http.psl.PublicSuffixMatcher) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHostnameVerifier() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | boolean | verify(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | verify(java.lang.String, |
| n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
NEW | java.lang.Comparable | 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 | n.a. | BOTH |
NEW | public static final | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy | n.a. | BUILTIN |
NEW | public static final | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy | n.a. | CLIENT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | static public | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy | valueOf(java.lang.String) | n.a. |
|
|
||||||
NEW | static public | org.apache.hc.client5.http.ssl.HostnameVerificationPolicy[] | values() | n.a. |
|
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | javax.net.ssl.HostnameVerifier | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | verify(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpsSupport() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | javax.net.ssl.HostnameVerifier | getDefaultHostnameVerifier() | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String[] | getSystemCipherSuits() | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String[] | getSystemProtocols() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NoopHostnameVerifier() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | verify(java.lang.String, | n.a. | n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.socket.ConnectionSocketFactory | n.a. |
UNCHANGED | org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SSLConnectionSocketFactory(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||
UNCHANGED | public | SSLConnectionSocketFactory(javax.net.ssl.SSLSocketFactory, | n.a. | n.a. |
|
||||
UNCHANGED | public | SSLConnectionSocketFactory(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | SSLConnectionSocketFactory(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | SSLConnectionSocketFactory(javax.net.ssl.SSLSocketFactory, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | java.net.Socket | connectSocket(org.apache.hc.core5.util.TimeValue, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.net.Socket | connectSocket(java.net.Socket, |
| n.a. |
|
||||||||||||||
UNCHANGED | protected | void | connectSocket(java.net.Socket, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.net.Socket | createLayeredSocket(java.net.Socket, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.net.Socket | createLayeredSocket(java.net.Socket, |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.net.Socket | createSocket(org.apache.hc.core5.http.protocol.HttpContext) |
| n.a. |
|
||||||||||||||
UNCHANGED | public | java.net.Socket | createSocket(java.net.Proxy, |
| n.a. |
|
||||||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory | getSocketFactory() |
| n.a. |
|
||||||||||||||
UNCHANGED | static public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory | getSystemSocketFactory() |
| n.a. |
|
||||||||||||||
UNCHANGED | protected | void | prepareSocket(javax.net.ssl.SSLSocket)
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | protected | void | prepareSocket(javax.net.ssl.SSLSocket, |
| n.a. |
|
||||||||||||||
UNCHANGED | protected | void | verifySession(java.lang.String, |
| n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SSLConnectionSocketFactoryBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setCiphers(java.lang.String[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setHostnameVerifier(javax.net.ssl.HostnameVerifier) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setSslContext(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setTlsVersions(java.lang.String[]) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | setTlsVersions(org.apache.hc.core5.http.ssl.TLS[]) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder | useSystemProperties() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public abstract | javax.net.ssl.SSLSocket | upgrade(java.net.Socket, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TrustAllStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | boolean | isTrusted(java.security.cert.X509Certificate[], |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TrustSelfSignedStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | boolean | isTrusted(java.security.cert.X509Certificate[], |
| n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SystemDefaultDnsResolver() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.net.InetAddress[] | resolve(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UnsupportedSchemeException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | getUserToken(org.apache.hc.client5.http.HttpRoute, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ByteArrayBuilder() | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayBuilder(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(byte[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(java.nio.CharBuffer) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(char[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(char[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.utils.ByteArrayBuilder | append(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | capacity() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.utils.ByteArrayBuilder | charset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | ensureFreeCapacity(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
||||
UNCHANGED | public | byte[] | toByteArray() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.nio.ByteBuffer | toByteBuffer() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter | n.a. | FORMATTER_ASCTIME | ||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter | n.a. | FORMATTER_RFC1036 | ||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter | n.a. | FORMATTER_RFC1123 | ||||||||
UNCHANGED | public static final | java.util.TimeZone | n.a. | GMT
Annotations:
|
||||||||
NEW | public static final | java.lang.String | n.a. | INTERNET_MESSAGE_FORMAT | ||||||||
UNCHANGED | public static final | java.lang.String | n.a. | PATTERN_ASCTIME | ||||||||
UNCHANGED | public static final | java.lang.String | n.a. | PATTERN_RFC1036 | ||||||||
UNCHANGED | public static final | java.lang.String |
| PATTERN_RFC1123
Annotations:
|
||||||||
UNCHANGED | public static final | java.time.format.DateTimeFormatter[] | n.a. | STANDARD_PATTERNS |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | void | clearThreadLocal()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | formatDate(java.time.Instant, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | formatDate(java.util.Date)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | formatDate(java.util.Date,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | formatStandardDate(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isAfter(org.apache.hc.core5.http.MessageHeaders,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isBefore(org.apache.hc.core5.http.MessageHeaders,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.time.Instant | parseDate(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Date | parseDate(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Date | parseDate(org.apache.hc.core5.http.MessageHeaders,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Date | parseDate(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Date | parseDate(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.time.Instant | parseStandardDate(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.time.Instant | parseStandardDate(org.apache.hc.core5.http.MessageHeaders, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Date | toDate(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.time.Instant | toInstant(java.util.Date) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.time.LocalDateTime | toUTC(java.time.Instant) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.time.LocalDateTime | toUTC(java.util.Date) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | java.lang.String | normalize(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | static public | java.net.URI | create(org.apache.hc.core5.http.HttpHost,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | static public | java.net.URI | create(java.lang.String,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpHost | extractHost(java.net.URI) | n.a. | n.a. |
|
||||||||||||||
UNCHANGED | static public | java.net.URI | resolve(java.net.URI, | n.a. | n.a. |
|
||||||||||||||
UNCHANGED | static public | java.net.URI | resolve(java.net.URI, | n.a. | n.a. |
|
||||||||||||||
UNCHANGED | static public | java.net.URI | resolve(java.net.URI, |
| n.a. |
|
||||||||||||||
UNCHANGED | static public | java.net.URI | rewriteURI(java.net.URI,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | static public | java.net.URI | rewriteURI(java.net.URI,
Annotations:
|
| n.a. |
|
||||||||||||||
UNCHANGED | static public | java.net.URI | rewriteURI(java.net.URI)
Annotations:
|
| n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | ETag(java.lang.String, | n.a. | n.a. |
|
||||
NEW | public | ETag(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | boolean | equals(java.lang.Object) | n.a. |
|
|
||||||
NEW | static public | org.apache.hc.client5.http.validator.ETag | get(org.apache.hc.core5.http.MessageHeaders) | n.a. |
|
|
||||||
NEW | public | org.apache.hc.client5.http.validator.ValidatorType | getType() | n.a. |
|
|
||||||
NEW | public | java.lang.String | getValue() | n.a. |
|
|
||||||
NEW | public | int | hashCode() | n.a. |
|
|
||||||
NEW | static public | org.apache.hc.client5.http.validator.ETag | parse(java.lang.String) | n.a. |
|
|
||||||
NEW | static public | org.apache.hc.client5.http.validator.ETag | parse(org.apache.hc.core5.http.Header) | n.a. |
|
|
||||||
NEW | static public | boolean | strongCompare(org.apache.hc.client5.http.validator.ETag, | n.a. |
|
|
||||||
NEW | public | java.lang.String | toString() | n.a. |
|
|
||||||
NEW | static public | boolean | weakCompare(org.apache.hc.client5.http.validator.ETag, | n.a. |
|
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
NEW | java.lang.Comparable | 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 | n.a. | STRONG |
NEW | public static final | org.apache.hc.client5.http.validator.ValidatorType | n.a. | WEAK |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | static public | org.apache.hc.client5.http.validator.ValidatorType | valueOf(java.lang.String) | n.a. |
|
|
||||||
NEW | static public | org.apache.hc.client5.http.validator.ValidatorType[] | values() | n.a. |
|
|