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 | -25046403752593287 | n.a. |
New | true | -25046403752593287 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.cache.CacheResponseStatus | n.a. | CACHE_HIT |
UNCHANGED | public static final | org.apache.hc.client5.http.cache.CacheResponseStatus | n.a. | CACHE_MISS |
UNCHANGED | public static final | org.apache.hc.client5.http.cache.CacheResponseStatus | n.a. | CACHE_MODULE_RESPONSE |
UNCHANGED | public static final | org.apache.hc.client5.http.cache.CacheResponseStatus | n.a. | FAILURE |
UNCHANGED | public static final | org.apache.hc.client5.http.cache.CacheResponseStatus | n.a. | VALIDATED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.cache.CacheResponseStatus | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.cache.CacheResponseStatus[] | values() | 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. | AGE |
UNCHANGED | public static final | java.lang.String | n.a. | ALLOW |
UNCHANGED | public static final | java.lang.String | n.a. | AUTHORIZATION |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL_MAX_AGE |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL_MAX_STALE |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL_MIN_FRESH |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL_MUST_REVALIDATE |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL_NO_CACHE |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL_NO_STORE |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL_PROXY_REVALIDATE |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_RANGE |
UNCHANGED | public static final | java.lang.String | n.a. | DELETE_METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | ETAG |
UNCHANGED | public static final | java.lang.String | n.a. | EXPIRES |
UNCHANGED | public static final | java.lang.String | n.a. | GET_METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | HEAD_METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | IF_MATCH |
UNCHANGED | public static final | java.lang.String | n.a. | IF_MODIFIED_SINCE |
UNCHANGED | public static final | java.lang.String | n.a. | IF_NONE_MATCH |
UNCHANGED | public static final | java.lang.String | n.a. | IF_RANGE |
UNCHANGED | public static final | java.lang.String | n.a. | IF_UNMODIFIED_SINCE |
UNCHANGED | public static final | java.lang.String | n.a. | LAST_MODIFIED |
UNCHANGED | public static final | java.lang.String | n.a. | MAX_FORWARDS |
UNCHANGED | public static final | java.lang.String | n.a. | OPTIONS_METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | PRAGMA |
UNCHANGED | public static final | java.lang.String | n.a. | PRIVATE |
UNCHANGED | public static final | java.lang.String | n.a. | PROXY_AUTHENTICATE |
UNCHANGED | public static final | java.lang.String | n.a. | PUBLIC |
UNCHANGED | public static final | java.lang.String | n.a. | PUT_METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | RANGE |
UNCHANGED | public static final | java.lang.String | n.a. | STALE_IF_ERROR |
UNCHANGED | public static final | java.lang.String | n.a. | STALE_WHILE_REVALIDATE |
UNCHANGED | public static final | java.lang.String | n.a. | TRACE_METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | VARY |
UNCHANGED | public static final | java.lang.String | n.a. | VIA |
UNCHANGED | public static final | java.lang.String | n.a. | WARNING |
UNCHANGED | public static final | java.lang.String | n.a. | WWW_AUTHENTICATE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HeaderConstants() | 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.concurrent.Cancellable | getEntries(java.util.Collection, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.concurrent.Cancellable | getEntry(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.concurrent.Cancellable | putEntry(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.concurrent.Cancellable | removeEntry(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.concurrent.Cancellable | updateEntry(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.cache.HttpAsyncCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpAsyncCacheStorageAdaptor(org.apache.hc.client5.http.cache.HttpCacheStorage) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | getEntries(java.util.Collection, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | getEntry(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | putEntry(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | removeEntry(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | updateEntry(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.cache.HttpCacheEntry | execute(org.apache.hc.client5.http.cache.HttpCacheEntry) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.protocol.HttpClientContext | 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 | n.a. | CACHE_RESPONSE_STATUS |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpCacheContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpCacheContext() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.cache.HttpCacheContext | adapt(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.cache.HttpCacheContext | create() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.cache.CacheResponseStatus | getCacheResponseStatus() | 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.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1730726842352437268 | -6300496422359477413 |
New | true | 1730726842352437268 | -6300496422359477413 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | HttpCacheEntry(java.util.Date,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpCacheEntry(java.util.Date,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpCacheEntry(java.time.Instant, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpCacheEntry(java.time.Instant, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | boolean | containsHeader(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | countHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Date | getDate() | 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() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.time.Instant | getInstant() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Date | getRequestDate()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.time.Instant | getRequestInstant() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getRequestMethod() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.Resource | getResource() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Date | getResponseDate()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.time.Instant | getResponseInstant() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getStatus() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Map | getVariantMap() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | hasVariants() | 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 | 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 | org.apache.hc.client5.http.cache.HttpCacheStorageEntry | deserialize(java.lang.Object) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.Object | serialize(org.apache.hc.client5.http.cache.HttpCacheStorageEntry) |
| 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.Map | getEntries(java.util.Collection) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.cache.HttpCacheEntry | getEntry(java.lang.String) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | putEntry(java.lang.String, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | removeEntry(java.lang.String) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | updateEntry(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5475735235870604410 | 1 |
New | true | -5475735235870604410 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpCacheStorageEntry(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.client5.http.cache.HttpCacheEntry | getContent() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getKey() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Exception | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4482487171272448231 | 823573584868632876 |
New | true | 4482487171272448231 | 823573584868632876 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpCacheUpdateException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpCacheUpdateException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5793955509563308704 | 1 |
New | true | 5793955509563308704 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Resource() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | dispose() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | byte[] | get() |
| n.a. |
|
||||||||
UNCHANGED | public | java.io.InputStream | getInputStream() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | long | length() | 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.cache.Resource | copy(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.cache.Resource | generate(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.client5.http.cache.Resource | generate(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 | 2795882254392416319 | 1 |
New | true | 2795882254392416319 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ResourceIOException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ResourceIOException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpAsyncCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBinaryAsyncCacheStorage(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | AbstractBinaryAsyncCacheStorage(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBinaryCacheStorage(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | AbstractBinaryCacheStorage(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpAsyncCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractSerializingAsyncCacheStorage(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.concurrent.Cancellable | bulkRestore(java.util.Collection, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.concurrent.Cancellable | delete(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | java.lang.String | digestToStorageKey(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | org.apache.hc.core5.concurrent.Cancellable | getEntries(java.util.Collection, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | org.apache.hc.core5.concurrent.Cancellable | getEntry(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.concurrent.Cancellable | getForUpdateCAS(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | java.lang.Object | getStorageObject(java.lang.Object) |
| n.a. |
|
||||||||
UNCHANGED | final public | org.apache.hc.core5.concurrent.Cancellable | putEntry(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | org.apache.hc.core5.concurrent.Cancellable | removeEntry(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.concurrent.Cancellable | restore(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.concurrent.Cancellable | store(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.concurrent.Cancellable | updateCAS(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | org.apache.hc.core5.concurrent.Cancellable | updateEntry(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.cache.HttpCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractSerializingCacheStorage(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | java.util.Map | bulkRestore(java.util.Collection) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | delete(java.lang.String) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.String | digestToStorageKey(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.util.Map | getEntries(java.util.Collection) |
| n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.client5.http.cache.HttpCacheEntry | getEntry(java.lang.String) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | getForUpdateCAS(java.lang.String) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | getStorageObject(java.lang.Object) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | putEntry(java.lang.String, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | removeEntry(java.lang.String) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | restore(java.lang.String) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | store(java.lang.String, |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | boolean | updateCAS(java.lang.String, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateEntry(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpCacheStorage(org.apache.hc.client5.http.impl.cache.CacheConfig) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.util.Map | getEntries(java.util.Collection) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.HttpCacheEntry | getEntry(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | void | putEntry(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public | void | removeEntry(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | void | updateEntry(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpCacheEntrySerializer | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ByteArrayCacheEntrySerializer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.HttpCacheStorageEntry | deserialize(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | public | byte[] | serialize(org.apache.hc.client5.http.cache.HttpCacheStorageEntry) |
| 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.impl.cache.CacheConfig | n.a. | DEFAULT |
UNCHANGED | public static final | boolean | n.a. | DEFAULT_303_CACHING_ENABLED |
UNCHANGED | public static final | int | n.a. | DEFAULT_ASYNCHRONOUS_WORKERS |
UNCHANGED | public static final | boolean | n.a. | DEFAULT_HEURISTIC_CACHING_ENABLED |
UNCHANGED | public static final | float | n.a. | DEFAULT_HEURISTIC_COEFFICIENT |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | n.a. | DEFAULT_HEURISTIC_LIFETIME |
UNCHANGED | public static final | int | n.a. | DEFAULT_MAX_CACHE_ENTRIES |
UNCHANGED | public static final | int | n.a. | DEFAULT_MAX_OBJECT_SIZE_BYTES |
UNCHANGED | public static final | int | n.a. | DEFAULT_MAX_UPDATE_RETRIES |
UNCHANGED | public static final | boolean | n.a. | DEFAULT_WEAK_ETAG_ON_PUTDELETE_ALLOWED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.client5.http.impl.cache.CacheConfig | clone() |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | copy(org.apache.hc.client5.http.impl.cache.CacheConfig) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | custom() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getAsynchronousWorkers() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | float | getHeuristicCoefficient() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getHeuristicDefaultLifetime() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getMaxCacheEntries() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getMaxObjectSize() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getMaxUpdateRetries() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | is303CachingEnabled() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isFreshnessCheckEnabled() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isHeuristicCachingEnabled() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isNeverCacheHTTP10ResponsesWithQuery() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isSharedCache() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isWeakETagOnPutDeleteAllowed() | 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.impl.cache.CacheConfig | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setAllow303Caching(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setAsynchronousWorkers(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setFreshnessCheckEnabled(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setHeuristicCachingEnabled(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setHeuristicCoefficient(float) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setHeuristicDefaultLifetime(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setMaxCacheEntries(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setMaxObjectSize(long) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setMaxUpdateRetries(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setNeverCacheHTTP10ResponsesWithQueryString(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setSharedCache(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CacheConfig$Builder | setWeakETagOnPutDeleteAllowed(boolean) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.function.Resolver | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cache.CacheKeyGenerator | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CacheKeyGenerator() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | generateKey(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | generateKey(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | generateKey(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | generateVariantKey(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | resolve(java.net.URI) | 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 | getCacheHits() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getCacheMisses() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getCacheUpdates() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | CachingH2AsyncClientBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | customizeExecChain(org.apache.hc.core5.http.config.NamedElementChain) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setCacheConfig(org.apache.hc.client5.http.impl.cache.CacheConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setCacheDir(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setDeleteCache(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setHttpCacheInvalidator(org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setHttpCacheStorage(org.apache.hc.client5.http.cache.HttpCacheStorage) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setHttpCacheStorage(org.apache.hc.client5.http.cache.HttpAsyncCacheStorage) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setResourceFactory(org.apache.hc.client5.http.cache.ResourceFactory) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | setSchedulingStrategy(org.apache.hc.client5.http.schedule.SchedulingStrategy) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | CachingHttpAsyncClientBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | customizeExecChain(org.apache.hc.core5.http.config.NamedElementChain) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setCacheConfig(org.apache.hc.client5.http.impl.cache.CacheConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setCacheDir(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setDeleteCache(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setHttpCacheInvalidator(org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setHttpCacheStorage(org.apache.hc.client5.http.cache.HttpCacheStorage) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setHttpCacheStorage(org.apache.hc.client5.http.cache.HttpAsyncCacheStorage) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setResourceFactory(org.apache.hc.client5.http.cache.ResourceFactory) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | setSchedulingStrategy(org.apache.hc.client5.http.schedule.SchedulingStrategy) | 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 | createFileBound(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createHttp2FileBound(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createHttp2MemoryBound() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | createMemoryBound() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder | custom() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder | customHttp2() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.classic.HttpClientBuilder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | CachingHttpClientBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | customizeExecChain(org.apache.hc.core5.http.config.NamedElementChain) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | setCacheConfig(org.apache.hc.client5.http.impl.cache.CacheConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | setCacheDir(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | setDeleteCache(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | setHttpCacheInvalidator(org.apache.hc.client5.http.cache.HttpCacheInvalidator) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | setHttpCacheStorage(org.apache.hc.client5.http.cache.HttpCacheStorage) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | setResourceFactory(org.apache.hc.client5.http.cache.ResourceFactory) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | setSchedulingStrategy(org.apache.hc.client5.http.schedule.SchedulingStrategy) | 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 | createFileBound(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.classic.CloseableHttpClient | createMemoryBound() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder | custom() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | EhcacheHttpCacheStorage(org.ehcache.Cache, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | java.util.Map | bulkRestore(java.util.Collection) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage | createObjectCache(org.ehcache.Cache, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage | createSerializedCache(org.ehcache.Cache, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | void | delete(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | protected | java.lang.String | digestToStorageKey(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | java.lang.Object | getForUpdateCAS(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | protected | java.lang.Object | getStorageObject(java.lang.Object) |
| n.a. |
|
||||||||
UNCHANGED | protected | java.lang.Object | restore(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | protected | void | store(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | protected | boolean | updateCAS(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.Resource | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -1865490222413287551 | 4132244415919043397 |
New | true | -1865490222413287551 | 4132244415919043397 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FileResource(java.io.File) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | dispose() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | byte[] | get() |
| n.a. |
|
||||||||
UNCHANGED | public | java.io.InputStream | getInputStream() |
| n.a. |
|
||||||||
UNCHANGED | public | long | length() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.ResourceFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FileResourceFactory(java.io.File) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.Resource | copy(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.Resource | generate(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.Resource | generate(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.Resource | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4393401402305544038 | -2078599905620463394 |
New | true | -4393401402305544038 | -2078599905620463394 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HeapResource(byte[]) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | dispose() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | byte[] | get() |
| n.a. |
|
||||||||
UNCHANGED | public | long | length() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.ResourceFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cache.HeapResourceFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HeapResourceFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.Resource | copy(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.Resource | generate(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.Resource | generate(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.cache.HttpCacheEntrySerializer | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpByteArrayCacheEntrySerializer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.HttpCacheStorageEntry | deserialize(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | protected | java.io.InputStream | makeByteArrayInputStream(byte[]) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.http.impl.io.AbstractMessageParser | makeHttpResponseParser() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.http.impl.io.AbstractMessageWriter | makeHttpResponseWriter(org.apache.hc.core5.http.io.SessionOutputBuffer) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | byte[] | serialize(org.apache.hc.client5.http.cache.HttpCacheStorageEntry) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpCacheSupport() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | java.lang.String | getRequestUri(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.net.URI | normalize(java.net.URI) |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.net.URI | normalizeQuetly(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.net.URI | normalizeQuietly(java.lang.String) | 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.cache.HttpCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ManagedHttpCacheStorage(org.apache.hc.client5.http.impl.cache.CacheConfig) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | cleanResources() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Map | getEntries(java.util.Collection) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.HttpCacheEntry | getEntry(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | isActive() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | putEntry(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public | void | removeEntry(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | void | shutdown() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | updateEntry(java.lang.String, |
| 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 | hash(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.cache.AbstractBinaryAsyncCacheStorage | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpAsyncCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | MemcachedHttpAsyncCacheStorage(java.net.InetSocketAddress) |
| n.a. |
|
||||||||
UNCHANGED | public | MemcachedHttpAsyncCacheStorage(net.spy.memcached.MemcachedClient) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | MemcachedHttpAsyncCacheStorage(net.spy.memcached.MemcachedClient, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.concurrent.Cancellable | bulkRestore(java.util.Collection, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.concurrent.Cancellable | delete(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | java.lang.String | digestToStorageKey(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.concurrent.Cancellable | getForUpdateCAS(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | byte[] | getStorageObject(net.spy.memcached.CASValue) |
| n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.concurrent.Cancellable | restore(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.concurrent.Cancellable | store(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.concurrent.Cancellable | updateCAS(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.cache.AbstractBinaryCacheStorage | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.HttpCacheStorage | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | MemcachedHttpCacheStorage(net.spy.memcached.MemcachedClientIF) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | MemcachedHttpCacheStorage(java.net.InetSocketAddress) |
| n.a. |
|
||||||||
UNCHANGED | public | MemcachedHttpCacheStorage(net.spy.memcached.MemcachedClient, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | MemcachedHttpCacheStorage(net.spy.memcached.MemcachedClient) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | MemcachedHttpCacheStorage(net.spy.memcached.MemcachedClientIF, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | java.util.Map | bulkRestore(java.util.Collection) |
| n.a. |
|
||||||||
UNCHANGED | protected | void | delete(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | protected | java.lang.String | digestToStorageKey(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | net.spy.memcached.CASValue | getForUpdateCAS(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | protected | byte[] | getStorageObject(net.spy.memcached.CASValue) |
| n.a. |
|
||||||||
UNCHANGED | protected | byte[] | restore(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | protected | void | store(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | protected | boolean | updateCAS(java.lang.String, |
| 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 | -1393640285769776870 | -7553380015989141114 |
New | true | -1393640285769776870 | -7553380015989141114 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MemcachedKeyHashingException(java.lang.Throwable) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.cache.ResourceIOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 715803081181643965 | 1 |
New | true | 715803081181643965 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MemcachedOperationTimeoutException(java.lang.Throwable) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.impl.cache.memcached.KeyHashingScheme | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PrefixKeyHashingScheme(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | hash(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.impl.cache.memcached.KeyHashingScheme | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cache.memcached.SHA256KeyHashingScheme | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SHA256KeyHashingScheme() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | hash(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.cache.HttpCacheEntrySerializer | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NoopCacheEntrySerializer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.HttpCacheStorageEntry | deserialize(org.apache.hc.client5.http.cache.HttpCacheStorageEntry) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.client5.http.cache.HttpCacheStorageEntry | serialize(org.apache.hc.client5.http.cache.HttpCacheStorageEntry) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.schedule.SchedulingStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | long | n.a. | DEFAULT_BACK_OFF_RATE |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | n.a. | DEFAULT_INITIAL_EXPIRY |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | n.a. | DEFAULT_MAX_EXPIRY |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ExponentialBackOffSchedulingStrategy(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | ExponentialBackOffSchedulingStrategy() | n.a. | n.a. |
|
||||
UNCHANGED | public | ExponentialBackOffSchedulingStrategy(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | ExponentialBackOffSchedulingStrategy(long) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | org.apache.hc.core5.util.TimeValue | calculateDelay(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getBackOffRate() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getInitialExpiry() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getMaxExpiry() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | schedule(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.client5.http.schedule.SchedulingStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ImmediateSchedulingStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | schedule(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConcurrentCountMap() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getCount(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | increaseCount(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | resetCount(java.lang.Object) | 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 | schedule(int) | n.a. | n.a. |
|