WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and
interfaces that could not be found on the classpath are ignored. Hence changes
caused by these superclasses and interfaces are not reflected in the output.
Classes:
| Status | Fully Qualified Name |
| UNCHANGED | org.apache.hc.client5.http.fluent.Async |
| UNCHANGED | org.apache.hc.client5.http.fluent.Content |
| UNCHANGED | org.apache.hc.client5.http.fluent.ContentResponseHandler |
| UNCHANGED | org.apache.hc.client5.http.fluent.Executor |
| UNCHANGED | org.apache.hc.client5.http.fluent.Form |
| UNCHANGED | org.apache.hc.client5.http.fluent.Request |
| UNCHANGED | org.apache.hc.client5.http.fluent.Response |
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
UNCHANGED
public
class
org.apache.hc.client5.http.fluent.Async
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||
| UNCHANGED | public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.client5.http.fluent.Request, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||
| UNCHANGED | public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.client5.http.fluent.Request, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
n.a. |
|
|||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
execute(org.apache.hc.client5.http.fluent.Request, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
execute(org.apache.hc.client5.http.fluent.Request) | n.a. |
|
|||||||||||||||||||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Async | newInstance() | n.a. |
|
|||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Async | use(org.apache.hc.client5.http.fluent.Executor) | n.a. |
|
|||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Async | use(java.util.concurrent.Executor) | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.http.fluent.Content
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.client5.http.fluent.Content | NO_CONTENT | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | Content(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | byte[] | asBytes() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.io.InputStream | asStream() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.lang.String | asString() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.lang.String | asString(java.nio.charset.Charset) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | getType() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.http.fluent.ContentResponseHandler
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.io.HttpClientResponseHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | ContentResponseHandler() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Content | handleEntity(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Content | handleResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.http.fluent.Executor
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | auth(org.apache.hc.client5.http.auth.AuthScope, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | auth(org.apache.hc.core5.http.HttpHost, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | auth(java.lang.String, org.apache.hc.client5.http.auth.Credentials) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | auth(org.apache.hc.core5.http.HttpHost, java.lang.String, char[]) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | auth(org.apache.hc.core5.http.HttpHost, java.lang.String, char[], java.lang.String, java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | authPreemptive(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | authPreemptive(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | authPreemptiveProxy(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | authPreemptiveProxy(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | clearAuth() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | clearCookies() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Response | execute(org.apache.hc.client5.http.fluent.Request) |
|
n.a. |
|
||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Executor | newInstance() | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Executor | newInstance(org.apache.hc.client5.http.impl.classic.CloseableHttpClient) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Executor | newInstance(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | use(org.apache.hc.client5.http.auth.CredentialsStore) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Executor | use(org.apache.hc.client5.http.cookie.CookieStore) | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.http.fluent.Form
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Form | add(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.util.List <..>
|
build() | n.a. |
|
|||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Form | form() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.http.fluent.Request
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: | ||||||
| UNCHANGED | public static final | java.lang.String | DATE_FORMAT
Annotations:
|
n.a. | ||||||
| UNCHANGED | public static final | java.util.Locale | DATE_LOCALE
Annotations:
|
n.a. | ||||||
| UNCHANGED | public static final | java.util.TimeZone | TIME_ZONE
Annotations:
|
n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | body(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyByteArray(byte[]) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyByteArray(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyByteArray(byte[], int, int) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyByteArray(byte[], int, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyFile(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyForm(java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyForm(java.lang.Iterable <..> )
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyForm(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyStream(java.io.InputStream) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyStream(java.io.InputStream, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | bodyString(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | connectTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | create(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | create(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | create(java.lang.String, java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | delete(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | delete(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Response | execute() |
|
n.a. |
|
||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Response | execute(org.apache.hc.client5.http.impl.classic.CloseableHttpClient) |
|
n.a. |
|
||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Response | executeHttp2() |
|
n.a. |
|
||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | get(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | get(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | head(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | head(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | options(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | options(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | patch(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | patch(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | post(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | post(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | put(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | put(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | removeHeaders(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | responseTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setCacheControl(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setDate(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setDate(java.time.Instant) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setIfModifiedSince(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setIfModifiedSince(java.time.Instant) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setIfUnmodifiedSince(java.util.Date)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | setIfUnmodifiedSince(java.time.Instant) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | trace(java.net.URI) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.http.fluent.Request | trace(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | useExpectContinue() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | userAgent(java.lang.String) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | version(org.apache.hc.core5.http.HttpVersion) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | viaProxy(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Request | viaProxy(java.lang.String) | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.http.fluent.Response
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||
| UNCHANGED | public | n.a. | void | discardContent() | n.a. |
|
|||||||||||||||||||||||
| UNCHANGED | public | Generic Templates:
|
java.lang.Object | handleResponse(org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.http.fluent.Content | returnContent() |
|
n.a. |
|
||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpResponse | returnResponse() |
|
n.a. |
|
||||||||||||||||||||||
| UNCHANGED | public | n.a. | void | saveContent(java.io.File) |
|
n.a. |
|



