Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.annotation.Annotation | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.annotation.ThreadingBehavior | threading() | n.a. |
|
Status: | Fully Qualified Name: | Elements: | ||||||||
UNCHANGED | java.lang.annotation.Documented | n.a. | ||||||||
UNCHANGED | java.lang.annotation.Retention |
|
||||||||
UNCHANGED | java.lang.annotation.Target |
|
Change |
ANNOTATION_MODIFIED |
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 |
|
||||||||
MODIFIED | java.lang.annotation.Target |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.annotation.Annotation | n.a. |
Status: | Fully Qualified Name: | Elements: | ||||||||
UNCHANGED | java.lang.annotation.Documented | n.a. | ||||||||
UNCHANGED | java.lang.annotation.Retention |
|
||||||||
UNCHANGED | java.lang.annotation.Target |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.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.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7852469565476583543 | n.a. |
New | true | 7852469565476583543 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | IMMUTABLE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | IMMUTABLE_CONDITIONAL | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | SAFE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | SAFE_CONDITIONAL | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | STATELESS | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | UNSAFE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.annotation.ThreadingBehavior | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.annotation.ThreadingBehavior[] | values() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.concurrent.Future | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BasicFuture(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | boolean | cancel(boolean) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | cancel() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | completed(java.lang.Object) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | failed(java.lang.Exception) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | get() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | get(long, java.util.concurrent.TimeUnit) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | boolean | isCancelled() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | isDone() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | CallbackContribution(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | n.a. | void | cancelled() | n.a. |
|
|||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | boolean | cancel() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | boolean | isCancelled() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.concurrent.Future | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CompletedFuture(java.lang.Object) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | cancel(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | cancel() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | get() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | get(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isCancelled() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isDone() | n.a. |
|
Change |
INTERFACE_ADDED |
Change Status | Name | Old Type | New Type | Generics |
NEW | T | n.a. | java.lang.Object | |
NEW | U | n.a. | java.lang.Object |
Status | Superclass | Compatibility Changes |
NEW | org.apache.hc.core5.concurrent.FutureContribution | n.a. |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | |||||||||
NEW | public | n.a. | CompletingFutureContribution(org.apache.hc.core5.concurrent.BasicFuture <..> , java.util.function.Function
<..> )
|
n.a. |
|
||||||||||
NEW | public | n.a. | CompletingFutureContribution(org.apache.hc.core5.concurrent.BasicFuture <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | void | completed(java.lang.Object) |
Compatibility Changes:
|
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ComplexCancellable() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | cancel() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isCancelled() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.BasicFuture | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.concurrent.Future | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | ComplexFuture(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | boolean | cancel(boolean) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | completed(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | failed(java.lang.Exception) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setDependency(java.util.concurrent.Future <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.concurrent.ThreadFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultThreadFactory(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultThreadFactory(java.lang.String, java.lang.ThreadGroup, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultThreadFactory(java.lang.String, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.Thread | newThread(java.lang.Runnable) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | cancelled() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | completed(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | FutureContribution(org.apache.hc.core5.concurrent.BasicFuture <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | n.a. | void | cancelled() | n.a. |
|
|||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | execute(java.lang.Object) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | decorate(java.lang.Object) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | P | java.lang.Object | java.lang.Object | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | create(java.lang.Object) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | I | java.lang.Object | java.lang.Object | |
UNCHANGED | O | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | resolve(java.lang.Object) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | get() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | CR | n.a. |
UNCHANGED | public static final | int | DEL | n.a. |
UNCHANGED | public static final | int | HT | n.a. |
UNCHANGED | public static final | int | LF | n.a. |
UNCHANGED | public static final | int | NULL | n.a. |
UNCHANGED | public static final | int | SP | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.config.CharCodingConfig | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | copy(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | custom() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.nio.charset.Charset | getCharset() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.nio.charset.CodingErrorAction | getMalformedInputAction() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.nio.charset.CodingErrorAction | getUnmappableInputAction() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setMalformedInputAction(java.nio.charset.CodingErrorAction) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setUnmappableInputAction(java.nio.charset.CodingErrorAction) | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.config.Http1Config | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | copy(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | custom() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getBufferSize() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getChunkSizeHint() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getInitialWindowSize() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getMaxEmptyLineCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getMaxHeaderCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getMaxLineLength() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpVersion | getVersion() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getWaitForContinueTimeout() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setBufferSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setChunkSizeHint(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setInitialWindowSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxEmptyLineCount(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxHeaderCount(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxLineLength(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setVersion(org.apache.hc.core5.http.HttpVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setWaitForContinueTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | I | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | E | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NamedElementChain() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addAfter(java.lang.String, java.lang.Object, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addBefore(java.lang.String, java.lang.Object, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addFirst(java.lang.Object, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addLast(java.lang.Object, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
find(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getFirst() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getLast() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getSize() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | remove(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | replace(java.lang.String, java.lang.Object) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getNext() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getPrevious() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.Object | getValue() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | I | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.config.Lookup | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | I | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.Registry <..>
|
build() | n.a. |
|
|||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
org.apache.hc.core5.http.config.RegistryBuilder <..>
|
create() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.config.RegistryBuilder <..>
|
register(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7808436770911731938 | 617550366255636674 |
New | true | 7808436770911731938 | 617550366255636674 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ConnectionClosedException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConnectionClosedException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConnectionClosedException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConnectionClosedException(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InterruptedIOException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7277662532442991512 | 1 |
New | true | -7277662532442991512 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ConnectionRequestTimeoutException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | ConnectionRequestTimeoutException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | long | CHUNKED | n.a. |
UNCHANGED | public static final | long | UNDEFINED | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | long | determineLength(org.apache.hc.core5.http.HttpMessage) |
|
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 | -8233201783189982543 | -924287689552495383 |
New | true | -8233201783189982543 | -924287689552495383 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ContentTooLongException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ContentTooLongException(java.lang.String) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5484504130485795266 | -7768694718232371896 |
New | true | 3701230122412824760 | -7768694718232371896 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_ATOM_XML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_FORM_URLENCODED | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_JSON | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_NDJSON | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_OCTET_STREAM | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_PDF | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_PROBLEM_JSON | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_PROBLEM_XML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_RSS_XML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_SOAP_XML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_SVG_XML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_XHTML_XML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_XML | n.a. |
NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_ZIP_COMPRESSED | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | DEFAULT_BINARY | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | DEFAULT_TEXT | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | IMAGE_BMP | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | IMAGE_GIF | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | IMAGE_JPEG | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | IMAGE_PNG | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | IMAGE_SVG | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | IMAGE_TIFF | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | IMAGE_WEBP | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | MULTIPART_FORM_DATA | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | MULTIPART_MIXED | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | MULTIPART_RELATED | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | TEXT_EVENT_STREAM | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | TEXT_HTML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | TEXT_MARKDOWN | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | TEXT_PLAIN | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | TEXT_XML | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | WILDCARD | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String, java.nio.charset.Charset) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String, org.apache.hc.core5.http.NameValuePair[]) |
|
n.a. |
|
||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ContentType | getByMimeType(java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.nio.charset.Charset | getCharset() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.nio.charset.Charset | getCharset(java.nio.charset.Charset) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.nio.charset.Charset | getCharset(org.apache.hc.core5.http.ContentType, java.nio.charset.Charset) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getMimeType() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getParameter(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isSameMimeType(org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ContentType | parse(java.lang.CharSequence) |
|
n.a. |
|
||||||||||
MODIFIED | static public | n.a. | org.apache.hc.core5.http.ContentType | parseLenient(java.lang.CharSequence) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | withCharset(java.nio.charset.Charset) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | withCharset(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ContentType | withParameters(org.apache.hc.core5.http.NameValuePair[]) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | EndpointDetails(java.net.SocketAddress, java.net.SocketAddress, org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.net.SocketAddress | getLocalAddress() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getReceivedBytesCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.net.SocketAddress | getRemoteAddress() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getRequestCount() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getResponseCount() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getSentBytesCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getSocketTimeout() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | boolean | isChunked() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.ExceptionListener | NO_OP | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ExceptionListener | STD_ERR | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | onError(java.lang.Exception) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | onError(org.apache.hc.core5.http.HttpConnection, java.lang.Exception) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
UNCHANGED | org.apache.hc.core5.http.Header | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.util.CharArrayBuffer | getBuffer() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | int | getValuePos() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | boolean | isSensitive() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.String | getName() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair | getParameter(int) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair | getParameterByName(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | int | getParameterCount() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair[] | getParameters() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.String | getValue() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | CHUNKED_ENCODING | n.a. |
UNCHANGED | public static final | java.lang.String | CLOSE | n.a. |
UNCHANGED | public static final | java.lang.String | CONTINUE | n.a. |
UNCHANGED | public static final | java.lang.String | KEEP_ALIVE | n.a. |
UNCHANGED | public static final | java.lang.String | UPGRADE | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.EndpointDetails | getEndpointDetails() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.net.SocketAddress | getLocalAddress() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.net.SocketAddress | getRemoteAddress() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | javax.net.ssl.SSLSession | getSSLSession() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | boolean | isOpen() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | long | getReceivedBytesCount() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getRequestCount() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getResponseCount() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | long | getSentBytesCount() | 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. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) | 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 | 8435539122468263495 | -5437299376222011036 |
New | true | 8435539122468263495 | -5437299376222011036 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpException(java.lang.String, java.lang.Throwable) | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | ACCEPT | n.a. |
UNCHANGED | public static final | java.lang.String | ACCEPT_CHARSET | n.a. |
UNCHANGED | public static final | java.lang.String | ACCEPT_ENCODING | n.a. |
UNCHANGED | public static final | java.lang.String | ACCEPT_LANGUAGE | n.a. |
UNCHANGED | public static final | java.lang.String | ACCEPT_RANGES | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_CREDENTIALS | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_HEADERS | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_METHODS | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_ORIGIN | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_EXPOSE_HEADERS | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_MAX_AGE | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_REQUEST_HEADERS | n.a. |
UNCHANGED | public static final | java.lang.String | ACCESS_CONTROL_REQUEST_METHOD | n.a. |
UNCHANGED | public static final | java.lang.String | AGE | n.a. |
UNCHANGED | public static final | java.lang.String | ALLOW | n.a. |
NEW | public static final | java.lang.String | ALPN | n.a. |
UNCHANGED | public static final | java.lang.String | AUTHORIZATION | n.a. |
UNCHANGED | public static final | java.lang.String | CACHE_CONTROL | n.a. |
UNCHANGED | public static final | java.lang.String | CONNECTION | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_DISPOSITION | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_ENCODING | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_LANGUAGE | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_LENGTH | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_LOCATION | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_MD5 | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_RANGE | n.a. |
UNCHANGED | public static final | java.lang.String | CONTENT_TYPE | n.a. |
UNCHANGED | public static final | java.lang.String | COOKIE | n.a. |
UNCHANGED | public static final | java.lang.String | DATE | n.a. |
UNCHANGED | public static final | java.lang.String | DAV | n.a. |
UNCHANGED | public static final | java.lang.String | DEPTH | n.a. |
UNCHANGED | public static final | java.lang.String | DESTINATION | n.a. |
UNCHANGED | public static final | java.lang.String | ETAG | n.a. |
UNCHANGED | public static final | java.lang.String | EXPECT | n.a. |
UNCHANGED | public static final | java.lang.String | EXPIRES | n.a. |
UNCHANGED | public static final | java.lang.String | FROM | n.a. |
UNCHANGED | public static final | java.lang.String | HOST | n.a. |
UNCHANGED | public static final | java.lang.String | IF | n.a. |
UNCHANGED | public static final | java.lang.String | IF_MATCH | n.a. |
UNCHANGED | public static final | java.lang.String | IF_MODIFIED_SINCE | n.a. |
UNCHANGED | public static final | java.lang.String | IF_NONE_MATCH | n.a. |
UNCHANGED | public static final | java.lang.String | IF_RANGE | n.a. |
UNCHANGED | public static final | java.lang.String | IF_UNMODIFIED_SINCE | n.a. |
UNCHANGED | public static final | java.lang.String | KEEP_ALIVE | n.a. |
UNCHANGED | public static final | java.lang.String | LAST_MODIFIED | n.a. |
UNCHANGED | public static final | java.lang.String | LINK | n.a. |
UNCHANGED | public static final | java.lang.String | LOCATION | n.a. |
UNCHANGED | public static final | java.lang.String | LOCK_TOKEN | n.a. |
UNCHANGED | public static final | java.lang.String | MAX_FORWARDS | n.a. |
UNCHANGED | public static final | java.lang.String | OVERWRITE | n.a. |
UNCHANGED | public static final | java.lang.String | PRAGMA | n.a. |
NEW | public static final | java.lang.String | PRIORITY | n.a. |
UNCHANGED | public static final | java.lang.String | PROXY_AUTHENTICATE | n.a. |
UNCHANGED | public static final | java.lang.String | PROXY_AUTHORIZATION | n.a. |
UNCHANGED | public static final | java.lang.String | PROXY_CONNECTION | n.a. |
UNCHANGED | public static final | java.lang.String | RANGE | n.a. |
UNCHANGED | public static final | java.lang.String | REFERER | n.a. |
UNCHANGED | public static final | java.lang.String | RETRY_AFTER | n.a. |
UNCHANGED | public static final | java.lang.String | SERVER | n.a. |
UNCHANGED | public static final | java.lang.String | SET_COOKIE | n.a. |
UNCHANGED | public static final | java.lang.String | STATUS_URI | n.a. |
UNCHANGED | public static final | java.lang.String | TE | n.a. |
UNCHANGED | public static final | java.lang.String | TIMEOUT | n.a. |
UNCHANGED | public static final | java.lang.String | TRAILER | n.a. |
UNCHANGED | public static final | java.lang.String | TRANSFER_ENCODING | n.a. |
UNCHANGED | public static final | java.lang.String | UPGRADE | n.a. |
UNCHANGED | public static final | java.lang.String | USER_AGENT | n.a. |
UNCHANGED | public static final | java.lang.String | VARY | n.a. |
UNCHANGED | public static final | java.lang.String | VIA | n.a. |
UNCHANGED | public static final | java.lang.String | WARNING | n.a. |
UNCHANGED | public static final | java.lang.String | WWW_AUTHENTICATE | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.net.NamedEndpoint | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7347220739927069412 | -7529410654042457626 |
New | true | 7347220739927069412 | -7529410654042457626 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.URIScheme | DEFAULT_SCHEME | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | HttpHost(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.lang.String, java.net.InetAddress, int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.lang.String, java.net.InetAddress, java.lang.String, int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.lang.String, int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.net.InetAddress) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(org.apache.hc.core5.net.URIAuthority)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.lang.String, java.lang.String, int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.net.InetAddress, int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpHost(java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpHost | create(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpHost | create(java.net.URI) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.InetAddress | getAddress() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getHostName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getPort() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getSchemeName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toHostString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toURI() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | addHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | boolean | removeHeaders(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getMethod() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getRequestUri() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | getScheme() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.net.URI | getUri() |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | setPath(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | setScheme(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | setUri(java.net.URI) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpRequest | org.apache.hc.core5.http.HttpRequest |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.net.URI) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | int | getCode() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.util.Locale | getLocale() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.String | getReasonPhrase() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setCode(int) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setLocale(java.util.Locale) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setReasonPhrase(java.lang.String) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpResponse | org.apache.hc.core5.http.HttpResponse |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | int | SC_ACCEPTED | n.a. | ||||||
UNCHANGED | public static final | int | SC_ALREADY_REPORTED | n.a. | ||||||
UNCHANGED | public static final | int | SC_BAD_GATEWAY | n.a. | ||||||
UNCHANGED | public static final | int | SC_BAD_REQUEST | n.a. | ||||||
UNCHANGED | public static final | int | SC_CLIENT_ERROR | n.a. | ||||||
UNCHANGED | public static final | int | SC_CONFLICT | n.a. | ||||||
UNCHANGED | public static final | int | SC_CONTINUE | n.a. | ||||||
UNCHANGED | public static final | int | SC_CREATED | n.a. | ||||||
UNCHANGED | public static final | int | SC_EARLY_HINTS | n.a. | ||||||
UNCHANGED | public static final | int | SC_EXPECTATION_FAILED | n.a. | ||||||
UNCHANGED | public static final | int | SC_FAILED_DEPENDENCY | n.a. | ||||||
UNCHANGED | public static final | int | SC_FORBIDDEN | n.a. | ||||||
UNCHANGED | public static final | int | SC_GATEWAY_TIMEOUT | n.a. | ||||||
UNCHANGED | public static final | int | SC_GONE | n.a. | ||||||
UNCHANGED | public static final | int | SC_HTTP_VERSION_NOT_SUPPORTED | n.a. | ||||||
UNCHANGED | public static final | int | SC_IM_USED | n.a. | ||||||
UNCHANGED | public static final | int | SC_INFORMATIONAL | n.a. | ||||||
UNCHANGED | public static final | int | SC_INSUFFICIENT_SPACE_ON_RESOURCE | n.a. | ||||||
UNCHANGED | public static final | int | SC_INSUFFICIENT_STORAGE | n.a. | ||||||
UNCHANGED | public static final | int | SC_INTERNAL_SERVER_ERROR | n.a. | ||||||
UNCHANGED | public static final | int | SC_LENGTH_REQUIRED | n.a. | ||||||
UNCHANGED | public static final | int | SC_LOCKED | n.a. | ||||||
UNCHANGED | public static final | int | SC_LOOP_DETECTED | n.a. | ||||||
UNCHANGED | public static final | int | SC_METHOD_FAILURE | n.a. | ||||||
UNCHANGED | public static final | int | SC_METHOD_NOT_ALLOWED | n.a. | ||||||
UNCHANGED | public static final | int | SC_MISDIRECTED_REQUEST | n.a. | ||||||
UNCHANGED | public static final | int | SC_MOVED_PERMANENTLY | n.a. | ||||||
UNCHANGED | public static final | int | SC_MOVED_TEMPORARILY | n.a. | ||||||
UNCHANGED | public static final | int | SC_MULTIPLE_CHOICES | n.a. | ||||||
UNCHANGED | public static final | int | SC_MULTI_STATUS | n.a. | ||||||
UNCHANGED | public static final | int | SC_NETWORK_AUTHENTICATION_REQUIRED | n.a. | ||||||
UNCHANGED | public static final | int | SC_NON_AUTHORITATIVE_INFORMATION | n.a. | ||||||
UNCHANGED | public static final | int | SC_NOT_ACCEPTABLE | n.a. | ||||||
UNCHANGED | public static final | int | SC_NOT_EXTENDED | n.a. | ||||||
UNCHANGED | public static final | int | SC_NOT_FOUND | n.a. | ||||||
UNCHANGED | public static final | int | SC_NOT_IMPLEMENTED | n.a. | ||||||
UNCHANGED | public static final | int | SC_NOT_MODIFIED | n.a. | ||||||
UNCHANGED | public static final | int | SC_NO_CONTENT | n.a. | ||||||
UNCHANGED | public static final | int | SC_OK | n.a. | ||||||
UNCHANGED | public static final | int | SC_PARTIAL_CONTENT | n.a. | ||||||
UNCHANGED | public static final | int | SC_PAYMENT_REQUIRED | n.a. | ||||||
UNCHANGED | public static final | int | SC_PERMANENT_REDIRECT | n.a. | ||||||
UNCHANGED | public static final | int | SC_PRECONDITION_FAILED | n.a. | ||||||
UNCHANGED | public static final | int | SC_PRECONDITION_REQUIRED | n.a. | ||||||
UNCHANGED | public static final | int | SC_PROCESSING | n.a. | ||||||
UNCHANGED | public static final | int | SC_PROXY_AUTHENTICATION_REQUIRED | n.a. | ||||||
UNCHANGED | public static final | int | SC_REDIRECTION | n.a. | ||||||
UNCHANGED | public static final | int | SC_REQUESTED_RANGE_NOT_SATISFIABLE | n.a. | ||||||
UNCHANGED | public static final | int | SC_REQUEST_HEADER_FIELDS_TOO_LARGE | n.a. | ||||||
UNCHANGED | public static final | int | SC_REQUEST_TIMEOUT | n.a. | ||||||
UNCHANGED | public static final | int | SC_REQUEST_TOO_LONG | n.a. | ||||||
UNCHANGED | public static final | int | SC_REQUEST_URI_TOO_LONG | n.a. | ||||||
UNCHANGED | public static final | int | SC_RESET_CONTENT | n.a. | ||||||
UNCHANGED | public static final | int | SC_SEE_OTHER | n.a. | ||||||
UNCHANGED | public static final | int | SC_SERVER_ERROR | n.a. | ||||||
UNCHANGED | public static final | int | SC_SERVICE_UNAVAILABLE | n.a. | ||||||
UNCHANGED | public static final | int | SC_SUCCESS | n.a. | ||||||
UNCHANGED | public static final | int | SC_SWITCHING_PROTOCOLS | n.a. | ||||||
UNCHANGED | public static final | int | SC_TEMPORARY_REDIRECT | n.a. | ||||||
UNCHANGED | public static final | int | SC_TOO_EARLY | n.a. | ||||||
UNCHANGED | public static final | int | SC_TOO_MANY_REQUESTS | n.a. | ||||||
UNCHANGED | public static final | int | SC_UNAUTHORIZED | n.a. | ||||||
UNCHANGED | public static final | int | SC_UNAVAILABLE_FOR_LEGAL_REASONS | n.a. | ||||||
UNCHANGED | public static final | int | SC_UNPROCESSABLE_CONTENT | n.a. | ||||||
UNCHANGED | public static final | int | SC_UNPROCESSABLE_ENTITY
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | int | SC_UNSUPPORTED_MEDIA_TYPE | n.a. | ||||||
UNCHANGED | public static final | int | SC_UPGRADE_REQUIRED | n.a. | ||||||
UNCHANGED | public static final | int | SC_USE_PROXY | n.a. | ||||||
UNCHANGED | public static final | int | SC_VARIANT_ALSO_NEGOTIATES | 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 | -8126273573901943276 | 1 |
New | true | -8126273573901943276 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpStreamResetException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpStreamResetException(java.lang.String, java.lang.Throwable) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ProtocolVersion | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -8991535321917121522 | -5856653513894415344 |
New | true | -8991535321917121522 | -5856653513894415344 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion[] | ALL | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | DEFAULT | n.a. |
UNCHANGED | public static final | java.lang.String | HTTP | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_0_9 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_1_0 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_1_1 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_2 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_2_0 | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpVersion(int, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpVersion | get(int, int) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.EndpointDetails | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicEndpointDetails(java.net.SocketAddress, java.net.SocketAddress, org.apache.hc.core5.http.HttpConnectionMetrics, org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | long | getReceivedBytesCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getRequestCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getResponseCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getSentBytesCount() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicEntityDetails(long, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpConnectionMetrics(org.apache.hc.core5.http.io.HttpTransportMetrics, org.apache.hc.core5.http.io.HttpTransportMetrics) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | long | getReceivedBytesCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getRequestCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getResponseCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getSentBytesCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | incrementRequestCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | incrementResponseCount() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpTransportMetrics | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpTransportMetrics() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | long | getBytesTransferred() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | incrementBytesTransferred(long) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | initiateShutdown() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
requestSession(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | start() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | bootstrap() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester | create() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener <..> )
|
n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||
NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOReactorMetricsListener(org.apache.hc.core5.reactor.IOReactorMetricsListener) |
Compatibility Changes:
|
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setMaxTotal(int) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTlsHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getEndpoints() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | initiateShutdown() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | pause() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | resume() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | start() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterAfter(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterBefore(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterFirst(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterLast(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | bootstrap() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer | create() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | replaceFilter(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setAuthorityResolver(java.util.function.BiFunction <..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setCanonicalHostName(java.lang.String) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||||||||||||||||
NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOReactorMetricsListener(org.apache.hc.core5.reactor.IOReactorMetricsListener) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setTlsHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AsyncRequester | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | closeExpired() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | protected | n.a. | java.util.concurrent.Future <..>
|
doConnect(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | protected | n.a. | void | doTlsUpgrade(org.apache.hc.core5.reactor.ProtocolIOSession, org.apache.hc.core5.net.NamedEndpoint, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | int | getMaxPerRoute(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | int | getMaxTotal() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setMaxPerRoute(org.apache.hc.core5.http.HttpHost, int) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setMaxTotal(int) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AsyncServer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.http.URIScheme, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.http.URIScheme, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.http.URIScheme) | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress)
Annotations:
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | closeExpired() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpResponseInformationCallback, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpResponseInformationCallback, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.ConnPoolControl <..>
|
getConnPoolControl() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | int | getMaxPerRoute(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | int | getMaxTotal() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setMaxPerRoute(org.apache.hc.core5.http.HttpHost, int) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | setMaxTotal(int) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | awaitTermination(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode, org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.InetAddress | getInetAddress() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getLocalPort() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | initiateShutdown() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | start() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | stop() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | bootstrap() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpRequester | create() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener <..> )
|
n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setMaxTotal(int) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslContext(javax.net.ssl.SSLContext) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSessionVerifier(org.apache.hc.core5.http.io.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSetupHandler(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSocketFactory(javax.net.ssl.SSLSocketFactory) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterAfter(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterBefore(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterFirst(java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterLast(java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | bootstrap() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpServer | create() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | register(java.lang.String, org.apache.hc.core5.http.io.HttpRequestHandler) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpRequestHandler) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpRequestHandler)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | replaceFilter(java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) | n.a. |
|
|||||||||||||||
NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setAuthorityResolver(java.util.function.BiFunction <..> )
|
Compatibility Changes:
|
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setCanonicalHostName(java.lang.String) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setExceptionListener(org.apache.hc.core5.http.ExceptionListener) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setListenerPort(int) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setLocalAddress(java.net.InetAddress) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry <..> )
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setResponseFactory(org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setServerSocketFactory(javax.net.ServerSocketFactory) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSslContext(javax.net.ssl.SSLContext) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSslSetupHandler(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1680214654720313548 | n.a. |
New | true | 1680214654720313548 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | EXPECT_CONTINUE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | MAIN_HANDLER | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.StandardFilter[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | java.nio.charset.CharsetDecoder | createDecoder(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | java.nio.charset.CharsetEncoder | createEncoder(org.apache.hc.core5.http.config.CharCodingConfig) | 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.core5.http.impl.DefaultAddressResolver | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultAddressResolver() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.net.InetSocketAddress | resolve(org.apache.hc.core5.http.HttpHost) | 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.core5.http.impl.DefaultConnectionReuseStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultConnectionReuseStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ContentLengthStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.DefaultContentLengthStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultContentLengthStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | long | determineLength(org.apache.hc.core5.http.HttpMessage) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ReasonPhraseCatalog | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | EnglishReasonPhraseCatalog() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getReason(int, java.util.Locale) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpProcessors() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client() | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client(java.lang.String, boolean) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | clientStrict() |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | clientStrict(java.lang.String) |
Compatibility Changes:
|
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customClient(java.lang.String) | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customClient(java.lang.String, boolean) |
Compatibility Changes:
|
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customServer(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | server(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | server() | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | strictClient(java.lang.String) |
Compatibility Changes:
|
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpMessage | org.apache.hc.core5.http.HttpMessage |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected | n.a. | java.io.IOException | createConnectionClosedException()
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | org.apache.hc.core5.http.HttpMessage | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpMessage | parse(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) |
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header[] | parseHeaders(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, int, int, org.apache.hc.core5.http.message.LineParser) |
|
n.a. |
|
||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header[] | parseHeaders(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, int, int, org.apache.hc.core5.http.message.LineParser, java.util.List <..> )
|
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpMessage | org.apache.hc.core5.http.HttpMessage |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageWriter | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractMessageWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | write(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream) |
|
n.a. |
|
||||||||||
UNCHANGED | protected abstract | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ChunkedInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ChunkedInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getFooters() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | read() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[]) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.OutputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | java.io.Flushable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, int, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, byte[], org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | finish() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | flush() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[], int, int) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ContentLengthInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, long) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | long | skip(long) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.OutputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | java.io.Flushable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ContentLengthOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, long) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | flush() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(int) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.io.BHttpConnectionBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.HttpClientConnection | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | bind(java.net.Socket) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | bind(javax.net.ssl.SSLSocket, java.net.Socket) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | boolean | isConsistent() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | void | onRequestSubmitted(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | void | onResponseReceived(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | receiveResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | receiveResponseHeader() |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | sendRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | sendRequestHeader(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | terminateRequest(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpConnectionFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnectionFactory() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | builder() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection | createConnection(java.net.Socket) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection | createConnection(javax.net.ssl.SSLSocket, java.net.Socket) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory | build() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | requestWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | responseOutOfOrderStrategy(org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | responseParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory <..> )
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.io.BHttpConnectionBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerConnection | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpServerConnection(java.lang.String, org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageParserFactory <..> , org.apache.hc.core5.http.io.HttpMessageWriterFactory
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpServerConnection(java.lang.String, org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpServerConnection(java.lang.String, org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | bind(java.net.Socket) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | bind(javax.net.ssl.SSLSocket, java.net.Socket) |
|
n.a. |
|
||||||||||
UNCHANGED | protected | n.a. | void | onRequestReceived(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | void | onResponseSubmitted(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | receiveRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | receiveRequestHeader() |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | sendResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | sendResponseHeader(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpConnectionFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpServerConnectionFactory(java.lang.String, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpServerConnectionFactory(java.lang.String, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageParserFactory <..> , org.apache.hc.core5.http.io.HttpMessageWriterFactory
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultBHttpServerConnectionFactory(java.lang.String, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.io.HttpMessageParserFactory <..> , org.apache.hc.core5.http.io.HttpMessageWriterFactory
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | builder() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection | createConnection(java.net.Socket) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection | createConnection(javax.net.ssl.SSLSocket, java.net.Socket) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory | build() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | requestParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | responseWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | scheme(java.lang.String) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultClassicHttpRequestFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | newHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | newHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpResponseFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultClassicHttpResponseFactory(org.apache.hc.core5.http.ReasonPhraseCatalog) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultClassicHttpResponseFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | newHttpResponse(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | newHttpResponse(int) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.io.AbstractMessageParser | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | parse(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) |
|
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.core5.http.impl.io.DefaultHttpRequestParserFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParserFactory() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.io.AbstractMessageWriter | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageWriter | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriter() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageWriterFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageWriter <..>
|
create() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.io.AbstractMessageParser | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParserFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.io.AbstractMessageWriter | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageWriter | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriter() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageWriterFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageWriter <..>
|
create() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.EmptyInputStream | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | mark(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | markSupported() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | read() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | read(byte[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | read(byte[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | skip(long) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | DEFAULT_WAIT_FOR_CONTINUE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | HttpRequestExecutor(org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpRequestExecutor(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpRequestExecutor() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | HttpRequestExecutor(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | builder() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.io.HttpResponseInformationCallback, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | postProcess(org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | preProcess(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withHttp1StreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withWaitForContinue(org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.HttpResponseFactory
<..> , org.apache.hc.core5.http.impl.Http1StreamListener)
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.HttpResponseFactory
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.io.HttpServerRequestHandler) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | builder() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | void | handleException(org.apache.hc.core5.http.HttpException, org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | handleRequest(org.apache.hc.core5.http.io.HttpServerConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | protected | n.a. | int | toStatusCode(java.lang.Exception) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttp1StreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttpServerRequestHandler(org.apache.hc.core5.http.io.HttpServerRequestHandler) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | IdentityInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.OutputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | java.io.Flushable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | IdentityOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | flush() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(int) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MonitoringResponseOutOfOrderStrategy() | n.a. |
|
|||||
UNCHANGED | public | n.a. | MonitoringResponseOutOfOrderStrategy(long, long) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MonitoringResponseOutOfOrderStrategy(long) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | boolean | isEarlyResponseDetected(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, java.io.InputStream, long, long) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NoResponseOutOfOrderStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | isEarlyResponseDetected(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, java.io.InputStream, long, long) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.SessionInputBuffer | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SessionInputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int, int, int, java.nio.charset.CharsetDecoder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SessionInputBufferImpl(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SessionInputBufferImpl(int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SessionInputBufferImpl(int, java.nio.charset.CharsetDecoder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SessionInputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | capacity() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | fillBuffer(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | hasBufferedData() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | read(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[], int, int, java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[], java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | readLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.InputStream) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.SessionOutputBuffer | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SessionOutputBufferImpl(int, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SessionOutputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int, int, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SessionOutputBufferImpl(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | capacity() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | flush(java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | write(byte[], int, int, java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[], java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(int, java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.OutputStream) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SocketHolder(java.net.Socket) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SocketHolder(javax.net.ssl.SSLSocket, java.net.Socket) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getInputStream() |
|
n.a. |
|
||||||||
UNCHANGED | protected | n.a. | java.io.InputStream | getInputStream(java.net.Socket) |
|
n.a. |
|
||||||||
UNCHANGED | protected | n.a. | java.io.OutputStream | getOutputStream(java.net.Socket) |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.io.OutputStream | getOutputStream() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.net.Socket | getSocket() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | protected | boolean | completed | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractContentDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.nio.SessionInputBuffer | buffer() | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | java.nio.channels.ReadableByteChannel | channel() | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | int | fillBufferFromChannel() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getTrailers() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isCompleted() | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | metrics() | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | int | readFromChannel(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | protected | n.a. | int | readFromChannel(java.nio.ByteBuffer, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | setCompleted(boolean) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | void | setCompleted() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractContentEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | protected | n.a. | void | assertNotCompleted() | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.nio.SessionOutputBuffer | buffer() | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | java.nio.channels.WritableByteChannel | channel() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | complete(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
UNCHANGED | final public | n.a. | void | complete() |
|
n.a. |
|
||||||||||||
UNCHANGED | protected | n.a. | int | flushToChannel() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | boolean | isCompleted() | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | metrics() | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | int | writeToBuffer(java.nio.ByteBuffer, int) |
|
n.a. |
|
||||||||||||
UNCHANGED | protected | n.a. | int | writeToChannel(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||
UNCHANGED | protected | n.a. | int | writeToChannel(java.nio.ByteBuffer, int) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpMessage | org.apache.hc.core5.http.HttpMessage |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageParser | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | n.a. | org.apache.hc.core5.http.HttpMessage | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpMessage | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, boolean) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpMessage | org.apache.hc.core5.http.HttpMessage |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageWriter | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractMessageWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | write(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.nio.SessionOutputBuffer) |
|
n.a. |
|
||||||||||
UNCHANGED | protected abstract | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.ExpandableBuffer | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | BufferedData(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.nio.BufferedData | allocate(int) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | int | capacity() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | clear() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.nio.ByteBuffer | data() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | hasData() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | put(java.nio.ByteBuffer) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | int | readFrom(java.nio.channels.ReadableByteChannel) |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | int | writeTo(java.nio.channels.WritableByteChannel) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractContentDecoder | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ChunkDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ChunkDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getTrailers() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | read(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractContentEncoder | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ChunkEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ChunkEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | void | complete(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | write(java.nio.ByteBuffer) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ClientHttp1IOEventHandler(org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOEventHandlerFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ClientHttp1IOEventHandlerFactory(org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory, org.apache.hc.core5.http.nio.ssl.TlsStrategy, org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, java.lang.Object) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpRequestFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpRequest | org.apache.hc.core5.http.HttpRequest |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractMessageParser | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageParser | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpRequest | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpRequest | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, boolean) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageParserFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParserFactory() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.message.LineParser)
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageParser <..>
|
create() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpRequest | org.apache.hc.core5.http.HttpRequest |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractMessageWriter | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageWriter | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriter() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageWriterFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageWriter <..>
|
create() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpResponseFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpResponseFactory() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseFactory(org.apache.hc.core5.http.ReasonPhraseCatalog) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpResponse | org.apache.hc.core5.http.HttpResponse |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractMessageParser | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageParser | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageParserFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.message.LineParser)
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageParser <..>
|
create() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpResponse | org.apache.hc.core5.http.HttpResponse |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractMessageWriter | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageWriter | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter, org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriter() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageWriterFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageWriter <..>
|
create() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractContentDecoder | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.FileContentDecoder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | IdentityDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | read(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractContentEncoder | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.FileContentEncoder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | IdentityEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
|||||
UNCHANGED | public | n.a. | IdentityEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | write(java.nio.ByteBuffer) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractContentDecoder | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.FileContentDecoder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | LengthDelimitedDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, long) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | read(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractContentEncoder | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.FileContentEncoder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | LengthDelimitedEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, long) | n.a. |
|
|||||
UNCHANGED | public | n.a. | LengthDelimitedEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, long, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | write(java.nio.ByteBuffer) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8693736236618125286 | n.a. |
New | true | 8693736236618125286 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | ACK | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | BODY | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | COMPLETE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | HEADERS | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | IDLE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.nio.MessageState | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.impl.nio.MessageState[] | values() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ServerHttp1IOEventHandler(org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOEventHandlerFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ServerHttp1IOEventHandlerFactory(org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory, org.apache.hc.core5.http.nio.ssl.TlsStrategy, org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, java.lang.Object) | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.ConnectionReuseStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.core5.http.impl.NoConnectionReuseStrategy | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | NoConnectionReuseStrategy() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.routing.PathPatternMatcher | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PathPatternMatcher() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | isBetter(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | match(java.lang.String, java.lang.String) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestMapper | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
UNCHANGED | public static final | java.util.function.BiFunction <..>
|
IGNORE_PORT_AUTHORITY_RESOLVER | n.a. | ||||||||
UNCHANGED | public static final | org.apache.hc.core5.net.URIAuthority | LOCAL_AUTHORITY | n.a. | ||||||||
UNCHANGED | public static final | java.util.function.BiFunction <..>
|
LOCAL_AUTHORITY_RESOLVER | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
builder(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. |
|
|||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
builder() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
addRoute(org.apache.hc.core5.net.URIAuthority, java.lang.String, java.lang.Object) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
addRoute(java.lang.String, java.lang.String, java.lang.Object) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter <..>
|
build() | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
downstream(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
resolveAuthority(java.util.function.BiFunction <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | flush() |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | isDataAvailable(org.apache.hc.core5.util.Timeout) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | isStale() |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractHttpEntity(java.lang.String, java.lang.String, boolean) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractHttpEntity(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractHttpEntity(org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractHttpEntity(org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | void | writeTo(org.apache.hc.core5.http.HttpEntity, java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.HttpEntityWrapper | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BufferedHttpEntity(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ByteBufferEntity(java.nio.ByteBuffer, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ByteBufferEntity(java.nio.ByteBuffer, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.io.entity.EmptyInputStream | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | mark(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | markSupported() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | read() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | read(byte[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | read(byte[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | reset() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | skip(long) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | EntityTemplate(long, org.apache.hc.core5.http.ContentType, java.lang.String, org.apache.hc.core5.io.IOCallback <..> )
|
n.a. |
|
|||||||||
NEW | public | n.a. | EntityTemplate(org.apache.hc.core5.http.ContentType, org.apache.hc.core5.io.IOCallback <..> )
|
n.a. |
|
|||||||||
NEW | public | n.a. | EntityTemplate(long, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.io.IOCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | static public | n.a. | void | consume(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | void | consumeQuietly(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
|||||||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.HttpEntity, int) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | byte[] | toByteArray(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | byte[] | toByteArray(org.apache.hc.core5.http.HttpEntity, int) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.nio.charset.Charset) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.nio.charset.Charset, int) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.lang.String) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.lang.String, int) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
||||||||||||
UNCHANGED | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, int) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | FileEntity(java.io.File, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | FileEntity(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.Serializable, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(org.apache.hc.core5.io.IOCallback <..> , org.apache.hc.core5.http.ContentType)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, java.nio.charset.Charset, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(byte[], org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.File, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.Serializable, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(org.apache.hc.core5.io.IOCallback <..> , org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[])
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String, java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.io.Serializable, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(org.apache.hc.core5.io.IOCallback <..> , org.apache.hc.core5.http.ContentType)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.nio.file.Path, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createUrlEncoded(java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | gzip(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HttpEntity | withTrailers(org.apache.hc.core5.http.HttpEntity, org.apache.hc.core5.http.Header[]) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpEntityWrapper(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | InputStreamEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | InputStreamEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | InputStreamEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.io.entity.NullEntity | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PathEntity(java.nio.file.Path, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | PathEntity(java.nio.file.Path, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SerializableEntity(java.io.Serializable, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | SerializableEntity(java.io.Serializable, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | StringEntity(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringEntity(java.lang.String, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringEntity(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringEntity(java.lang.String, java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringEntity(java.lang.String, java.nio.charset.Charset, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringEntity(java.lang.String, org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | EofSensorInputStream(java.io.InputStream, org.apache.hc.core5.http.io.EofSensorWatcher) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | abort() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | available() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[]) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | boolean | eofDetected(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | streamAbort(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | streamClosed(java.io.InputStream) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | boolean | isConsistent() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | receiveResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | receiveResponseHeader() |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendRequestHeader(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | terminateRequest(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | java.lang.Object | handleResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpConnection | org.apache.hc.core5.http.HttpConnection |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpConnection | createConnection(java.net.Socket) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpConnection | createConnection(javax.net.ssl.SSLSocket, java.net.Socket) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | proceed(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.MessageHeaders | parse(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | write(org.apache.hc.core5.http.MessageHeaders, org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.io.HttpMessageWriter <..>
|
create() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | execute(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.HttpConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | receiveRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | receiveRequestHeader() |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendResponseHeader(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | long | getBytesTransferred() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | capacity() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | read(byte[], int, int, java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | int | read(byte[], java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | int | read(java.io.InputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | int | readLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.InputStream) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | capacity() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | flush(java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | write(byte[], int, int, java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | write(byte[], java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | write(int, java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.OutputStream) |
|
n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.io.SocketConfig | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | copy(org.apache.hc.core5.http.io.SocketConfig) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | custom() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getBacklogSize() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getRcvBufSize() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getSndBufSize() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getSoLinger() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getSoTimeout() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.net.SocketAddress | getSocksProxyAddress() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getTcpKeepCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getTcpKeepIdle() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getTcpKeepInterval() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isSoKeepAlive() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isSoReuseAddress() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isTcpNoDelay() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig | build() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setBacklogSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setRcvBufSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSndBufSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoKeepAlive(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoLinger(int, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoLinger(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoReuseAddress(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoTimeout(int, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSocksProxyAddress(java.net.SocketAddress) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepCount(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepIdle(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepInterval(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpNoDelay(boolean) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.function.Callback | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler | CLIENT | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler | SERVER | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DefaultTlsSetupHandler() | n.a. |
|
|||||
UNCHANGED | public | n.a. | DefaultTlsSetupHandler(boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | execute(javax.net.ssl.SSLParameters) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | verify(org.apache.hc.core5.http.HttpHost, javax.net.ssl.SSLSession) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractHttpServerAuthFilter(boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | n.a. | boolean | authenticate(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.String | generateChallenge(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpEntity | generateResponseContent(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
n.a. |
|
||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | parseChallengeResponse(java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpServerExpectationDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | verify(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | BasicHttpServerRequestHandler(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | BasicHttpServerRequestHandler(org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.HttpResponseFactory
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameter(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | build() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | copy(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | copy(org.apache.hc.core5.http.HttpRequest) |
Compatibility Changes:
|
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | create(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | protected | n.a. | void | digest(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put(java.lang.String) | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | query() |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | query(java.net.URI) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | query(java.lang.String) |
Compatibility Changes:
|
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setPath(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setScheme(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setUri(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setUri(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | build() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | copy(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | copy(org.apache.hc.core5.http.HttpResponse) |
Compatibility Changes:
|
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | create(int) | n.a. |
|
|||||||
UNCHANGED | protected | n.a. | void | digest(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpServerExpectationFilter() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.HttpEntity | generateResponseContent(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | final public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
n.a. |
|
||||||||||
UNCHANGED | protected | n.a. | boolean | verify(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpServerFilterChainElement(org.apache.hc.core5.http.io.HttpFilterHandler, org.apache.hc.core5.http.io.support.HttpServerFilterChainElement) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpServerFilterChainRequestHandler(org.apache.hc.core5.http.io.support.HttpServerFilterChainElement) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | TerminalServerFilter(org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.HttpResponseFactory
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
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 | -6587236770009481670 | 1049109801075840707 |
New | true | -6587236770009481670 | 1049109801075840707 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | LengthRequiredException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | LengthRequiredException(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 | 3519689892841300487 | 2158560246948994524 |
New | true | 3519689892841300487 | 2158560246948994524 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MalformedChunkCodingException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MalformedChunkCodingException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MalformedChunkCodingException() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | B | java.lang.Object | java.lang.Object | |
UNCHANGED | H | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Message(org.apache.hc.core5.http.MessageHeaders, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | Message(org.apache.hc.core5.http.MessageHeaders) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.Object | getBody() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.MessageHeaders | getHead() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.HttpMessage | org.apache.hc.core5.http.HttpMessage |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractMessageWrapper(org.apache.hc.core5.http.HttpMessage) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | addHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | containsHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | countHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Iterator <..>
|
headerIterator() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Iterator <..>
|
headerIterator(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | removeHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.BasicHttpRequest | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -188089953977536739 | 1 |
New | true | -188089953977536739 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpRequest(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpRequest(java.lang.String, java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.BasicHttpResponse | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpResponse | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2420497112155051845 | 1 |
New | true | 2420497112155051845 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicClassicHttpResponse(int, org.apache.hc.core5.http.ReasonPhraseCatalog, java.util.Locale) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpResponse(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClassicHttpResponse(int, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Cloneable | n.a. |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
UNCHANGED | org.apache.hc.core5.http.Header | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -3027404676433358740 | -5427236326487562174 |
New | true | -3027404676433358740 | -5427236326487562174 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHeader(java.lang.String, java.lang.Object, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.message.BasicHeader | clone() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getValue() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isSensitive() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HeaderElement | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHeaderElement(java.lang.String, java.lang.String, org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHeaderElement(java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.NameValuePair | getParameter(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.NameValuePair | getParameterByName(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getParameterCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.NameValuePair[] | getParameters() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getValue() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.AbstractHeaderElementIterator | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.Iterator | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BasicHeaderElementIterator(java.util.Iterator <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | BasicHeaderElementIterator(java.util.Iterator <..> , org.apache.hc.core5.http.message.HeaderValueParser)
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.Iterator | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHeaderIterator(org.apache.hc.core5.http.Header[], java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | boolean | hasNext() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | next() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | remove() |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.HeaderValueFormatter | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.BasicHeaderValueFormatter | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHeaderValueFormatter() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement[], boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | formatHeaderElement(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | formatNameValuePair(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair[], boolean) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.HeaderValueParser | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.BasicHeaderValueParser | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHeaderValueParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HeaderElement[] | parseElements(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HeaderElement | parseHeaderElement(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.NameValuePair | parseNameValuePair(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.NameValuePair[] | parseParameters(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.HeaderGroup | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6189511112082883243 | 1 |
New | true | 6189511112082883243 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpRequest(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpRequest(java.lang.String, java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpRequest(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpRequest(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpRequest(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | addHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getMethod() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getRequestUri() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getScheme() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.URI | getUri() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setAbsoluteRequestUri(boolean) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setPath(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setScheme(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setUri(java.net.URI) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.HeaderGroup | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 488789271734604269 | 1 |
New | true | 488789271734604269 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpResponse(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpResponse(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpResponse(int, org.apache.hc.core5.http.ReasonPhraseCatalog, java.util.Locale) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | addHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.util.Locale | getLocale() | n.a. |
|
|||||
UNCHANGED | protected | n.a. | java.lang.String | getReason(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getReasonPhrase() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setCode(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setLocale(java.util.Locale) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setReasonPhrase(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.LineFormatter | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.BasicLineFormatter | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicLineFormatter() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | formatHeader(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | formatRequestLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.RequestLine) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | formatStatusLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.StatusLine) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.LineParser | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.BasicLineParser | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicLineParser(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicLineParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.message.RequestLine | parseRequestLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.message.StatusLine | parseStatusLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4091098790968606596 | -6437800749411518984 |
New | true | -4091098790968606596 | -6437800749411518984 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicNameValuePair(java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getValue() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.AbstractHeaderElementIterator | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.util.Iterator | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BasicTokenIterator(java.util.Iterator <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.FormattedHeader | n.a. |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
UNCHANGED | org.apache.hc.core5.http.Header | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6164955205396106611 | -2768352615787625448 |
New | true | -6164955205396106611 | -2768352615787625448 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BufferedHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.BufferedHeader | create(org.apache.hc.core5.util.CharArrayBuffer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.CharArrayBuffer | getBuffer() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getName() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getValue() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getValuePos() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isSensitive() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6127824174220540153 | 2608834160639271617 |
New | true | -6127824174220540153 | 2608834160639271617 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HeaderGroup() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | containsHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | countHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getCondensedHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Iterator <..>
|
headerIterator() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Iterator <..>
|
headerIterator(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | removeHeaders(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | removeHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement[], boolean) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | formatHeaderElement(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement, boolean) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | formatNameValuePair(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair, boolean) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair[], boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HeaderElement[] | parseElements(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HeaderElement | parseHeaderElement(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair | parseNameValuePair(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair[] | parseParameters(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.AbstractMessageWrapper | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpRequestWrapper(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getMethod() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getRequestUri() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getScheme() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.URI | getUri() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setPath(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setScheme(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setUri(java.net.URI) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.AbstractMessageWrapper | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpResponseWrapper(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.util.Locale | getLocale() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getReasonPhrase() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setCode(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setLocale(java.util.Locale) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setReasonPhrase(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.BasicLineParser | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.LineParser | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.LazyLaxLineParser | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | LazyLaxLineParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.BasicLineParser | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.message.LineParser | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.LazyLineParser | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | LazyLineParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | formatHeader(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | formatRequestLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.RequestLine) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | formatStatusLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.StatusLine) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.message.RequestLine | parseRequestLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.message.StatusLine | parseStatusLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | static public | n.a. | void | addContentEncodingHeader(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.EntityDetails) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | addContentTypeHeader(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.EntityDetails) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | addTrailerHeader(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.EntityDetails) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | boolean | canResponseHaveBody(java.lang.String, org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||||||||
NEW | static public | n.a. | boolean | canResponseHaveBody(org.apache.hc.core5.http.HttpResponse) |
Compatibility Changes:
|
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header | format(java.lang.String, java.util.Set <..> )
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header | format(java.lang.String, java.lang.String[])
Annotations:
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement[]) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.lang.String[]) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.util.Set <..> )
|
n.a. |
|
|||||||||||||||
NEW | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> , java.util.function.UnaryOperator
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header | header(java.lang.String, java.util.Set <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header | header(java.lang.String, java.lang.String[]) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header | header(java.lang.String, org.apache.hc.core5.http.HeaderElement[]) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header | headerOfElements(java.lang.String, java.util.List <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Header | headerOfTokens(java.lang.String, java.util.List <..> )
|
n.a. |
|
|||||||||||||||
NEW | static public | n.a. | org.apache.hc.core5.http.Header | headerOfTokens(java.lang.String, java.util.List <..> , java.util.function.UnaryOperator
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.util.Set <..>
|
hopByHopConnectionSpecific(org.apache.hc.core5.http.MessageHeaders) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | boolean | isHopByHop(java.lang.String) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.util.Iterator <..>
|
iterate(org.apache.hc.core5.http.MessageHeaders, java.lang.String) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.util.Iterator <..>
|
iterateTokens(org.apache.hc.core5.http.MessageHeaders, java.lang.String) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.HeaderElement[] | parse(org.apache.hc.core5.http.Header)
Annotations:
|
n.a. |
|
|||||||||||||||
NEW | static public | n.a. | void | parseElementList(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.BiConsumer <..> )
|
Compatibility Changes:
|
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | parseElements(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.Consumer <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | parseElements(org.apache.hc.core5.http.Header, java.util.function.Consumer <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | parseElements(org.apache.hc.core5.http.MessageHeaders, java.lang.String, java.util.function.Consumer <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parseElements(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||||||
NEW | static public | n.a. | void | parseHeader(org.apache.hc.core5.http.Header, java.util.function.BiConsumer <..> )
|
Compatibility Changes:
|
|
|||||||||||||||
NEW | static public | n.a. | void | parseHeaders(org.apache.hc.core5.http.MessageHeaders, java.lang.String, java.util.function.BiConsumer <..> )
|
Compatibility Changes:
|
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | parseParameters(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.Consumer <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | parseTokens(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.Consumer <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.Header, java.util.function.Consumer <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.MessageHeaders, java.lang.String, java.util.function.Consumer <..> )
|
n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.util.Set <..>
|
parseTokens(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | java.util.Set <..>
|
parseTokens(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||||||
NEW | static public | n.a. | void | parseTokens(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, org.apache.hc.core5.util.Tokenizer$Delimiter, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
|||||||||||||||
NEW | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.Header, org.apache.hc.core5.util.Tokenizer$Delimiter, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
|||||||||||||||
NEW | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.MessageHeaders, java.lang.String, org.apache.hc.core5.util.Tokenizer$Delimiter, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.util.Tokenizer$Cursor | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ParserCursor(int, int) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7999423532195630750 | 2810581718468737193 |
New | true | -7999423532195630750 | 2810581718468737193 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestLine(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RequestLine(java.lang.String, java.lang.String, org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getMethod() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getUri() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5783181841391505902 | -2443303766890459269 |
New | true | 5783181841391505902 | -2443303766890459269 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | StatusLine(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StatusLine(org.apache.hc.core5.http.ProtocolVersion, int, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getReasonPhrase() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass | getStatusClass() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getStatusCode() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isClientError() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isError() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isInformational() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isRedirection() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isServerError() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isSuccessful() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4292152107223775781 | n.a. |
New | true | -4292152107223775781 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | CLIENT_ERROR | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | INFORMATIONAL | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | OTHER | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | REDIRECTION | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | SERVER_ERROR | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | SUCCESSFUL | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass | from(int) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass[] | values() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.util.Tokenizer | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | char | DQUOTE | n.a. |
UNCHANGED | public static final | char | ESCAPE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.message.TokenParser | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TokenParser() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet, java.lang.StringBuilder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | copyQuotedContent(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.lang.StringBuilder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | copyQuotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.lang.StringBuilder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet, java.lang.StringBuilder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | parseToken(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | parseValue(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | skipWhiteSpace(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | 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 | 6601258809484792143 | 6077207720446368695 |
New | true | 6601258809484792143 | 6077207720446368695 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MessageConstraintException(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | boolean | containsHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | countHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.util.Iterator <..>
|
headerIterator() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.util.Iterator <..>
|
headerIterator(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -8338095043891375575 | n.a. |
New | true | 476348865007514667 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | CONNECT | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | DELETE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | GET | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | HEAD | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | OPTIONS | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | PATCH | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | POST | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | PUT | n.a. |
NEW | public static final | org.apache.hc.core5.http.Method | QUERY | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | TRACE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | isIdempotent() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isIdempotent(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isSafe() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isSafe(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isSame(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Method | normalizedValueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Method | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.Method[] | values() | 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 | -5436854013205597611 | 1 |
New | true | -5436854013205597611 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MethodNotSupportedException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MethodNotSupportedException(java.lang.String, java.lang.Throwable) | 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 | -353498298664505014 | 1 |
New | true | -353498298664505014 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | MisdirectedRequestException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | MisdirectedRequestException() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.String | getName() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.String | getValue() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AsyncClientEndpoint() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | boolean | isConnected() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | releaseAndDiscard() | n.a. |
|
|||||||||||||||||||||||||||||||
UNCHANGED | public abstract | n.a. | void | releaseAndReuse() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | cancel() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | consumeInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | produceRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public abstract | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public abstract | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public abstract | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public abstract | n.a. | java.lang.Object | getContent() | n.a. |
|
|||||||||||||||
UNCHANGED | public abstract | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | boolean | isRepeatable() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | proceed(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | pushPromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncPushProducer) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.nio.AsyncEntityProducer) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | consumePromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | produceResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public abstract | n.a. | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public abstract | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public abstract | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | sendResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | void | handle(java.lang.Object, org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.nio.AsyncRequestConsumer <..>
|
prepare(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | pushPromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncPushProducer) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.nio.AsyncResponseProducer, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | update(int) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.Command | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||
UNCHANGED | public static final | org.apache.hc.core5.http.nio.command.ShutdownCommand | GRACEFUL | n.a. | ||||
UNCHANGED | public static final | org.apache.hc.core5.function.Callback <..>
|
GRACEFUL_IMMEDIATE_CALLBACK | n.a. | ||||
UNCHANGED | public static final | org.apache.hc.core5.function.Callback <..>
|
GRACEFUL_NORMAL_CALLBACK | n.a. | ||||
UNCHANGED | public static final | org.apache.hc.core5.http.nio.command.ShutdownCommand | IMMEDIATE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ShutdownCommand(org.apache.hc.core5.io.CloseMode) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | cancel() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.io.CloseMode | getType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | java.util.List <..>
|
getTrailers() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | boolean | isCompleted() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | read(java.nio.ByteBuffer) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | void | complete(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
UNCHANGED | public abstract | n.a. | boolean | isCompleted() | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | int | write(java.nio.ByteBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.StreamChannel | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | void | endStream(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
UNCHANGED | public abstract | n.a. | void | requestOutput() | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | int | write(java.nio.ByteBuffer) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractBinAsyncEntityConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final protected | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | generateContent() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | java.lang.Object | getContent() | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractBinAsyncEntityProducer(int, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | final public | n.a. | int | available() | n.a. |
|
|||||||||||||
UNCHANGED | protected abstract | n.a. | int | availableData() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||
UNCHANGED | protected abstract | n.a. | void | produceData(org.apache.hc.core5.http.nio.StreamChannel <..> )
|
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractBinDataConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected abstract | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected abstract | n.a. | void | data(java.nio.ByteBuffer, boolean) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractCharAsyncEntityConsumer(int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
UNCHANGED | public | n.a. | AbstractCharAsyncEntityConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final protected | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | generateContent() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | java.lang.Object | getContent() | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractCharAsyncEntityProducer(int, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | final public | n.a. | int | available() | n.a. |
|
|||||||||||||
UNCHANGED | protected abstract | n.a. | int | availableData() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||
UNCHANGED | protected abstract | n.a. | void | produceData(org.apache.hc.core5.http.nio.StreamChannel <..> )
|
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | protected static final | int | DEF_BUF_SIZE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractCharDataConsumer(int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
UNCHANGED | public | n.a. | AbstractCharDataConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected abstract | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected abstract | n.a. | void | data(java.nio.CharBuffer, boolean) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final protected | n.a. | void | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, java.nio.charset.Charset, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(byte[], org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.io.File, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createBinary(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createBinary(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[])
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createText(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createText(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[])
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createUrlEncoded(java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | withTrailers(org.apache.hc.core5.http.nio.AsyncEntityProducer, org.apache.hc.core5.http.Header[]) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AsyncEntityProducerWrapper(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicAsyncEntityConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | void | data(java.nio.ByteBuffer, boolean) |
|
n.a. |
|
||||||||||
UNCHANGED | protected | n.a. | byte[] | generateContent() |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicAsyncEntityProducer(java.lang.CharSequence, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicAsyncEntityProducer(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicAsyncEntityProducer(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicAsyncEntityProducer(byte[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicAsyncEntityProducer(byte[], org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicAsyncEntityProducer(java.lang.CharSequence, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.lang.Exception | getException() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DigestingEntityConsumer(java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | getContent() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | byte[] | getDigest() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getTrailers() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DigestingEntityProducer(java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | byte[] | getDigest() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | DiscardingEntityConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | getContent() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | FileEntityProducer(java.io.File) | n.a. |
|
|||||
UNCHANGED | public | n.a. | FileEntityProducer(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | FileEntityProducer(java.io.File, int, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | FileEntityProducer(java.io.File, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.Exception | getException() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NoopEntityConsumer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.lang.Void | getContent() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | PathEntityProducer(java.nio.file.Path, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | PathEntityProducer(java.nio.file.Path, org.apache.hc.core5.http.ContentType, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | PathEntityProducer(java.nio.file.Path, int, org.apache.hc.core5.http.ContentType, boolean, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | PathEntityProducer(java.nio.file.Path, org.apache.hc.core5.http.ContentType, boolean, java.nio.file.OpenOption[]) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.Exception | getException() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | StringAsyncEntityConsumer() | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringAsyncEntityConsumer(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringAsyncEntityConsumer(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringAsyncEntityConsumer(int, int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||
UNCHANGED | final protected | n.a. | void | data(java.nio.CharBuffer, boolean) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | generateContent() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||
UNCHANGED | final protected | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence, int, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | protected | n.a. | int | availableData() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.Exception | getException() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | void | produceData(org.apache.hc.core5.http.nio.StreamChannel <..> )
|
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.nio.ResourceHolder | org.apache.hc.core5.http.nio.ResourceHolder |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.nio.ResourceHolder | create(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.MessageHeaders | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, boolean) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | reset() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.nio.NHttpMessageParser <..>
|
create() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | reset() | n.a. |
|
|||||||||||
UNCHANGED | public abstract | n.a. | void | write(org.apache.hc.core5.http.MessageHeaders, org.apache.hc.core5.http.nio.SessionOutputBuffer) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | org.apache.hc.core5.http.MessageHeaders | org.apache.hc.core5.http.MessageHeaders |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.nio.NHttpMessageWriter <..>
|
create() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | sendRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | releaseResources() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | void | pushPromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncPushProducer, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public abstract | n.a. | void | sendResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | int | fill(java.nio.channels.ReadableByteChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | hasData() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | read() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | read(java.nio.ByteBuffer, int) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | read(java.nio.ByteBuffer) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | read(java.nio.channels.WritableByteChannel, int) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | int | read(java.nio.channels.WritableByteChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | readLine(org.apache.hc.core5.util.CharArrayBuffer, boolean) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | int | capacity() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | flush(java.nio.channels.WritableByteChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | boolean | hasData() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | write(java.nio.ByteBuffer) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | write(java.nio.channels.ReadableByteChannel) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicClientTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClientTlsStrategy() | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | BasicServerTlsStrategy(org.apache.hc.core5.http.nio.ssl.SecurePortStrategy)
Annotations:
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.SecurePortStrategy | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | FixedPortStrategy(int[]) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | isSecure(java.net.SocketAddress) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | boolean | isSecure(java.net.SocketAddress) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TlsSupport() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | javax.net.ssl.SSLParameters | enforceStrongSecurity(javax.net.ssl.SSLParameters) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLSessionInitializer | enforceStrongSecurity(org.apache.hc.core5.reactor.ssl.SSLSessionInitializer) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.nio.Buffer | java.nio.Buffer |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | endStream() |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | int | write(java.nio.Buffer) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | AbstractAsyncPushHandler(org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | consumePromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | protected | n.a. | void | handleError(org.apache.hc.core5.http.HttpRequest, java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | void | handleResponse(org.apache.hc.core5.http.HttpRequest, java.lang.Object) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | E | java.lang.Object | java.lang.Object | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncRequestConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | AbstractAsyncRequesterConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | AbstractAsyncRequesterConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | buildResult(org.apache.hc.core5.http.HttpRequest, java.lang.Object, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | E | java.lang.Object | java.lang.Object | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | AbstractAsyncResponseConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | AbstractAsyncResponseConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | buildResult(org.apache.hc.core5.http.HttpResponse, java.lang.Object, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractAsyncServerAuthFilter(boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | n.a. | boolean | authenticate(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.String | generateChallenge(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | generateResponseContent(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
n.a. |
|
||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | parseChallengeResponse(java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractServerExchangeHandler() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final public | n.a. | int | available() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | void | handle(java.lang.Object, org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | protected abstract | n.a. | org.apache.hc.core5.http.nio.AsyncRequestConsumer <..>
|
supplyConsumer(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncPushProducer | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | create(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameter(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncRequestProducer | build() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | create(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put(java.lang.String) | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | query() |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | query(java.net.URI) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | query(java.lang.String) |
Compatibility Changes:
|
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setPath(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setScheme(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setUri(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setUri(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncResponseProducer | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | create(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AsyncServerExpectationFilter() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | generateResponseContent(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
||||||||||
UNCHANGED | final public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
n.a. |
|
||||||||||
UNCHANGED | protected | n.a. | boolean | verify(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AsyncServerFilterChainElement(org.apache.hc.core5.http.nio.AsyncFilterHandler, org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | create(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final public | n.a. | int | available() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.nio.AsyncResponseProducer | verify(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncClientExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | BasicClientExchangeHandler(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | cancel() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | consumeInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | produceRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushProducer | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicPushProducer(int, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicPushProducer(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicPushProducer(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | produceResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncRequestConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BasicRequestConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | BasicRequestConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncRequestProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicRequestProducer(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, java.net.URI, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(java.lang.String, java.net.URI, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicRequestProducer(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BasicResponseConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public | n.a. | BasicResponseConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicResponseProducer(int, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicResponseProducer(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicResponseProducer(int, java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | sendResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | BasicServerExchangeHandler(org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | protected | n.a. | void | handle(java.lang.Object, org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||
UNCHANGED | protected | n.a. | org.apache.hc.core5.http.nio.AsyncRequestConsumer <..>
|
supplyConsumer(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change |
ANNOTATION_DEPRECATED_ADDED |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractClassicEntityConsumer(int, java.util.concurrent.Executor) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | consumeData(org.apache.hc.core5.http.ContentType, java.io.InputStream) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | java.lang.Object | getContent() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | java.lang.Exception | getException() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractClassicEntityProducer(int, org.apache.hc.core5.http.ContentType, java.util.concurrent.Executor) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | n.a. | int | available() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.lang.Exception | getException() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||
UNCHANGED | protected abstract | n.a. | void | produceData(org.apache.hc.core5.http.ContentType, java.io.OutputStream) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
ANNOTATION_DEPRECATED_ADDED |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractClassicServerExchangeHandler(int, java.util.concurrent.Executor) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | final public | n.a. | int | available() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.lang.Exception | getException() | n.a. |
|
|||||||||||||||
UNCHANGED | protected abstract | n.a. | void | handle(org.apache.hc.core5.http.HttpRequest, java.io.InputStream, org.apache.hc.core5.http.HttpResponse, java.io.OutputStream, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.Deprecated | n.a. |
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
NEW | org.apache.hc.core5.http.nio.AsyncRequestProducer | n.a. |
NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | ClassicToAsyncRequestProducer(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
NEW | public | n.a. | ClassicToAsyncRequestProducer(org.apache.hc.core5.http.ClassicHttpRequest, int, org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||
NEW | public | n.a. | org.apache.hc.core5.http.nio.support.classic.ClassicToAsyncRequestProducer$IORunnable | blockWaiting() |
|
Compatibility Changes:
|
|
||||||||||||
NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||
NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||||
NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||
NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||
NEW | public | n.a. | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public abstract | n.a. | void | execute() |
|
n.a. |
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
NEW | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | ClassicToAsyncResponseConsumer(int, org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
NEW | public | n.a. | ClassicToAsyncResponseConsumer(org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | blockWaiting() |
|
Compatibility Changes:
|
|
||||||||||||||
NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
NEW | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
NEW | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(int, java.util.concurrent.Executor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(java.util.concurrent.Executor, org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.function.Callback
<..> )
|
n.a. |
|
|||||||||
NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(java.util.concurrent.Executor, org.apache.hc.core5.http.io.HttpRequestHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(java.util.concurrent.Executor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||||
NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
NEW | protected | n.a. | org.apache.hc.core5.http.nio.AsyncResponseProducer | handleError(java.lang.Exception) | n.a. |
|
|||||||||||||||
NEW | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | int | read() |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | reset() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.InputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ContentInputStream(org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | available() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read(byte[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | int | read() |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | reset() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | write(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | write(int) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | writeCompleted() |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.io.OutputStream | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | java.io.Flushable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ContentOutputStream(org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | flush() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[], int, int) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(byte[]) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | write(int) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DefaultAsyncResponseExchangeHandlerFactory(org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.function.Decorator
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultAsyncResponseExchangeHandlerFactory(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | create(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ImmediateResponseExchangeHandler(org.apache.hc.core5.http.nio.AsyncResponseProducer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ImmediateResponseExchangeHandler(int, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ImmediateResponseExchangeHandler(org.apache.hc.core5.http.HttpResponse, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | TerminalAsyncServerFilter(org.apache.hc.core5.http.nio.HandlerFactory <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
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 | 1021115888614894449 | -7658940387386078766 |
New | true | 1021115888614894449 | -7658940387386078766 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NoHttpResponseException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | NoHttpResponseException(java.lang.String, java.lang.Throwable) | 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 | 1944116577095040021 | 7929295893253266373 |
New | true | 1944116577095040021 | 7929295893253266373 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | NotImplementedException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | NotImplementedException() | 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 | 6402506118960886486 | -7288819855864183578 |
New | true | 6402506118960886486 | -7288819855864183578 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ParseException(java.lang.String, java.lang.CharSequence, int, int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ParseException(java.lang.String, java.lang.CharSequence, int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ParseException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ParseException() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | getErrorOffset() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.protocol.HttpContext | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | BasicHttpContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | BasicHttpContext() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | getAttribute(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | removeAttribute(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | setAttribute(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.protocol.HttpProcessor | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | DefaultHttpProcessor(java.util.List <..> , java.util.List
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultHttpProcessor(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultHttpProcessor(org.apache.hc.core5.http.HttpRequestInterceptor[], org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | DefaultHttpProcessor(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | 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.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ForwardedRequest() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | RESERVED_PREFIX | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | getAttribute(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.Object | removeAttribute(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | java.lang.Object | setAttribute(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) | 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 | CONNECTION_ENDPOINT
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | java.lang.String | HTTP_REQUEST
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | java.lang.String | HTTP_RESPONSE
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | java.lang.String | SSL_SESSION
Annotations:
|
n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | HttpCoreContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
UNCHANGED | public | n.a. | HttpCoreContext() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | adapt(org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
n.a. |
|
|||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | cast(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | castOrCreate(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | create() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | getAttribute(java.lang.String) | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | Generic Templates:
|
java.lang.Object | getAttribute(java.lang.String, java.lang.Class <..> )
|
n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.EndpointDetails | getEndpointDetails() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpRequest | getRequest() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpResponse | getResponse() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | javax.net.ssl.SSLSession | getSSLSession() | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | removeAttribute(java.lang.String) | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.Object | setAttribute(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | java.util.TimeZone | GMT
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | java.time.ZoneId | GMT_ID | n.a. | ||||||
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.HttpDateGenerator | INSTANCE | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | INTERNET_MESSAGE_FORMAT | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | PATTERN_RFC1123
Annotations:
|
n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getCurrentDate() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | add(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | add(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAll(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAll(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllFirst(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllFirst(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllLast(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllLast(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | create() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | register(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | unregister(java.lang.String) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.RequestConformance | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestConformance() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestConnControl() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestContent(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RequestContent() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | void | validateOptionsContentType(org.apache.hc.core5.http.HttpRequest) |
|
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.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestDate() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.RequestExpectContinue | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestExpectContinue() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestMapper | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | RequestHandlerRegistry(java.lang.String, org.apache.hc.core5.http.protocol.UriPatternType) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | RequestHandlerRegistry() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | RequestHandlerRegistry(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | RequestHandlerRegistry(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | register(java.lang.String, java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestTargetHost() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change |
INTERFACE_ADDED |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | n.a. | RequestTE() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestUserAgent() | n.a. |
|
|||||
UNCHANGED | public | n.a. | RequestUserAgent(java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.RequestValidateHost | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestValidateHost() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.ResponseConformance | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ResponseConformance() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | 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.core5.http.protocol.ResponseConnControl | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ResponseConnControl() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | 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.core5.http.protocol.ResponseContent | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ResponseContent() | n.a. |
|
|||||
UNCHANGED | public | n.a. | ResponseContent(boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | 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.core5.http.protocol.ResponseDate | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ResponseDate() | n.a. |
|
|||||
NEW | public | n.a. | ResponseDate(boolean) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ResponseServer(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ResponseServer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | UriPatternMatcher() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
entrySet() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | boolean | matchUriRequestPattern(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | register(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | unregister(java.lang.String) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | UriPatternOrderedMatcher() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
entrySet() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | boolean | matchUriRequestPattern(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | register(java.lang.String, java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | unregister(java.lang.String) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 780320588468792145 | n.a. |
New | true | 780320588468792145 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.UriPatternType | REGEX | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.UriPatternType | URI_PATTERN | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.UriPatternType | URI_PATTERN_IN_ORDER | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
org.apache.hc.core5.http.protocol.LookupRegistry <..>
|
newMatcher(org.apache.hc.core5.http.protocol.UriPatternType)
Annotations:
|
n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.UriPatternType | valueOf(java.lang.String) | n.a. |
|
|||||||||||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.UriPatternType[] | values() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | UriRegexMatcher() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | register(java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | unregister(java.lang.String) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ViaRequest() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
Status | 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 | -2754746238614345473 | -2143571074341228994 |
New | true | -2754746238614345473 | -2143571074341228994 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ProtocolException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | ProtocolException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ProtocolException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | ProtocolException(java.lang.String, java.lang.Throwable) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4246397638344832141 | 8950662842175091068 |
New | true | -4246397638344832141 | 8950662842175091068 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ProtocolVersion(java.lang.String, int, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | int | compareToVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | equals(int, int) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | format() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | int | getMajor() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | int | getMinor() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | java.lang.String | getProtocol() | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | greaterEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | int | hashCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isComparable(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | final public | n.a. | boolean | lessEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ProtocolVersion | parse(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.String | getReason(int, java.util.Locale) | 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 | 6217069372296310330 | 1 |
New | true | 6217069372296310330 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | RequestHeaderFieldsTooLargeException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | RequestHeaderFieldsTooLargeException(java.lang.String, java.lang.Throwable) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.util.Timeout | getSocketTimeout() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | void | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -3002225876725814478 | n.a. |
New | true | -3002225876725814478 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_0 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_1 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_2 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_3 | n.a. |
UNCHANGED | public final | java.lang.String | id | n.a. |
UNCHANGED | public final | org.apache.hc.core5.http.ProtocolVersion | version | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | java.lang.String[] | excludeWeak(java.lang.String[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getId() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | greaterEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isComparable(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isSame(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | boolean | isSecure(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | lessEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ProtocolVersion | parse(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ssl.TLS | valueOf(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.ssl.TLS[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TlsCiphers() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | java.lang.String[] | excludeH2Blacklisted(java.lang.String[]) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | java.lang.String[] | excludeWeak(java.lang.String[]) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isH2Blacklisted(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isWeak(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 | -6831969800565085643 | 1 |
New | true | -6831969800565085643 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | StreamClosedException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | StreamClosedException() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractMessageBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | build() | n.a. |
|
|||||||||||||
UNCHANGED | protected | n.a. | void | digest(org.apache.hc.core5.http.HttpMessage) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getFirstHeaders() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
removeHeaders(java.lang.String) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeaders(java.util.Iterator <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractMessageBuilder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractRequestBuilder(java.lang.String) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractRequestBuilder(java.lang.String, java.net.URI) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractRequestBuilder(org.apache.hc.core5.http.Method) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractRequestBuilder(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractRequestBuilder(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
UNCHANGED | protected | n.a. | AbstractRequestBuilder(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addParameter(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||||
UNCHANGED | protected | n.a. | void | digest(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.nio.charset.Charset | getCharset() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getMethod() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getParameters() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getScheme() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.net.URI | getUri() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isAbsoluteRequestUri() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
removeHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setAbsoluteRequestUri(boolean) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setCharset(java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setPath(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setScheme(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setUri(java.net.URI) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setUri(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractMessageBuilder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | AbstractResponseBuilder(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | protected abstract | n.a. | java.lang.Object | build() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getStatus() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
removeHeaders(java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | setStatus(int) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameter(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | build() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | copy(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | create(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | delete() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | delete(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | delete(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | get() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | get(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | get(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | head() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | head(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | head(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | options() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | options(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | options(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | patch() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | patch(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | patch(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | post() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | post(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | post(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | put() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | put(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | put(java.lang.String) | n.a. |
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | query() |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | query(java.net.URI) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | query(java.lang.String) |
Compatibility Changes:
|
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setPath(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setScheme(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setUri(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setUri(java.lang.String) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | trace() | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | trace(java.net.URI) | n.a. |
|
|||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | trace(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | BasicResponseBuilder(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | addHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.message.BasicHttpResponse | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | copy(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | create(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | removeHeaders(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeader(java.lang.String, java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.http.MalformedChunkCodingException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5762886602431996258 | -23506263930279460 |
New | true | -5762886602431996258 | -23506263930279460 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TruncatedChunkException(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | TruncatedChunkException(java.lang.String, java.lang.Object[]) | 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 | 6754729020079241636 | -1348448090193107031 |
New | true | 6754729020079241636 | -1348448090193107031 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | UnsupportedHttpVersionException(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
UNCHANGED | public | n.a. | UnsupportedHttpVersionException() | n.a. |
|
|||||
UNCHANGED | public | n.a. | UnsupportedHttpVersionException(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7549510325334317376 | n.a. |
New | true | -7549510325334317376 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.URIScheme | HTTP | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.http.URIScheme | HTTPS | n.a. |
UNCHANGED | public final | java.lang.String | id | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getId() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | same(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.URIScheme | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.http.URIScheme[] | values() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -8423909842482525149 | n.a. |
New | true | -8423909842482525149 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.io.CloseMode | GRACEFUL | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.io.CloseMode | IMMEDIATE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.io.CloseMode | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.io.CloseMode[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Closer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | void | close(java.io.Closeable) |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | void | close(org.apache.hc.core5.io.ModalCloseable, org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | void | closeQuietly(java.io.Closeable) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | execute(java.lang.Object) |
|
n.a. |
|
Change |
ANNOTATION_ADDED |
Change Status | Name | Old Type | New Type | Generics |
NEW | R | n.a. | java.lang.Object | |
NEW | T | n.a. | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | public abstract | n.a. | java.lang.Object | apply(java.lang.Object) |
|
n.a. |
|
Status: | Fully Qualified Name: | Elements: |
NEW | java.lang.FunctionalInterface | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SocketTimeoutExceptionFactory() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | java.net.SocketTimeoutException | create(org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.net.NamedEndpoint | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 987672072413843680 | 1 |
New | true | 987672072413843680 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Host(java.lang.String, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.net.Host | create(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getHostName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getPort() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | byte | IPV4 | n.a. |
UNCHANGED | public static final | byte | IPV6 | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | void | formatAddress(java.lang.StringBuilder, java.net.SocketAddress) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.lang.String | getCanonicalLocalHostName() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv4(java.lang.CharSequence) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv4Address(java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv4MappedIPv6(java.lang.CharSequence) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv4MappedIPv64Address(java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6(java.lang.CharSequence) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6Address(java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6HexCompressed(java.lang.CharSequence) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6HexCompressedAddress(java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6Std(java.lang.CharSequence) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6StdAddress(java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6URLBracketed(java.lang.CharSequence) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isIPv6URLBracketedAddress(java.lang.String)
Annotations:
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.String | getHostName() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | int | getPort() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.net.PercentCodec | RFC3986 | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.net.PercentCodec | RFC5987 | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PercentCodec() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | java.lang.String | decode(java.lang.CharSequence, java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | decode(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | void | encode(java.lang.StringBuilder, java.lang.CharSequence, java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | java.lang.String | encode(java.lang.CharSequence, java.nio.charset.Charset) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | encode(java.lang.StringBuilder, java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | encode(java.lang.CharSequence) | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | MAX_VALUE | n.a. |
UNCHANGED | public static final | int | MIN_VALUE | n.a. |
UNCHANGED | public static final | int | SCHEME_DEFAULT | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Ports() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | int | check(int) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | int | checkWithDefault(int) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.net.NamedEndpoint | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7274041873969084149 | 1 |
New | true | -7274041873969084149 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | URIAuthority(java.lang.String, java.lang.String, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | URIAuthority(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | URIAuthority(org.apache.hc.core5.net.Host) | n.a. |
|
|||||
UNCHANGED | public | n.a. | URIAuthority(org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
|||||
UNCHANGED | public | n.a. | URIAuthority(java.lang.String, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | URIAuthority(java.lang.String, org.apache.hc.core5.net.Host) | n.a. |
|
|||||
UNCHANGED | public | n.a. | URIAuthority(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.net.URIAuthority | create(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getHostName() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | getPort() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | getUserInfo() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | URIBuilder(java.lang.String, java.nio.charset.Charset) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | URIBuilder() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | URIBuilder(java.net.URI, java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | URIBuilder(java.net.URI) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | URIBuilder(java.lang.String) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | addParameter(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | addParameters(java.util.List <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | appendPath(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | appendPathSegments(java.lang.String[]) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | appendPathSegments(java.util.List <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.net.URI | build() |
|
n.a. |
|
||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | clearParameters() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.nio.charset.Charset | getCharset() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.http.NameValuePair | getFirstQueryParam(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getFragment() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getHost() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getPathSegments() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getPort() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.util.List <..>
|
getQueryParams() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getScheme() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getSchemeSpecificPart() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getUserInfo() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isAbsolute() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isOpaque() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isPathEmpty() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isQueryEmpty() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.net.URIBuilder | localhost() |
|
n.a. |
|
||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.net.URIBuilder | loopbackAddress() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | normalizeSyntax()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | optimize() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | removeParameter(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | removeQuery() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setAuthority(org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setCustomQuery(java.lang.String) | n.a. |
|
|||||||||||
NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setEncodingPolicy(org.apache.hc.core5.net.URIBuilder$EncodingPolicy) |
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setFragment(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setHost(java.net.InetAddress) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setHost(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setParameter(java.lang.String, java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setParameters(java.util.List <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPath(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegments(java.lang.String[]) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegments(java.util.List <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegmentsRootless(java.lang.String[]) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegmentsRootless(java.util.List <..> )
|
n.a. |
|
|||||||||||
NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPlusAsBlank(boolean) |
Compatibility Changes:
|
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPort(int) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setScheme(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String, org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String, java.util.List <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setUserInfo(java.lang.String) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.net.URIBuilder | setUserInfo(java.lang.String, java.lang.String)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes |
NEW | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
NEW | java.lang.Comparable | n.a. |
NEW | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | 2393836675119986057 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | org.apache.hc.core5.net.URIBuilder$EncodingPolicy | ALL_RESERVED | n.a. |
NEW | public static final | org.apache.hc.core5.net.URIBuilder$EncodingPolicy | RFC_3986 | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | static public | n.a. | org.apache.hc.core5.net.URIBuilder$EncodingPolicy | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
NEW | static public | n.a. | org.apache.hc.core5.net.URIBuilder$EncodingPolicy[] | values() |
Compatibility Changes:
|
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | URLEncodedUtils() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | java.lang.String | format(java.lang.Iterable <..> , char, java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.lang.String | format(java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.lang.String | formatSegments(java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.lang.String | formatSegments(java.lang.String[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parse(java.net.URI, java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parse(java.lang.CharSequence, java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parse(java.lang.CharSequence, java.nio.charset.Charset, char[]) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parsePathSegments(java.lang.CharSequence, java.nio.charset.Charset) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parsePathSegments(java.lang.CharSequence) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | WWWFormCodec() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | void | format(java.lang.StringBuilder, java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.lang.String | format(java.lang.Iterable <..> , java.nio.charset.Charset)
|
n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | java.util.List <..>
|
parse(java.lang.CharSequence, java.nio.charset.Charset) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | C | org.apache.hc.core5.io.ModalCloseable | org.apache.hc.core5.io.ModalCloseable | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | closeExpired() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | getMaxPerRoute(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | int | getMaxTotal() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | setMaxPerRoute(java.lang.Object, int) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | setMaxTotal(int) | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | onLease(java.lang.Object, org.apache.hc.core5.pool.ConnPoolStats <..> )
|
n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | onRelease(java.lang.Object, org.apache.hc.core5.pool.ConnPoolStats <..> )
|
n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | C | org.apache.hc.core5.io.ModalCloseable | org.apache.hc.core5.io.ModalCloseable | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPool | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | LaxConnPool(int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.DisposalCallback <..> , org.apache.hc.core5.pool.ConnPoolListener
<..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | LaxConnPool(int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.ConnPoolListener <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | LaxConnPool(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | closeExpired() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | enumAvailable(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | enumLeased(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getMaxPerRoute(java.lang.Object) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getMaxTotal() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | isShutdown() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setMaxPerRoute(java.lang.Object, int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setMaxTotal(int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | validatePendingRequests() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | C | org.apache.hc.core5.io.ModalCloseable | org.apache.hc.core5.io.ModalCloseable | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPool | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5000005489770491303 | n.a. |
New | true | 7543845688965101596 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | LAX | n.a. |
NEW | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | OFFLOCK | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | STRICT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.pool.PoolConcurrencyPolicy | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.pool.PoolConcurrencyPolicy[] | values() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | C | org.apache.hc.core5.io.ModalCloseable | org.apache.hc.core5.io.ModalCloseable | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | PoolEntry(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | PoolEntry(java.lang.Object, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | PoolEntry(java.lang.Object, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.DisposalCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | assignConnection(org.apache.hc.core5.io.ModalCloseable) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | discardConnection(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.io.ModalCloseable | getConnection() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getCreated() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Deadline | getExpiryDeadline() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | getRoute() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.Object | getState() | n.a. |
|
|||||
UNCHANGED | public | n.a. | long | getUpdated() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Deadline | getValidityDeadline() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | hasConnection() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | updateExpiry(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | updateState(java.lang.Object) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7970623790287553018 | n.a. |
New | true | 7970623790287553018 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolReusePolicy | FIFO | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolReusePolicy | LIFO | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.pool.PoolReusePolicy | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.pool.PoolReusePolicy[] | values() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5316253766591365218 | -2807686144795228544 |
New | true | 5316253766591365218 | -2807686144795228544 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PoolStats(int, int, int, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | int | getAvailable() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getLeased() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getMax() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getPending() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Change |
INTERFACE_ADDED |
Change Status | Name | Old Type | New Type | Generics |
NEW | C | n.a. | org.apache.hc.core5.io.ModalCloseable | |
NEW | R | n.a. | java.lang.Object |
Status | Interface | Compatibility Changes |
NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
NEW | java.io.Closeable | n.a. |
NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
NEW | java.lang.AutoCloseable | n.a. |
NEW | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
NEW | org.apache.hc.core5.pool.ConnPool | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW | public | n.a. | RouteSegmentedConnPool(int, int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.DisposalCallback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | closeExpired() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | int | getDefaultMaxPerRoute() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | int | getMaxPerRoute(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | int | getMaxTotal() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | setMaxPerRoute(java.lang.Object, int) |
Compatibility Changes:
|
|
|||||||||||
NEW | public | n.a. | void | setMaxTotal(int) |
Compatibility Changes:
|
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | C | org.apache.hc.core5.io.ModalCloseable | org.apache.hc.core5.io.ModalCloseable | |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPool | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | StrictConnPool(int, int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | StrictConnPool(int, int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.ConnPoolListener <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | StrictConnPool(int, int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.DisposalCallback <..> , org.apache.hc.core5.pool.ConnPoolListener
<..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | close() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | closeExpired() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | enumAvailable(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | enumLeased(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getMaxPerRoute(java.lang.Object) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | int | getMaxTotal() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | boolean | isShutdown() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setMaxPerRoute(java.lang.Object, int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | setMaxTotal(int) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | validatePendingRequests() | n.a. |
|
Change Status | Name | Old Type | New Type | Generics |
UNCHANGED | T | java.lang.Object | java.lang.Object |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | AbstractIOSessionPool() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | final public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | void | close() | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
UNCHANGED | protected abstract | n.a. | void | closeSession(org.apache.hc.core5.reactor.IOSession, org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | protected abstract | n.a. | java.util.concurrent.Future <..>
|
connectSession(java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | void | enumAvailable(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||||
UNCHANGED | final public | n.a. | java.util.concurrent.Future <..>
|
getSession(java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||||||
UNCHANGED | protected abstract | n.a. | void | validateSession(org.apache.hc.core5.reactor.IOSession, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8771864515708179989 | n.a. |
New | true | 8771864515708179989 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.Command$Priority | IMMEDIATE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.reactor.Command$Priority | NORMAL | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.Command$Priority | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.Command$Priority[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | java.util.Set <..>
|
getEndpoints() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | void | pause() |
|
n.a. |
|
||||||||||||
UNCHANGED | public abstract | n.a. | void | resume() |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.net.NamedEndpoint, java.net.SocketAddress, java.net.SocketAddress, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.AbstractIOReactorBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | n.a. | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, java.util.concurrent.ThreadFactory, org.apache.hc.core5.function.Decorator <..> , org.apache.hc.core5.function.Callback
<..> , org.apache.hc.core5.reactor.IOSessionListener, org.apache.hc.core5.function.Callback
<..> )
|
n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | initiateShutdown() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | void | start() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.AbstractIOReactorBase | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | n.a. | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, java.util.concurrent.ThreadFactory, java.util.concurrent.ThreadFactory, org.apache.hc.core5.function.Decorator <..> , org.apache.hc.core5.function.Callback
<..> , org.apache.hc.core5.reactor.IOSessionListener, org.apache.hc.core5.function.Callback
<..> )
|
n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | java.util.Set <..>
|
getEndpoints() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | initiateShutdown() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | pause() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | resume() |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | start() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | READ | n.a. |
UNCHANGED | public static final | int | READ_WRITE | n.a. |
UNCHANGED | public static final | int | WRITE | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||
UNCHANGED | public abstract | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. |
|
|||||||||
UNCHANGED | public abstract | n.a. | void | initiateShutdown() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorConfig | DEFAULT | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | copy(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | custom() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getBacklogSize() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getIoThreadCount() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getRcvBufSize() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getSelectInterval() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getSndBufSize() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getSoLinger() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getSoTimeout() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.net.SocketAddress | getSocksProxyAddress() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getSocksProxyPassword() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | getSocksProxyUsername() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getTcpKeepCount() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getTcpKeepIdle() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getTcpKeepInterval() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | int | getTrafficClass() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isSoKeepAlive() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isSoKeepalive()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isSoReuseAddress() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | boolean | isTcpNoDelay() | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig | build() | n.a. |
|
|||||
UNCHANGED | static public | n.a. | int | getDefaultMaxIOThreadCount() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setBacklogSize(int) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | void | setDefaultMaxIOThreadCount(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setIoThreadCount(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setRcvBufSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSelectInterval(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSndBufSize(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoKeepAlive(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoLinger(int, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoLinger(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoReuseAddress(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoTimeout(int, java.util.concurrent.TimeUnit) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyAddress(java.net.SocketAddress) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyPassword(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyUsername(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepCount(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepIdle(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepInterval(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpNoDelay(boolean) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTrafficClass(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public abstract | n.a. | void | onQueueWaitTime(long) | n.a. |
|
|||||
NEW | public abstract | n.a. | void | onResourceStarvationDetected() | n.a. |
|
|||||
NEW | public abstract | n.a. | void | onThreadPoolSaturation(double) | n.a. |
|
|||||
NEW | public abstract | n.a. | void | onThreadPoolStatus(int, int) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | start() | 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 | -5514669015139333002 | 1 |
New | true | -5514669015139333002 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | IOReactorShutdownException(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2411354965355119208 | n.a. |
New | true | 2411354965355119208 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | ACTIVE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | INACTIVE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | SHUTTING_DOWN | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | SHUT_DOWN | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus[] | values() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.net.SocketAddress | getAddress() | n.a. |
|
|||||
UNCHANGED | public abstract | n.a. | boolean | isClosed() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.nio.channels.ReadableByteChannel | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ssl.TransportSecurityLayer | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOSession | n.a. |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.nio.channels.ByteChannel | n.a. |
UNCHANGED | java.nio.channels.WritableByteChannel | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.util.Identifiable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | java.nio.channels.Channel | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.net.NamedEndpoint | getInitialEndpoint() | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | registerProtocol(java.lang.String, org.apache.hc.core5.reactor.ProtocolUpgradeHandler) | n.a. |
|
|||||||||||||
UNCHANGED | public | n.a. | void | switchProtocol(java.lang.String, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.reactor.IOEventHandlerFactory | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | n.a. | SocksProxyProtocolHandlerFactory(java.net.SocketAddress, java.lang.String, java.lang.String, org.apache.hc.core5.reactor.IOEventHandlerFactory) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, java.lang.Object) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8621207155712416437 | n.a. |
New | true | 8621207155712416437 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.ssl.SSLBufferMode | DYNAMIC | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.reactor.ssl.SSLBufferMode | STATIC | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLBufferMode | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLBufferMode[] | values() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -2111564664825059165 | n.a. |
New | true | -2111564664825059165 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.ssl.SSLMode | CLIENT | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.reactor.ssl.SSLMode | SERVER | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLMode | valueOf(java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLMode[] | values() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | void | initialize(org.apache.hc.core5.net.NamedEndpoint, javax.net.ssl.SSLEngine) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.reactor.ssl.TlsDetails | verify(org.apache.hc.core5.net.NamedEndpoint, javax.net.ssl.SSLEngine) |
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TlsDetails(javax.net.ssl.SSLSession, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.lang.String | getApplicationProtocol() | n.a. |
|
|||||
UNCHANGED | public | n.a. | javax.net.ssl.SSLSession | getSSLSession() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public abstract | n.a. | org.apache.hc.core5.reactor.ssl.TlsDetails | getTlsDetails() | n.a. |
|
|||||||||||||
UNCHANGED | public abstract | n.a. | void | startTls(javax.net.ssl.SSLContext, org.apache.hc.core5.net.NamedEndpoint, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier, org.apache.hc.core5.util.Timeout) |
|
n.a. |
|
||||||||||||
UNCHANGED | public | n.a. | void | startTls(javax.net.ssl.SSLContext, org.apache.hc.core5.net.NamedEndpoint, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | PrivateKeyDetails(java.lang.String, java.security.cert.X509Certificate[]) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | java.security.cert.X509Certificate[] | getCertChain() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | getType() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | n.a. | java.lang.String | chooseAlias(java.util.Map <..> , javax.net.ssl.SSLParameters)
|
n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SSLContextBuilder() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | n.a. | javax.net.ssl.SSLContext | build() |
|
n.a. |
|
||||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | create() | n.a. |
|
|||||||||||||||||
UNCHANGED | protected | n.a. | void | initSSLContext(javax.net.ssl.SSLContext, java.util.Collection <..> , java.util.Collection
<..> , java.security.SecureRandom)
|
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.security.KeyStore, char[], org.apache.hc.core5.ssl.PrivateKeyStrategy) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.nio.file.Path, char[], char[], java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.nio.file.Path, char[], char[], org.apache.hc.core5.ssl.PrivateKeyStrategy, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.security.KeyStore, char[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.io.File, char[], char[], org.apache.hc.core5.ssl.PrivateKeyStrategy) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.io.File, char[], char[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.net.URL, char[], char[], org.apache.hc.core5.ssl.PrivateKeyStrategy) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.net.URL, char[], char[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.security.KeyStore, org.apache.hc.core5.ssl.TrustStrategy) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path, char[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path, char[], org.apache.hc.core5.ssl.TrustStrategy, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(org.apache.hc.core5.ssl.TrustStrategy) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File, char[], org.apache.hc.core5.ssl.TrustStrategy) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File, char[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.net.URL, char[], org.apache.hc.core5.ssl.TrustStrategy) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.net.URL, char[]) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyManagerFactoryAlgorithm(java.lang.String) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreProvider(java.security.Provider) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreProvider(java.lang.String) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreType(java.lang.String) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setProtocol(java.lang.String) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setProvider(java.security.Provider) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setProvider(java.lang.String) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setSecureRandom(java.security.SecureRandom) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustManagerFactoryAlgorithm(java.lang.String) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustStoreProvider(java.security.Provider) | n.a. |
|
|||||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustStoreProvider(java.lang.String) |
|
n.a. |
|
||||||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | javax.net.ssl.SSLContext | createDefault() |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | javax.net.ssl.SSLContext | createSystemDefault() |
|
n.a. |
|
||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | custom() | 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 | 2337240339772659145 | -8243587425648536702 |
New | true | 2337240339772659145 | -8243587425648536702 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | SSLInitializationException(java.lang.String, java.lang.Throwable) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | n.a. | boolean | isTrusted(java.security.cert.X509Certificate[], java.lang.String) |
|
n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | void | check(boolean, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object[]) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | long | checkContentLength(org.apache.hc.core5.http.EntityDetails)
Annotations:
|
n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | int | checkRange(int, int, int, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | long | checkRange(long, long, long, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
java.lang.CharSequence | containsNoBlanks(java.lang.CharSequence, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | boolean | isEmpty(java.lang.Object) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
java.lang.CharSequence | notBlank(java.lang.CharSequence, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
java.lang.CharSequence | notEmpty(java.lang.CharSequence, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
java.util.Collection | notEmpty(java.util.Collection <..> , java.lang.String)
|
n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
java.lang.Object | notEmpty(java.lang.Object, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | int | notNegative(int, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | long | notNegative(long, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
java.lang.Object | notNull(java.lang.Object, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | int | positive(int, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | n.a. | long | positive(long, java.lang.String) | n.a. |
|
||||||||||||||||||||||||||||
UNCHANGED | static public | Generic Templates:
|
org.apache.hc.core5.util.TimeValue | positive(org.apache.hc.core5.util.TimeValue, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | void | check(boolean, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | void | notBlank(java.lang.CharSequence, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | void | notEmpty(java.lang.CharSequence, java.lang.String) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | void | notNull(java.lang.Object, java.lang.String) | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -1134802882229548040 | 4359112959524048036 |
New | true | -1134802882229548040 | 4359112959524048036 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | ByteArrayBuffer(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | append(byte[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(char[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(org.apache.hc.core5.util.CharArrayBuffer, int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(java.nio.ByteBuffer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | byte[] | array() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | byteAt(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | capacity() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | ensureCapacity(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | indexOf(byte, int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | indexOf(byte) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isEmpty() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isFull() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | length() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setLength(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | byte[] | toByteArray() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.CharSequence | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2082096631061704615 | -6208952725094867135 |
New | true | 2082096631061704615 | -6208952725094867135 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | CharArrayBuffer(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | void | append(char[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(java.lang.String) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(org.apache.hc.core5.util.CharArrayBuffer, int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(org.apache.hc.core5.util.CharArrayBuffer) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(char) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(byte[], int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(org.apache.hc.core5.util.ByteArrayBuffer, int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | append(java.lang.Object) | n.a. |
|
|||||
UNCHANGED | public | n.a. | char[] | array() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | capacity() | n.a. |
|
|||||
UNCHANGED | public | n.a. | char | charAt(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | clear() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | ensureCapacity(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | indexOf(int, int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | indexOf(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isEmpty() | n.a. |
|
|||||
UNCHANGED | public | n.a. | boolean | isFull() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | length() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | setLength(int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.CharSequence | subSequence(int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | substring(int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | substringTrimmed(int, int) | n.a. |
|
|||||
UNCHANGED | public | n.a. | char[] | toCharArray() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | DATE_FORMAT | n.a. |
UNCHANGED | public static | org.apache.hc.core5.util.Deadline | MAX_VALUE | n.a. |
UNCHANGED | public static | org.apache.hc.core5.util.Deadline | MIN_VALUE | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Deadline | calculate(long, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Deadline | calculate(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | format(java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | formatTarget() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Deadline | freeze() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Deadline | fromUnixMilliseconds(long) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | long | getValue() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isBefore(long) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isExpired() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isMax() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isMin() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isNotExpired() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Deadline | min(org.apache.hc.core5.util.Deadline) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Deadline | parse(java.lang.String) |
|
n.a. |
|
||||||||
UNCHANGED | public | n.a. | long | remaining() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | remainingTimeValue() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.util.concurrent.TimeoutException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -3475781848643041215 | 1 |
New | true | -3475781848643041215 | 1 |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.DeadlineTimeoutException | from(org.apache.hc.core5.util.Deadline) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Deadline | getDeadline() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | java.lang.String | getId() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | HASH_OFFSET | n.a. |
UNCHANGED | public static final | int | HASH_SEED | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | boolean | equals(java.lang.Object, java.lang.Object)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | equals(java.lang.Object[], java.lang.Object[])
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | int | hashCode(int, int) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | int | hashCode(int, boolean) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | int | hashCode(int, java.lang.Object) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | boolean | containsBlanks(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isAllASCII(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isBlank(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | boolean | isEmpty(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | int | length(java.lang.CharSequence) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | java.lang.String | toHexString(byte[]) | n.a. |
|
|||||
UNCHANGED | static public | n.a. | java.lang.String | toLowerCase(java.lang.String) | n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | org.apache.hc.core5.util.TimeValue | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | DISABLED | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | INFINITE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | ONE_MILLISECOND | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | ZERO_MILLISECONDS | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | defaultsToDisabled(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | defaultsToInfinite(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isDisabled() | n.a. |
|
|||||||||
UNCHANGED | public | n.a. | boolean | isEnabled() | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | of(java.time.Duration) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | of(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | ofDays(long) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | ofHours(long) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | ofMicroseconds(long) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | ofMilliseconds(long) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | ofMinutes(long) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | ofNanoseconds(long) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | ofSeconds(long) | n.a. |
|
|||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Timeout | parse(java.lang.String) |
|
n.a. |
|
Status | Superclass | Compatibility Changes |
UNCHANGED | java.util.concurrent.TimeoutException | n.a. |
Status | Interface | Compatibility Changes |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 9082340182257572990 | 1 |
New | true | 9082340182257572990 | 1 |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | TimeoutValueException(org.apache.hc.core5.util.Timeout, org.apache.hc.core5.util.Timeout) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeoutValueException | fromMilliseconds(long, long) | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getActual() | n.a. |
|
|||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | getDeadline() | n.a. |
|
Status | Interface | Compatibility Changes |
UNCHANGED | java.lang.Comparable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | MAX_VALUE | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | NEG_ONE_MILLISECOND | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | NEG_ONE_SECOND | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | ZERO_MILLISECONDS | n.a. |
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
UNCHANGED | static public | n.a. | int | asBoundInt(long) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | int | compareTo(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | convert(java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | Generic Templates:
|
org.apache.hc.core5.util.TimeValue | defaultsTo(org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | defaultsToNegativeOneMillisecond(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | defaultsToNegativeOneSecond(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | defaultsToZeroMilliseconds(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | divide(long) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | divide(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | getDuration() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.util.concurrent.TimeUnit | getTimeUnit() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | boolean | isNonNegative(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | boolean | isPositive(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | min(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | of(long, java.util.concurrent.TimeUnit) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | of(java.time.Duration) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofDays(long) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofHours(long) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofMicroseconds(long) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofMilliseconds(long) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofMinutes(long) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofNanoseconds(long) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofSeconds(long) | n.a. |
|
|||||||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.TimeValue | parse(java.lang.String) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | sleep() |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | timedJoin(java.lang.Thread) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | void | timedWait(java.lang.Object) |
|
n.a. |
|
||||||||||||||
UNCHANGED | public | n.a. | long | toDays() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.time.Duration | toDuration() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | toHours() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | toMicroseconds() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | toMilliseconds() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | int | toMillisecondsIntBound() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | toMinutes() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | toNanoseconds() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | long | toSeconds() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | int | toSecondsIntBound() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||||||||||||
UNCHANGED | public | n.a. | org.apache.hc.core5.util.Timeout | toTimeout() | n.a. |
|
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | CR | n.a. |
UNCHANGED | public static final | char | DQUOTE | n.a. |
UNCHANGED | public static final | char | ESCAPE | n.a. |
UNCHANGED | public static final | int | HT | n.a. |
UNCHANGED | public static final | org.apache.hc.core5.util.Tokenizer | INSTANCE | n.a. |
UNCHANGED | public static final | int | LF | n.a. |
UNCHANGED | public static final | int | SP | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Tokenizer() | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | n.a. | java.util.BitSet | INIT_BITSET(int[])
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter, java.lang.StringBuilder) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | copyQuotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.lang.StringBuilder) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter, java.lang.StringBuilder) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(java.util.BitSet) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char[]) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char, char) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char, char, char) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | boolean | isWhitespace(char) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | parseContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | parseContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | parseToken(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | parseToken(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | parseValue(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | parseValue(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet)
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | void | skipWhiteSpace(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor) | n.a. |
|
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | Tokenizer$Cursor(int, int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | n.a. | boolean | atEnd() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getLowerBound() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getPos() | n.a. |
|
|||||
UNCHANGED | public | n.a. | int | getUpperBound() | n.a. |
|
|||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||
UNCHANGED | public | n.a. | void | updatePos(int) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | n.a. | boolean | test(char) | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | java.lang.String | PROPERTY_MODULE | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | PROPERTY_RELEASE | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | PROPERTY_TIMESTAMP
Annotations:
|
n.a. | ||||||
UNCHANGED | public static final | java.lang.String | UNAVAILABLE | n.a. | ||||||
UNCHANGED | public static final | java.lang.String | VERSION_PROPERTY_FILE | n.a. |
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | n.a. | VersionInfo(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) | n.a. |
|
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static protected | n.a. | org.apache.hc.core5.util.VersionInfo | fromMap(java.lang.String, java.util.Map <..> , java.lang.ClassLoader)
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | java.lang.String | getClassloader() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | java.lang.String | getModule() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | java.lang.String | getPackage() | n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | java.lang.String | getRelease() | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | java.lang.String | getSoftwareInfo(java.lang.String, java.lang.String, java.lang.Class <..> )
|
n.a. |
|
|||||||||||
UNCHANGED | final public | n.a. | java.lang.String | getTimestamp()
Annotations:
|
n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.VersionInfo[] | loadVersionInfo(java.lang.String[], java.lang.ClassLoader) | n.a. |
|
|||||||||||
UNCHANGED | static public | n.a. | org.apache.hc.core5.util.VersionInfo | loadVersionInfo(java.lang.String, java.lang.ClassLoader) | n.a. |
|
|||||||||||
UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|