Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.lang.annotation.Annotation | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.annotation.ThreadingBehavior | threading() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: | ||||||||
UNCHANGED | java.lang.annotation.Documented | n.a. | ||||||||
UNCHANGED | java.lang.annotation.Retention |
|
||||||||
UNCHANGED | java.lang.annotation.Target |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.lang.annotation.Annotation | n.a. |
Status: | Fully Qualified Name: | Elements: | ||||||||
UNCHANGED | java.lang.annotation.Documented | n.a. | ||||||||
UNCHANGED | java.lang.annotation.Retention |
|
||||||||
UNCHANGED | java.lang.annotation.Target |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.lang.annotation.Annotation | n.a. |
Status: | Fully Qualified Name: | Elements: | ||||||||
UNCHANGED | java.lang.annotation.Documented | n.a. | ||||||||
UNCHANGED | java.lang.annotation.Retention |
|
||||||||
UNCHANGED | java.lang.annotation.Target |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.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.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | IMMUTABLE |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | n.a. | IMMUTABLE_CONDITIONAL |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | n.a. | SAFE |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | n.a. | SAFE_CONDITIONAL |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | n.a. | STATELESS |
UNCHANGED | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | n.a. | UNSAFE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.annotation.ThreadingBehavior | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.annotation.ThreadingBehavior[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.util.concurrent.Future | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicFuture(org.apache.hc.core5.concurrent.FutureCallback) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
UNCHANGED | public | boolean | cancel(boolean) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | boolean | cancel() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | boolean | completed(java.lang.Object) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | boolean | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | java.lang.Object | get() |
| n.a. |
|
||||||||||||
UNCHANGED | public | java.lang.Object | get(long, |
| n.a. |
|
||||||||||||
UNCHANGED | public | boolean | isCancelled() | n.a. | n.a. |
|
||||||||||||
UNCHANGED | public | boolean | isDone() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CallbackContribution(org.apache.hc.core5.concurrent.FutureCallback) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | void | cancelled() | n.a. | n.a. |
|
||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | boolean | cancel() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | boolean | isCancelled() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.util.concurrent.Future | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CompletedFuture(java.lang.Object) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | cancel(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | cancel() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | get() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | get(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isCancelled() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isDone() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
UNCHANGED | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ComplexCancellable() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | cancel() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isCancelled() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. | n.a. |
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ComplexFuture(org.apache.hc.core5.concurrent.FutureCallback) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | cancel(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | completed(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | failed(java.lang.Exception) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setDependency(java.util.concurrent.Future) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.util.concurrent.ThreadFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultThreadFactory(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultThreadFactory(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultThreadFactory(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.Thread | newThread(java.lang.Runnable) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | cancelled() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | completed(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FutureContribution(org.apache.hc.core5.concurrent.BasicFuture) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | void | cancelled() | n.a. | n.a. |
|
||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | execute(java.lang.Object) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | decorate(java.lang.Object) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | create(java.lang.Object) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | resolve(java.lang.Object) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | get() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | CR |
UNCHANGED | public static final | int | n.a. | DEL |
UNCHANGED | public static final | int | n.a. | HT |
UNCHANGED | public static final | int | n.a. | LF |
UNCHANGED | public static final | int | n.a. | NULL |
UNCHANGED | public static final | int | n.a. | SP |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.config.CharCodingConfig | n.a. | DEFAULT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.config.CharCodingConfig$Builder | copy(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.config.CharCodingConfig$Builder | custom() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.nio.charset.Charset | getCharset() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.nio.charset.CodingErrorAction | getMalformedInputAction() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.nio.charset.CodingErrorAction | getUnmappableInputAction() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.config.CharCodingConfig | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setMalformedInputAction(java.nio.charset.CodingErrorAction) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setUnmappableInputAction(java.nio.charset.CodingErrorAction) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.config.Http1Config | n.a. | DEFAULT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.config.Http1Config$Builder | copy(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.config.Http1Config$Builder | custom() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getBufferSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getChunkSizeHint() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getInitialWindowSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxEmptyLineCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxHeaderCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxLineLength() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.HttpVersion | getVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getWaitForContinueTimeout() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setBufferSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setChunkSizeHint(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setInitialWindowSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxEmptyLineCount(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxHeaderCount(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxLineLength(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setVersion(org.apache.hc.core5.http.HttpVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.Http1Config$Builder | setWaitForContinueTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | lookup(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NamedElementChain() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | addAfter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | addBefore(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | addFirst(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | addLast(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | find(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | getFirst() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | getLast() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | remove(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | replace(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | getNext() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.NamedElementChain$Node | getPrevious() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.config.Lookup | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.Object | lookup(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.config.Registry | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.config.RegistryBuilder | create() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.config.RegistryBuilder | register(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7808436770911731938 | 617550366255636674 |
New | true | 7808436770911731938 | 617550366255636674 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConnectionClosedException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConnectionClosedException() | n.a. | n.a. |
|
||||
UNCHANGED | public | ConnectionClosedException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConnectionClosedException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.io.InterruptedIOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7277662532442991512 | 1 |
New | true | -7277662532442991512 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConnectionRequestTimeoutException() | n.a. | n.a. |
|
||||
UNCHANGED | public | ConnectionRequestTimeoutException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | long | n.a. | CHUNKED |
UNCHANGED | public static final | long | n.a. | UNDEFINED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ContentTooLongException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ContentTooLongException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5484504130485795266 | -7768694718232371896 |
New | true | 5484504130485795266 | -7768694718232371896 |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_ATOM_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_FORM_URLENCODED |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_JSON |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_NDJSON |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_OCTET_STREAM |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_PDF |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_PROBLEM_JSON |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_PROBLEM_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_RSS_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_SOAP_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_SVG_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_XHTML_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | APPLICATION_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | DEFAULT_BINARY |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | DEFAULT_TEXT |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | IMAGE_BMP |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | IMAGE_GIF |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | IMAGE_JPEG |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | IMAGE_PNG |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | IMAGE_SVG |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | IMAGE_TIFF |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | IMAGE_WEBP |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | MULTIPART_FORM_DATA |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | MULTIPART_MIXED |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | MULTIPART_RELATED |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | TEXT_EVENT_STREAM |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | TEXT_HTML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | TEXT_MARKDOWN |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | TEXT_PLAIN |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | TEXT_XML |
UNCHANGED | public static final | org.apache.hc.core5.http.ContentType | n.a. | WILDCARD |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ContentType | create(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ContentType | create(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ContentType | create(java.lang.String, |
| n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ContentType | create(java.lang.String, |
| n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ContentType | getByMimeType(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.nio.charset.Charset | getCharset() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.nio.charset.Charset | getCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.nio.charset.Charset | getCharset(org.apache.hc.core5.http.ContentType, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getMimeType() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getParameter(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isSameMimeType(org.apache.hc.core5.http.ContentType) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ContentType | parse(java.lang.CharSequence) |
| n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ContentType | parseLenient(java.lang.CharSequence) |
| n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | withCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | withCharset(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ContentType | withParameters(org.apache.hc.core5.http.NameValuePair[]) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | EndpointDetails(java.net.SocketAddress, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.net.SocketAddress | getLocalAddress() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getReceivedBytesCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.net.SocketAddress | getRemoteAddress() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getRequestCount() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getResponseCount() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getSentBytesCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getSocketTimeout() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getContentLength() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.String | getContentType() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | isChunked() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.ExceptionListener | n.a. | NO_OP |
UNCHANGED | public static final | org.apache.hc.core5.http.ExceptionListener | n.a. | STD_ERR |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | onError(java.lang.Exception) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | onError(org.apache.hc.core5.http.HttpConnection, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.Header | n.a. |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.util.CharArrayBuffer | getBuffer() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | int | getValuePos() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | boolean | isSensitive() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.NameValuePair | getParameter(int) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.NameValuePair | getParameterByName(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | int | getParameterCount() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.NameValuePair[] | getParameters() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.String | getValue() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | CHUNKED_ENCODING |
UNCHANGED | public static final | java.lang.String | n.a. | CLOSE |
UNCHANGED | public static final | java.lang.String | n.a. | CONTINUE |
UNCHANGED | public static final | java.lang.String | n.a. | KEEP_ALIVE |
UNCHANGED | public static final | java.lang.String | n.a. | UPGRADE |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.EndpointDetails | getEndpointDetails() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.net.SocketAddress | getLocalAddress() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.net.SocketAddress | getRemoteAddress() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | javax.net.ssl.SSLSession | getSSLSession() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isOpen() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | long | getReceivedBytesCount() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getRequestCount() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getResponseCount() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | long | getSentBytesCount() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | java.io.InputStream | getContent() |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.function.Supplier | getTrailers() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | boolean | isStreaming() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Exception | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8435539122468263495 | -5437299376222011036 |
New | true | 8435539122468263495 | -5437299376222011036 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpException() | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpException(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | ACCEPT |
UNCHANGED | public static final | java.lang.String | n.a. | ACCEPT_CHARSET |
UNCHANGED | public static final | java.lang.String | n.a. | ACCEPT_ENCODING |
UNCHANGED | public static final | java.lang.String | n.a. | ACCEPT_LANGUAGE |
UNCHANGED | public static final | java.lang.String | n.a. | ACCEPT_RANGES |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_ALLOW_CREDENTIALS |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_ALLOW_HEADERS |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_ALLOW_METHODS |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_ALLOW_ORIGIN |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_EXPOSE_HEADERS |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_MAX_AGE |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_REQUEST_HEADERS |
UNCHANGED | public static final | java.lang.String | n.a. | ACCESS_CONTROL_REQUEST_METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | AGE |
UNCHANGED | public static final | java.lang.String | n.a. | ALLOW |
UNCHANGED | public static final | java.lang.String | n.a. | AUTHORIZATION |
UNCHANGED | public static final | java.lang.String | n.a. | CACHE_CONTROL |
UNCHANGED | public static final | java.lang.String | n.a. | CONNECTION |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_DISPOSITION |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_ENCODING |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_LANGUAGE |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_LENGTH |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_LOCATION |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_MD5 |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_RANGE |
UNCHANGED | public static final | java.lang.String | n.a. | CONTENT_TYPE |
UNCHANGED | public static final | java.lang.String | n.a. | COOKIE |
UNCHANGED | public static final | java.lang.String | n.a. | DATE |
UNCHANGED | public static final | java.lang.String | n.a. | DAV |
UNCHANGED | public static final | java.lang.String | n.a. | DEPTH |
UNCHANGED | public static final | java.lang.String | n.a. | DESTINATION |
UNCHANGED | public static final | java.lang.String | n.a. | ETAG |
UNCHANGED | public static final | java.lang.String | n.a. | EXPECT |
UNCHANGED | public static final | java.lang.String | n.a. | EXPIRES |
UNCHANGED | public static final | java.lang.String | n.a. | FROM |
UNCHANGED | public static final | java.lang.String | n.a. | HOST |
UNCHANGED | public static final | java.lang.String | n.a. | IF |
UNCHANGED | public static final | java.lang.String | n.a. | IF_MATCH |
UNCHANGED | public static final | java.lang.String | n.a. | IF_MODIFIED_SINCE |
UNCHANGED | public static final | java.lang.String | n.a. | IF_NONE_MATCH |
UNCHANGED | public static final | java.lang.String | n.a. | IF_RANGE |
UNCHANGED | public static final | java.lang.String | n.a. | IF_UNMODIFIED_SINCE |
UNCHANGED | public static final | java.lang.String | n.a. | KEEP_ALIVE |
UNCHANGED | public static final | java.lang.String | n.a. | LAST_MODIFIED |
UNCHANGED | public static final | java.lang.String | n.a. | LINK |
UNCHANGED | public static final | java.lang.String | n.a. | LOCATION |
UNCHANGED | public static final | java.lang.String | n.a. | LOCK_TOKEN |
UNCHANGED | public static final | java.lang.String | n.a. | MAX_FORWARDS |
UNCHANGED | public static final | java.lang.String | n.a. | OVERWRITE |
UNCHANGED | public static final | java.lang.String | n.a. | PRAGMA |
UNCHANGED | public static final | java.lang.String | n.a. | PROXY_AUTHENTICATE |
UNCHANGED | public static final | java.lang.String | n.a. | PROXY_AUTHORIZATION |
UNCHANGED | public static final | java.lang.String | n.a. | PROXY_CONNECTION |
UNCHANGED | public static final | java.lang.String | n.a. | RANGE |
UNCHANGED | public static final | java.lang.String | n.a. | REFERER |
UNCHANGED | public static final | java.lang.String | n.a. | RETRY_AFTER |
UNCHANGED | public static final | java.lang.String | n.a. | SERVER |
UNCHANGED | public static final | java.lang.String | n.a. | SET_COOKIE |
UNCHANGED | public static final | java.lang.String | n.a. | STATUS_URI |
UNCHANGED | public static final | java.lang.String | n.a. | TE |
UNCHANGED | public static final | java.lang.String | n.a. | TIMEOUT |
UNCHANGED | public static final | java.lang.String | n.a. | TRAILER |
UNCHANGED | public static final | java.lang.String | n.a. | TRANSFER_ENCODING |
UNCHANGED | public static final | java.lang.String | n.a. | UPGRADE |
UNCHANGED | public static final | java.lang.String | n.a. | USER_AGENT |
UNCHANGED | public static final | java.lang.String | n.a. | VARY |
UNCHANGED | public static final | java.lang.String | n.a. | VIA |
UNCHANGED | public static final | java.lang.String | n.a. | WARNING |
UNCHANGED | public static final | java.lang.String | n.a. | WWW_AUTHENTICATE |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.net.NamedEndpoint | 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 | n.a. | DEFAULT_SCHEME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | HttpHost(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.net.InetAddress) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(org.apache.hc.core5.net.URIAuthority)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.net.InetAddress, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpHost(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpHost | create(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpHost | create(java.net.URI) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.InetAddress | getAddress() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getHostName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getPort() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getSchemeName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toHostString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toURI() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | getMethod() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | getPath() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | getRequestUri() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.lang.String | getScheme() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.net.URI | getUri() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | setPath(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | setScheme(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | setUri(java.net.URI) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | int | getCode() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.util.Locale | getLocale() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.String | getReasonPhrase() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setCode(int) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setLocale(java.util.Locale) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setReasonPhrase(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | int | n.a. | SC_ACCEPTED | ||||||
UNCHANGED | public static final | int | n.a. | SC_ALREADY_REPORTED | ||||||
UNCHANGED | public static final | int | n.a. | SC_BAD_GATEWAY | ||||||
UNCHANGED | public static final | int | n.a. | SC_BAD_REQUEST | ||||||
UNCHANGED | public static final | int | n.a. | SC_CLIENT_ERROR | ||||||
UNCHANGED | public static final | int | n.a. | SC_CONFLICT | ||||||
UNCHANGED | public static final | int | n.a. | SC_CONTINUE | ||||||
UNCHANGED | public static final | int | n.a. | SC_CREATED | ||||||
UNCHANGED | public static final | int | n.a. | SC_EARLY_HINTS | ||||||
UNCHANGED | public static final | int | n.a. | SC_EXPECTATION_FAILED | ||||||
UNCHANGED | public static final | int | n.a. | SC_FAILED_DEPENDENCY | ||||||
UNCHANGED | public static final | int | n.a. | SC_FORBIDDEN | ||||||
UNCHANGED | public static final | int | n.a. | SC_GATEWAY_TIMEOUT | ||||||
UNCHANGED | public static final | int | n.a. | SC_GONE | ||||||
UNCHANGED | public static final | int | n.a. | SC_HTTP_VERSION_NOT_SUPPORTED | ||||||
UNCHANGED | public static final | int | n.a. | SC_IM_USED | ||||||
UNCHANGED | public static final | int | n.a. | SC_INFORMATIONAL | ||||||
UNCHANGED | public static final | int | n.a. | SC_INSUFFICIENT_SPACE_ON_RESOURCE | ||||||
UNCHANGED | public static final | int | n.a. | SC_INSUFFICIENT_STORAGE | ||||||
UNCHANGED | public static final | int | n.a. | SC_INTERNAL_SERVER_ERROR | ||||||
UNCHANGED | public static final | int | n.a. | SC_LENGTH_REQUIRED | ||||||
UNCHANGED | public static final | int | n.a. | SC_LOCKED | ||||||
UNCHANGED | public static final | int | n.a. | SC_LOOP_DETECTED | ||||||
UNCHANGED | public static final | int | n.a. | SC_METHOD_FAILURE | ||||||
UNCHANGED | public static final | int | n.a. | SC_METHOD_NOT_ALLOWED | ||||||
UNCHANGED | public static final | int | n.a. | SC_MISDIRECTED_REQUEST | ||||||
UNCHANGED | public static final | int | n.a. | SC_MOVED_PERMANENTLY | ||||||
UNCHANGED | public static final | int | n.a. | SC_MOVED_TEMPORARILY | ||||||
UNCHANGED | public static final | int | n.a. | SC_MULTI_STATUS | ||||||
UNCHANGED | public static final | int | n.a. | SC_MULTIPLE_CHOICES | ||||||
UNCHANGED | public static final | int | n.a. | SC_NETWORK_AUTHENTICATION_REQUIRED | ||||||
UNCHANGED | public static final | int | n.a. | SC_NO_CONTENT | ||||||
UNCHANGED | public static final | int | n.a. | SC_NON_AUTHORITATIVE_INFORMATION | ||||||
UNCHANGED | public static final | int | n.a. | SC_NOT_ACCEPTABLE | ||||||
UNCHANGED | public static final | int | n.a. | SC_NOT_EXTENDED | ||||||
UNCHANGED | public static final | int | n.a. | SC_NOT_FOUND | ||||||
UNCHANGED | public static final | int | n.a. | SC_NOT_IMPLEMENTED | ||||||
UNCHANGED | public static final | int | n.a. | SC_NOT_MODIFIED | ||||||
UNCHANGED | public static final | int | n.a. | SC_OK | ||||||
UNCHANGED | public static final | int | n.a. | SC_PARTIAL_CONTENT | ||||||
UNCHANGED | public static final | int | n.a. | SC_PAYMENT_REQUIRED | ||||||
UNCHANGED | public static final | int | n.a. | SC_PERMANENT_REDIRECT | ||||||
UNCHANGED | public static final | int | n.a. | SC_PRECONDITION_FAILED | ||||||
UNCHANGED | public static final | int | n.a. | SC_PRECONDITION_REQUIRED | ||||||
UNCHANGED | public static final | int | n.a. | SC_PROCESSING | ||||||
UNCHANGED | public static final | int | n.a. | SC_PROXY_AUTHENTICATION_REQUIRED | ||||||
UNCHANGED | public static final | int | n.a. | SC_REDIRECTION | ||||||
UNCHANGED | public static final | int | n.a. | SC_REQUEST_HEADER_FIELDS_TOO_LARGE | ||||||
UNCHANGED | public static final | int | n.a. | SC_REQUEST_TIMEOUT | ||||||
UNCHANGED | public static final | int | n.a. | SC_REQUEST_TOO_LONG | ||||||
UNCHANGED | public static final | int | n.a. | SC_REQUEST_URI_TOO_LONG | ||||||
UNCHANGED | public static final | int | n.a. | SC_REQUESTED_RANGE_NOT_SATISFIABLE | ||||||
UNCHANGED | public static final | int | n.a. | SC_RESET_CONTENT | ||||||
UNCHANGED | public static final | int | n.a. | SC_SEE_OTHER | ||||||
UNCHANGED | public static final | int | n.a. | SC_SERVER_ERROR | ||||||
UNCHANGED | public static final | int | n.a. | SC_SERVICE_UNAVAILABLE | ||||||
UNCHANGED | public static final | int | n.a. | SC_SUCCESS | ||||||
UNCHANGED | public static final | int | n.a. | SC_SWITCHING_PROTOCOLS | ||||||
UNCHANGED | public static final | int | n.a. | SC_TEMPORARY_REDIRECT | ||||||
UNCHANGED | public static final | int | n.a. | SC_TOO_EARLY | ||||||
UNCHANGED | public static final | int | n.a. | SC_TOO_MANY_REQUESTS | ||||||
UNCHANGED | public static final | int | n.a. | SC_UNAUTHORIZED | ||||||
UNCHANGED | public static final | int | n.a. | SC_UNAVAILABLE_FOR_LEGAL_REASONS | ||||||
UNCHANGED | public static final | int | n.a. | SC_UNPROCESSABLE_CONTENT | ||||||
UNCHANGED | public static final | int | n.a. | SC_UNPROCESSABLE_ENTITY
Annotations:
|
||||||
UNCHANGED | public static final | int | n.a. | SC_UNSUPPORTED_MEDIA_TYPE | ||||||
UNCHANGED | public static final | int | n.a. | SC_UPGRADE_REQUIRED | ||||||
UNCHANGED | public static final | int | n.a. | SC_USE_PROXY | ||||||
UNCHANGED | public static final | int | n.a. | SC_VARIANT_ALSO_NEGOTIATES |
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpStreamResetException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpStreamResetException(java.lang.String, | n.a. | 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[] | n.a. | ALL |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | n.a. | DEFAULT |
UNCHANGED | public static final | java.lang.String | n.a. | HTTP |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | n.a. | HTTP_0_9 |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | n.a. | HTTP_1_0 |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | n.a. | HTTP_1_1 |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | n.a. | HTTP_2 |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpVersion | n.a. | HTTP_2_0 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpVersion(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpVersion | get(int, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicEndpointDetails(java.net.SocketAddress, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | long | getReceivedBytesCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getRequestCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getResponseCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getSentBytesCount() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicEntityDetails(long, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpConnectionMetrics(org.apache.hc.core5.http.io.HttpTransportMetrics, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | long | getReceivedBytesCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getRequestCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getResponseCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getSentBytesCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | incrementRequestCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | incrementResponseCount() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpTransportMetrics | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpTransportMetrics() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | long | getBytesTransferred() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | incrementBytesTransferred(long) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
| n.a. |
|
||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | initiateShutdown() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | requestSession(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | start() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | bootstrap() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester | create() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setMaxTotal(int) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTlsHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
| n.a. |
|
||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getEndpoints() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | initiateShutdown() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | pause() |
| n.a. |
|
||||||||
UNCHANGED | public | void | resume() |
| n.a. |
|
||||||||
UNCHANGED | public | void | start() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterAfter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterBefore(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterFirst(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterLast(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | bootstrap() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | registerVirtual(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | registerVirtual(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | replaceFilter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setCanonicalHostName(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setTlsHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AsyncRequester | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | closeExpired() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | connect(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | connect(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.concurrent.Future | doConnect(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | doTlsUpgrade(org.apache.hc.core5.reactor.ProtocolIOSession, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getDefaultMaxPerRoute() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxPerRoute(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxTotal() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setMaxPerRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setMaxTotal(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AsyncServer | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress)
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||||
UNCHANGED | public | void | closeExpired() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.io.HttpClientConnection, |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.io.HttpClientConnection, |
| n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | execute(org.apache.hc.core5.http.io.HttpClientConnection, |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.pool.ConnPoolControl | getConnPoolControl() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getDefaultMaxPerRoute() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxPerRoute(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxTotal() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | keepAlive(org.apache.hc.core5.http.io.HttpClientConnection, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setMaxPerRoute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setMaxTotal(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | awaitTermination(org.apache.hc.core5.util.TimeValue) |
| n.a. |
|
||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.InetAddress | getInetAddress() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getLocalPort() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | initiateShutdown() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | start() |
| n.a. |
|
||||||||
UNCHANGED | public | void | stop() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | bootstrap() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.bootstrap.HttpRequester | create() | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setMaxTotal(int) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslContext(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSessionVerifier(org.apache.hc.core5.http.io.ssl.SSLSessionVerifier) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSetupHandler(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSocketFactory(javax.net.ssl.SSLSocketFactory) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterAfter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterBefore(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterFirst(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterLast(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | bootstrap() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.impl.bootstrap.HttpServer | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | registerVirtual(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | replaceFilter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setCanonicalHostName(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setExceptionListener(org.apache.hc.core5.http.ExceptionListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setListenerPort(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setLocalAddress(java.net.InetAddress) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setResponseFactory(org.apache.hc.core5.http.HttpResponseFactory) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setServerSocketFactory(javax.net.ServerSocketFactory) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSslContext(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSslSetupHandler(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 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 | n.a. | EXPECT_CONTINUE |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | n.a. | MAIN_HANDLER |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.bootstrap.StandardFilter[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | java.nio.charset.CharsetDecoder | createDecoder(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.nio.charset.CharsetEncoder | createEncoder(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.function.Resolver | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.DefaultAddressResolver | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultAddressResolver() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.net.InetSocketAddress | resolve(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultConnectionReuseStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.ContentLengthStrategy | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.DefaultContentLengthStrategy | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultContentLengthStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | long | determineLength(org.apache.hc.core5.http.HttpMessage) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | EnglishReasonPhraseCatalog() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getReason(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpProcessors() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | client(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | client() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customClient(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customServer(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | server(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | server() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | AbstractMessageParser(org.apache.hc.core5.http.message.LineParser,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | AbstractMessageParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | java.io.IOException | createConnectionClosedException()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.http.HttpMessage | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpMessage | parse(org.apache.hc.core5.http.io.SessionInputBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header[] | parseHeaders(org.apache.hc.core5.http.io.SessionInputBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header[] | parseHeaders(org.apache.hc.core5.http.io.SessionInputBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageWriter | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractMessageWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | write(org.apache.hc.core5.http.HttpMessage, |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | writeHeadLine(org.apache.hc.core5.http.HttpMessage, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ChunkedInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | ChunkedInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() |
| n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getFooters() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | read() |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | 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.io.Flushable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | void | finish() |
| n.a. |
|
||||||||
UNCHANGED | public | void | flush() |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(int) |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[], |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ContentLengthInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() |
| n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | int | read() |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | public | 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.io.Flushable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ContentLengthOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | void | flush() |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | public | 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 | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.HttpClientConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | bind(java.net.Socket) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | bind(javax.net.ssl.SSLSocket, |
| n.a. |
|
||||||||||
UNCHANGED | public | boolean | isConsistent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | void | onRequestSubmitted(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | void | onResponseReceived(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | receiveResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | receiveResponseHeader() |
| n.a. |
|
||||||||||
UNCHANGED | public | void | sendRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | sendRequestHeader(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | terminateRequest(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpConnectionFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpClientConnectionFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | builder() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection | createConnection(java.net.Socket) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection | createConnection(javax.net.ssl.SSLSocket, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | requestWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | responseOutOfOrderStrategy(org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | responseParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.io.BHttpConnectionBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultBHttpServerConnection(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpServerConnection(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpServerConnection(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | bind(java.net.Socket) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | bind(javax.net.ssl.SSLSocket, |
| n.a. |
|
||||||||||
UNCHANGED | protected | void | onRequestReceived(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | void | onResponseSubmitted(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | receiveRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpRequest | receiveRequestHeader() |
| n.a. |
|
||||||||||
UNCHANGED | public | void | sendResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | sendResponseHeader(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpConnectionFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultBHttpServerConnectionFactory(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpServerConnectionFactory(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultBHttpServerConnectionFactory(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | builder() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection | createConnection(java.net.Socket) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection | createConnection(javax.net.ssl.SSLSocket, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | requestParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | responseWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | scheme(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultClassicHttpRequestFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpRequest | newHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpRequest | newHttpRequest(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultClassicHttpResponseFactory(org.apache.hc.core5.http.ReasonPhraseCatalog) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultClassicHttpResponseFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | newHttpResponse(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | newHttpResponse(int) | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.message.LineParser,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpRequestParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.ClassicHttpRequest | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpRequest | parse(org.apache.hc.core5.http.io.SessionInputBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParserFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.message.LineParser, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestParserFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageParser | create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageParser | create() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestWriter() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriter(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | void | writeHeadLine(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriterFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageWriter | create() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.message.LineParser,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpResponseParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.ClassicHttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageParserFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseParserFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.message.LineParser, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageParser | create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageParser | create() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseWriter(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | void | writeHeadLine(org.apache.hc.core5.http.ClassicHttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpMessageWriterFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseWriterFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageWriter | create() | n.a. | 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 | n.a. | INSTANCE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | mark(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | markSupported() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | read() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | read(byte[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | read(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | skip(long) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | n.a. | DEFAULT_WAIT_FOR_CONTINUE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | HttpRequestExecutor(org.apache.hc.core5.util.Timeout,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpRequestExecutor(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpRequestExecutor() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | HttpRequestExecutor(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | builder() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | boolean | keepAlive(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | postProcess(org.apache.hc.core5.http.ClassicHttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | preProcess(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpRequestExecutor | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withHttp1StreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withWaitForContinue(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.io.HttpService$Builder | builder() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | void | handleException(org.apache.hc.core5.http.HttpException, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | handleRequest(org.apache.hc.core5.http.io.HttpServerConnection, |
| n.a. |
|
||||||||||
UNCHANGED | protected | int | toStatusCode(java.lang.Exception) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpService | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpService$Builder | withConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttp1StreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttpServerRequestHandler(org.apache.hc.core5.http.io.HttpServerRequestHandler) | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IdentityInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() |
| n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | int | read() |
| n.a. |
|
||||||||
UNCHANGED | public | 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.io.Flushable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IdentityOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | void | flush() |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(int) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MonitoringResponseOutOfOrderStrategy() | n.a. | n.a. |
|
||||
UNCHANGED | public | MonitoringResponseOutOfOrderStrategy(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | MonitoringResponseOutOfOrderStrategy(long) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | boolean | isEarlyResponseDetected(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NoResponseOutOfOrderStrategy() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | isEarlyResponseDetected(org.apache.hc.core5.http.ClassicHttpRequest, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.SessionInputBuffer | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SessionInputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, | n.a. | n.a. |
|
||||
UNCHANGED | public | SessionInputBufferImpl(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | SessionInputBufferImpl(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | SessionInputBufferImpl(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | SessionInputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | capacity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | fillBuffer(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | hasBufferedData() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | read(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | int | readLine(org.apache.hc.core5.util.CharArrayBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.SessionOutputBuffer | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SessionOutputBufferImpl(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | SessionOutputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, | n.a. | n.a. |
|
||||
UNCHANGED | public | SessionOutputBufferImpl(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | capacity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | flush(java.io.OutputStream) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(int, |
| n.a. |
|
||||||||
UNCHANGED | public | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SocketHolder(java.net.Socket) | n.a. | n.a. |
|
||||
UNCHANGED | public | SocketHolder(javax.net.ssl.SSLSocket, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | java.io.InputStream | getInputStream() |
| n.a. |
|
||||||||
UNCHANGED | protected | java.io.InputStream | getInputStream(java.net.Socket) |
| n.a. |
|
||||||||
UNCHANGED | protected | java.io.OutputStream | getOutputStream(java.net.Socket) |
| n.a. |
|
||||||||
UNCHANGED | final public | java.io.OutputStream | getOutputStream() |
| n.a. |
|
||||||||
UNCHANGED | final public | java.net.Socket | getSocket() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | protected | boolean | n.a. | completed |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractContentDecoder(java.nio.channels.ReadableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.nio.SessionInputBuffer | buffer() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | java.nio.channels.ReadableByteChannel | channel() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | int | fillBufferFromChannel() |
| n.a. |
|
||||||||
UNCHANGED | public | java.util.List | getTrailers() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isCompleted() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | metrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | int | readFromChannel(java.nio.ByteBuffer) |
| n.a. |
|
||||||||
UNCHANGED | protected | int | readFromChannel(java.nio.ByteBuffer, |
| n.a. |
|
||||||||
UNCHANGED | public | void | setCompleted(boolean) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | void | setCompleted() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractContentEncoder(java.nio.channels.WritableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | void | assertNotCompleted() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.http.nio.SessionOutputBuffer | buffer() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | java.nio.channels.WritableByteChannel | channel() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | complete(java.util.List) |
| n.a. |
|
||||||||
UNCHANGED | final public | void | complete() |
| n.a. |
|
||||||||
UNCHANGED | protected | int | flushToChannel() |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | isCompleted() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | metrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | int | writeToBuffer(java.nio.ByteBuffer, |
| n.a. |
|
||||||||
UNCHANGED | protected | int | writeToChannel(java.nio.ByteBuffer) |
| n.a. |
|
||||||||
UNCHANGED | protected | int | writeToChannel(java.nio.ByteBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageParser | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | AbstractMessageParser(org.apache.hc.core5.http.message.LineParser,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | AbstractMessageParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.http.HttpMessage | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpMessage | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageWriter | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractMessageWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | write(org.apache.hc.core5.http.HttpMessage, |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | writeHeadLine(org.apache.hc.core5.http.HttpMessage, |
| n.a. |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | BufferedData(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.nio.BufferedData | allocate(int) | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | int | capacity() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | clear() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.nio.ByteBuffer | data() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | hasData() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | put(java.nio.ByteBuffer) | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | int | readFrom(java.nio.channels.ReadableByteChannel) |
| n.a. |
|
||||||||
UNCHANGED | final public | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ChunkDecoder(java.nio.channels.ReadableByteChannel, | n.a. | n.a. |
|
||||
UNCHANGED | public | ChunkDecoder(java.nio.channels.ReadableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.util.List | getTrailers() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | read(java.nio.ByteBuffer) |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ChunkEncoder(java.nio.channels.WritableByteChannel, | n.a. | n.a. |
|
||||
UNCHANGED | public | ChunkEncoder(java.nio.channels.WritableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | complete(java.util.List) |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | write(java.nio.ByteBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ClientHttp1IOEventHandler(org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ClientHttp1IOEventHandlerFactory(org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, | n.a. | n.a. |
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory,
Annotations:
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpRequest | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpRequest | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestParserFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.nio.NHttpMessageParser | create() | n.a. | n.a. |
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestWriter() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriter(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | void | writeHeadLine(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageWriterFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpRequestWriterFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.nio.NHttpMessageWriter | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseFactory(org.apache.hc.core5.http.ReasonPhraseCatalog) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int) | n.a. | n.a. |
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.NHttpMessageParserFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseParserFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.nio.NHttpMessageParser | create() | n.a. | n.a. |
|
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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriter() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | void | writeHeadLine(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriterFactory() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.nio.NHttpMessageWriter | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7261166502632955486 | n.a. |
New | true | -7261166502632955486 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.ExpandableBuffer$Mode | n.a. | INPUT |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.ExpandableBuffer$Mode | n.a. | OUTPUT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.nio.ExpandableBuffer$Mode | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.nio.ExpandableBuffer$Mode[] | values() | n.a. | 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. |
UNCHANGED | org.apache.hc.core5.http.nio.FileContentDecoder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IdentityDecoder(java.nio.channels.ReadableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | read(java.nio.ByteBuffer) |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | transfer(java.nio.channels.FileChannel, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IdentityEncoder(java.nio.channels.WritableByteChannel, | n.a. | n.a. |
|
||||
UNCHANGED | public | IdentityEncoder(java.nio.channels.WritableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | transfer(java.nio.channels.FileChannel, |
| n.a. |
|
||||||||
UNCHANGED | public | 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.ContentDecoder | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.FileContentDecoder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LengthDelimitedDecoder(java.nio.channels.ReadableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | read(java.nio.ByteBuffer) |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | transfer(java.nio.channels.FileChannel, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LengthDelimitedEncoder(java.nio.channels.WritableByteChannel, | n.a. | n.a. |
|
||||
UNCHANGED | public | LengthDelimitedEncoder(java.nio.channels.WritableByteChannel, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | transfer(java.nio.channels.FileChannel, |
| n.a. |
|
||||||||
UNCHANGED | public | int | write(java.nio.ByteBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 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 | n.a. | ACK |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | n.a. | BODY |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | n.a. | COMPLETE |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | n.a. | HEADERS |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.nio.MessageState | n.a. | IDLE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.nio.MessageState | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.nio.MessageState[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ServerHttp1IOEventHandler(org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ServerHttp1IOEventHandlerFactory(org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.impl.routing.PathPatternMatcher | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PathPatternMatcher() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | isBetter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | match(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestMapper | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.util.function.BiFunction | n.a. | IGNORE_PORT_AUTHORITY_RESOLVER |
UNCHANGED | public static final | org.apache.hc.core5.net.URIAuthority | n.a. | LOCAL_AUTHORITY |
UNCHANGED | public static final | java.util.function.BiFunction | n.a. | LOCAL_AUTHORITY_RESOLVER |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder | builder(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder | builder() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder | addRoute(org.apache.hc.core5.net.URIAuthority, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder | addRoute(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.routing.RequestRouter | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder | downstream(org.apache.hc.core5.http.HttpRequestMapper) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder | resolveAuthority(java.util.function.BiFunction) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | flush() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isDataAvailable(org.apache.hc.core5.util.Timeout) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isStale() |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractHttpEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractHttpEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractHttpEntity(org.apache.hc.core5.http.ContentType, | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractHttpEntity(org.apache.hc.core5.http.ContentType, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.function.Supplier | getTrailers() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | void | writeTo(org.apache.hc.core5.http.HttpEntity, |
| n.a. |
|
||||||||
UNCHANGED | public | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpEntity(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpEntity(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpEntity(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpEntity(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpEntity(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpEntity(java.io.InputStream, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | final public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.entity.HttpEntityWrapper | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | BufferedHttpEntity(org.apache.hc.core5.http.HttpEntity) |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteArrayEntity(byte[], | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | final public | java.io.InputStream | getContent() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ByteBufferEntity(java.nio.ByteBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | ByteBufferEntity(java.nio.ByteBuffer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||||
UNCHANGED | final public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | 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 | n.a. | INSTANCE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | mark(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | markSupported() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | read() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | read(byte[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | read(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | skip(long) | n.a. | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | EntityTemplate(long, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | void | consume(org.apache.hc.core5.http.HttpEntity) |
| n.a. |
|
||||||||||
UNCHANGED | static public | void | consumeQuietly(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.List | parse(org.apache.hc.core5.http.HttpEntity) |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.util.List | parse(org.apache.hc.core5.http.HttpEntity, |
| n.a. |
|
||||||||||
UNCHANGED | static public | byte[] | toByteArray(org.apache.hc.core5.http.HttpEntity) |
| n.a. |
|
||||||||||
UNCHANGED | static public | byte[] | toByteArray(org.apache.hc.core5.http.HttpEntity, |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity) |
| n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, |
| 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FileEntity(java.io.File, | n.a. | n.a. |
|
||||
UNCHANGED | public | FileEntity(java.io.File, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | final public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.io.File, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.io.Serializable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(org.apache.hc.core5.io.IOCallback, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.io.File, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.io.Serializable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(org.apache.hc.core5.io.IOCallback, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.nio.file.Path, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | create(java.nio.file.Path, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(java.io.File, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(java.io.Serializable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(org.apache.hc.core5.io.IOCallback, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createGzipped(java.nio.file.Path, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | createUrlEncoded(java.lang.Iterable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | gzip(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.HttpEntity | withTrailers(org.apache.hc.core5.http.HttpEntity, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpEntityWrapper(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.function.Supplier | getTrailers() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | InputStreamEntity(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | InputStreamEntity(java.io.InputStream, | n.a. | n.a. |
|
||||
UNCHANGED | public | InputStreamEntity(java.io.InputStream, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | final public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.io.entity.NullEntity | n.a. | INSTANCE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||||
UNCHANGED | public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.function.Supplier | getTrailers() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | writeTo(java.io.OutputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PathEntity(java.nio.file.Path, | n.a. | n.a. |
|
||||
UNCHANGED | public | PathEntity(java.nio.file.Path, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | final public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SerializableEntity(java.io.Serializable, | n.a. | n.a. |
|
||||
UNCHANGED | public | SerializableEntity(java.io.Serializable, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||||
UNCHANGED | final public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | 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 | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | StringEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | StringEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | StringEntity(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | StringEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | StringEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | StringEntity(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | final public | java.io.InputStream | getContent() |
| n.a. |
|
||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isStreaming() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | EofSensorInputStream(java.io.InputStream, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | abort() |
| n.a. |
|
||||||||
UNCHANGED | public | int | available() |
| n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | int | read() |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[]) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | boolean | eofDetected(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | streamAbort(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | streamClosed(java.io.InputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | boolean | isConsistent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | receiveResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ClassicHttpResponse | receiveResponseHeader() |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendRequestHeader(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | terminateRequest(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | java.lang.Object | handleResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpConnection | createConnection(java.net.Socket) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpConnection | createConnection(javax.net.ssl.SSLSocket, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | proceed(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | sendInformation(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | submitResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.MessageHeaders | parse(org.apache.hc.core5.http.io.SessionInputBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.io.HttpMessageParser | create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.io.HttpMessageParser | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | write(org.apache.hc.core5.http.MessageHeaders, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http.io.HttpMessageWriter | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | execute(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | receiveRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ClassicHttpRequest | receiveRequestHeader() |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendResponseHeader(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | sendInformation(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | submitResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | long | getBytesTransferred() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | capacity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(java.io.InputStream) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | int | readLine(org.apache.hc.core5.util.CharArrayBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | capacity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | flush(java.io.OutputStream) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | write(int, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.io.SocketConfig | n.a. | DEFAULT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.io.SocketConfig$Builder | copy(org.apache.hc.core5.http.io.SocketConfig) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.SocketConfig$Builder | custom() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getBacklogSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getRcvBufSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getSndBufSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.net.SocketAddress | getSocksProxyAddress() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getSoLinger() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getSoTimeout() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getTcpKeepCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getTcpKeepIdle() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getTcpKeepInterval() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isSoKeepAlive() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isSoReuseAddress() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isTcpNoDelay() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setBacklogSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setRcvBufSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSndBufSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSocksProxyAddress(java.net.SocketAddress) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoKeepAlive(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoLinger(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoLinger(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoReuseAddress(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoTimeout(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepCount(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepIdle(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepInterval(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpNoDelay(boolean) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.function.Callback | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler | n.a. | CLIENT |
UNCHANGED | public static final | org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler | n.a. | SERVER |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultTlsSetupHandler() | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultTlsSetupHandler(boolean) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | execute(javax.net.ssl.SSLParameters) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | verify(org.apache.hc.core5.http.HttpHost, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractHttpServerAuthFilter(boolean) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | boolean | authenticate(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.String | generateChallenge(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpEntity | generateResponseContent(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | parseChallengeResponse(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpServerExpectationDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.ClassicHttpResponse | verify(org.apache.hc.core5.http.ClassicHttpRequest, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpServerRequestHandler(org.apache.hc.core5.http.HttpRequestMapper) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpServerRequestHandler(org.apache.hc.core5.http.HttpRequestMapper, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpRequest | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | copy(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | create(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | digest(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setPath(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setScheme(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setUri(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setUri(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ClassicHttpResponse | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | copy(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | create(int) | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | digest(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpServerExpectationFilter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.HttpEntity | generateResponseContent(org.apache.hc.core5.http.HttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | protected | boolean | verify(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpServerFilterChainElement(org.apache.hc.core5.http.io.HttpFilterHandler, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpServerFilterChainRequestHandler(org.apache.hc.core5.http.io.support.HttpServerFilterChainElement) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TerminalServerFilter(org.apache.hc.core5.http.HttpRequestMapper, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LengthRequiredException() | n.a. | n.a. |
|
||||
UNCHANGED | public | LengthRequiredException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 3519689892841300487 | 2158560246948994524 |
New | true | 3519689892841300487 | 2158560246948994524 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MalformedChunkCodingException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | MalformedChunkCodingException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | MalformedChunkCodingException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Message(org.apache.hc.core5.http.MessageHeaders, | n.a. | n.a. |
|
||||
UNCHANGED | public | Message(org.apache.hc.core5.http.MessageHeaders) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.Object | getBody() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.MessageHeaders | getHead() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractMessageWrapper(org.apache.hc.core5.http.HttpMessage) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | addHeader(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | containsHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | countHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Iterator | headerIterator() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Iterator | headerIterator(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeader(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.BasicHttpRequest | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -188089953977536739 | 1 |
New | true | -188089953977536739 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.BasicHttpResponse | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.ClassicHttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2420497112155051845 | 1 |
New | true | 2420497112155051845 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicClassicHttpResponse(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpResponse(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClassicHttpResponse(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Cloneable | n.a. |
UNCHANGED | org.apache.hc.core5.http.Header | n.a. |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -3027404676433358740 | -5427236326487562174 |
New | true | -3027404676433358740 | -5427236326487562174 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHeader(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.message.BasicHeader | clone() |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getValue() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isSensitive() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HeaderElement | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHeaderElement(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHeaderElement(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.NameValuePair | getParameter(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.NameValuePair | getParameterByName(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getParameterCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.NameValuePair[] | getParameters() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.AbstractHeaderElementIterator | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.util.Iterator | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHeaderElementIterator(java.util.Iterator) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHeaderElementIterator(java.util.Iterator, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.util.Iterator | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHeaderIterator(org.apache.hc.core5.http.Header[], | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | boolean | hasNext() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | next() |
| n.a. |
|
||||||||
UNCHANGED | public | void | remove() |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHeaderValueFormatter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | formatHeaderElement(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | formatNameValuePair(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHeaderValueParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.HeaderElement[] | parseElements(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.HeaderElement | parseHeaderElement(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.NameValuePair | parseNameValuePair(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.NameValuePair[] | parseParameters(java.lang.CharSequence, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.HeaderGroup | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6189511112082883243 | 1 |
New | true | 6189511112082883243 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpRequest(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpRequest(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpRequest(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | addHeader(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getMethod() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getPath() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getRequestUri() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getScheme() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.URI | getUri() |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setAbsoluteRequestUri(boolean) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeader(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setPath(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setScheme(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setUri(java.net.URI) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.HeaderGroup | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpMessage | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 488789271734604269 | 1 |
New | true | 488789271734604269 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpResponse(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpResponse(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpResponse(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Locale | getLocale() | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.lang.String | getReason(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getReasonPhrase() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setCode(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setLocale(java.util.Locale) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setReasonPhrase(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.LineFormatter | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.message.BasicLineFormatter | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicLineFormatter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | formatHeader(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | formatRequestLine(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | formatStatusLine(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicLineParser(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicLineParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.message.RequestLine | parseRequestLine(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.message.StatusLine | parseStatusLine(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4091098790968606596 | -6437800749411518984 |
New | true | -4091098790968606596 | -6437800749411518984 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicNameValuePair(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.message.AbstractHeaderElementIterator | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.util.Iterator | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicTokenIterator(java.util.Iterator) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.http.FormattedHeader | n.a. |
UNCHANGED | org.apache.hc.core5.http.Header | n.a. |
UNCHANGED | org.apache.hc.core5.http.NameValuePair | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6164955205396106611 | -2768352615787625448 |
New | true | -6164955205396106611 | -2768352615787625448 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | BufferedHeader(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.message.BufferedHeader | create(org.apache.hc.core5.util.CharArrayBuffer) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.CharArrayBuffer | getBuffer() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getValuePos() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isSensitive() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6127824174220540153 | 2608834160639271617 |
New | true | -6127824174220540153 | 2608834160639271617 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HeaderGroup() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | containsHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | countHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getCondensedHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Iterator | headerIterator() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Iterator | headerIterator(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | removeHeaders(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | formatHeaderElement(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | formatNameValuePair(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HeaderElement[] | parseElements(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HeaderElement | parseHeaderElement(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.NameValuePair | parseNameValuePair(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.NameValuePair[] | parseParameters(java.lang.CharSequence, | n.a. | 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.HttpRequest | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpRequestWrapper(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getMethod() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getPath() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getRequestUri() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getScheme() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.net.URI | getUri() |
| n.a. |
|
||||||||
UNCHANGED | public | void | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setPath(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setScheme(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | setUri(java.net.URI) | n.a. | 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.HttpResponse | n.a. |
UNCHANGED | org.apache.hc.core5.http.MessageHeaders | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpResponseWrapper(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Locale | getLocale() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getReasonPhrase() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setCode(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setLocale(java.util.Locale) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setReasonPhrase(java.lang.String) | n.a. | n.a. |
|
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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LazyLaxLineParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | 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 | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LazyLineParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | formatHeader(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | formatRequestLine(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | formatStatusLine(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.message.RequestLine | parseRequestLine(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.message.StatusLine | parseStatusLine(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | void | addContentEncodingHeader(org.apache.hc.core5.http.HttpMessage, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | addContentTypeHeader(org.apache.hc.core5.http.HttpMessage, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | addTrailerHeader(org.apache.hc.core5.http.HttpMessage, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | canResponseHaveBody(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header | format(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header | format(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header | header(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header | header(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header | header(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header | headerOfElements(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.Header | headerOfTokens(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Set | hopByHopConnectionSpecific(org.apache.hc.core5.http.MessageHeaders) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isHopByHop(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Iterator | iterate(org.apache.hc.core5.http.MessageHeaders, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Iterator | iterateTokens(org.apache.hc.core5.http.MessageHeaders, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.HeaderElement[] | parse(org.apache.hc.core5.http.Header)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | parseElements(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | parseElements(org.apache.hc.core5.http.Header, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | parseElements(org.apache.hc.core5.http.MessageHeaders, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.List | parseElements(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | parseParameters(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | parseTokens(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | parseTokens(org.apache.hc.core5.http.Header, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | parseTokens(org.apache.hc.core5.http.MessageHeaders, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Set | parseTokens(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Set | parseTokens(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.util.Tokenizer$Cursor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ParserCursor(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7999423532195630750 | 2810581718468737193 |
New | true | -7999423532195630750 | 2810581718468737193 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestLine(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestLine(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getMethod() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getUri() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5783181841391505902 | -2443303766890459269 |
New | true | 5783181841391505902 | -2443303766890459269 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | StatusLine(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | public | StatusLine(org.apache.hc.core5.http.ProtocolVersion, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getReasonPhrase() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.message.StatusLine$StatusClass | getStatusClass() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getStatusCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isClientError() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isError() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isInformational() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isRedirection() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isServerError() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isSuccessful() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -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 | n.a. | CLIENT_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | n.a. | INFORMATIONAL |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | n.a. | OTHER |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | n.a. | REDIRECTION |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | n.a. | SERVER_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | n.a. | SUCCESSFUL |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.message.StatusLine$StatusClass | from(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.StatusLine$StatusClass | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.message.StatusLine$StatusClass[] | values() | n.a. | 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 | n.a. | DQUOTE |
UNCHANGED | public static final | char | n.a. | ESCAPE |
UNCHANGED | public static final | org.apache.hc.core5.http.message.TokenParser | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TokenParser() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | copyContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | copyContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | copyQuotedContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | copyQuotedContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | copyUnquotedContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | copyUnquotedContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | parseToken(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | parseValue(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | skipWhiteSpace(java.lang.CharSequence, | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MessageConstraintException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | boolean | containsHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | countHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.util.Iterator | headerIterator() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.util.Iterator | headerIterator(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -8338095043891375575 | n.a. |
New | true | -8338095043891375575 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | CONNECT |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | DELETE |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | GET |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | HEAD |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | OPTIONS |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | PATCH |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | POST |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | PUT |
UNCHANGED | public static final | org.apache.hc.core5.http.Method | n.a. | TRACE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | isIdempotent() | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isIdempotent(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isSafe() | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isSafe(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isSame(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.Method | normalizedValueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.Method | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.Method[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5436854013205597611 | 1 |
New | true | -5436854013205597611 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MethodNotSupportedException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | MethodNotSupportedException(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -353498298664505014 | 1 |
New | true | -353498298664505014 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | MisdirectedRequestException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | MisdirectedRequestException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getName() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.String | getValue() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AsyncClientEndpoint() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | isConnected() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | releaseAndDiscard() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | releaseAndReuse() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | cancel() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | consumeInformation(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | produceRequest(org.apache.hc.core5.http.nio.RequestChannel, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.lang.Object | getContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | streamStart(org.apache.hc.core5.http.EntityDetails, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | isRepeatable() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.nio.AsyncDataConsumer | proceed(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | pushPromise(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendInformation(org.apache.hc.core5.http.HttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | submitResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | consumePromise(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | produceResponse(org.apache.hc.core5.http.nio.ResponseChannel, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | informationResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendResponse(org.apache.hc.core5.http.nio.ResponseChannel, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | handleRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | handle(java.lang.Object, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.nio.AsyncRequestConsumer | prepare(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | pushPromise(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendInformation(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | submitResponse(org.apache.hc.core5.http.nio.AsyncResponseProducer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | update(int) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
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 | n.a. | GRACEFUL |
UNCHANGED | public static final | org.apache.hc.core5.function.Callback | n.a. | GRACEFUL_IMMEDIATE_CALLBACK |
UNCHANGED | public static final | org.apache.hc.core5.function.Callback | n.a. | GRACEFUL_NORMAL_CALLBACK |
UNCHANGED | public static final | org.apache.hc.core5.http.nio.command.ShutdownCommand | n.a. | IMMEDIATE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ShutdownCommand(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | cancel() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.io.CloseMode | getType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.util.List | getTrailers() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isCompleted() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(java.nio.ByteBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | complete(java.util.List) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | isCompleted() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | write(java.nio.ByteBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.StreamChannel | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | endStream(java.util.List) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | requestOutput() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | write(java.nio.ByteBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBinAsyncEntityConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final protected | void | completed() |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | generateContent() |
| n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.Object | getContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | streamStart(org.apache.hc.core5.http.ContentType) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | streamStart(org.apache.hc.core5.http.EntityDetails, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBinAsyncEntityProducer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | int | availableData() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | protected abstract | void | produceData(org.apache.hc.core5.http.nio.StreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractBinDataConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | int | capacityIncrement() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | completed() |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | data(java.nio.ByteBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractCharAsyncEntityConsumer(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | AbstractCharAsyncEntityConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final protected | void | completed() |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | generateContent() |
| n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.Object | getContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | streamStart(org.apache.hc.core5.http.ContentType) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | streamStart(org.apache.hc.core5.http.EntityDetails, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractCharAsyncEntityProducer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected abstract | int | availableData() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | protected abstract | void | produceData(org.apache.hc.core5.http.nio.StreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | DEF_BUF_SIZE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractCharDataConsumer(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | AbstractCharDataConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | int | capacityIncrement() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | completed() |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | data(java.nio.CharBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | final protected | void | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(byte[], | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.io.File, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(byte[], | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.io.File, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.nio.file.Path, |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.nio.file.Path, |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | createBinary(org.apache.hc.core5.function.Callback, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | createBinary(org.apache.hc.core5.function.Callback, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | createText(org.apache.hc.core5.function.Callback, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | createText(org.apache.hc.core5.function.Callback, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | createUrlEncoded(java.lang.Iterable, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.AsyncEntityProducer | withTrailers(org.apache.hc.core5.http.nio.AsyncEntityProducer, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AsyncEntityProducerWrapper(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicAsyncEntityConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | int | capacityIncrement() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | void | data(java.nio.ByteBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | protected | byte[] | generateContent() |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | void | streamStart(org.apache.hc.core5.http.ContentType) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicAsyncEntityProducer(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicAsyncEntityProducer(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicAsyncEntityProducer(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicAsyncEntityProducer(byte[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicAsyncEntityProducer(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicAsyncEntityProducer(java.lang.CharSequence, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.Exception | getException() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | DigestingEntityConsumer(java.lang.String, |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | getContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | byte[] | getDigest() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.List | getTrailers() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | streamStart(org.apache.hc.core5.http.EntityDetails, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DigestingEntityProducer(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | byte[] | getDigest() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DiscardingEntityConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | getContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | streamStart(org.apache.hc.core5.http.EntityDetails, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FileEntityProducer(java.io.File) | n.a. | n.a. |
|
||||
UNCHANGED | public | FileEntityProducer(java.io.File, | n.a. | n.a. |
|
||||
UNCHANGED | public | FileEntityProducer(java.io.File, | n.a. | n.a. |
|
||||
UNCHANGED | public | FileEntityProducer(java.io.File, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.Exception | getException() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NoopEntityConsumer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Void | getContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | streamStart(org.apache.hc.core5.http.EntityDetails, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | PathEntityProducer(java.nio.file.Path, |
| n.a. |
|
||||||||
UNCHANGED | public | PathEntityProducer(java.nio.file.Path, |
| n.a. |
|
||||||||
UNCHANGED | public | PathEntityProducer(java.nio.file.Path, |
| n.a. |
|
||||||||
UNCHANGED | public | PathEntityProducer(java.nio.file.Path, |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.Exception | getException() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | 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.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | StringAsyncEntityConsumer() | n.a. | n.a. |
|
||||
UNCHANGED | public | StringAsyncEntityConsumer(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||
UNCHANGED | public | StringAsyncEntityConsumer(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | StringAsyncEntityConsumer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | int | capacityIncrement() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final protected | void | data(java.nio.CharBuffer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | generateContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final protected | 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.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | StringAsyncEntityProducer(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | StringAsyncEntityProducer(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | StringAsyncEntityProducer(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | public | StringAsyncEntityProducer(java.lang.CharSequence, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | protected | int | availableData() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.Exception | getException() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | protected | void | produceData(org.apache.hc.core5.http.nio.StreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | long | transfer(java.nio.channels.FileChannel, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | long | transfer(java.nio.channels.FileChannel, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.nio.ResourceHolder | create(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.MessageHeaders | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | reset() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http.nio.NHttpMessageParser | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | reset() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | write(org.apache.hc.core5.http.MessageHeaders, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http.nio.NHttpMessageWriter | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | sendRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | pushPromise(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendInformation(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | sendResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | int | fill(java.nio.channels.ReadableByteChannel) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | hasData() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | read() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(java.nio.ByteBuffer, | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(java.nio.ByteBuffer) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(java.nio.channels.WritableByteChannel, |
| n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(java.nio.channels.WritableByteChannel) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | readLine(org.apache.hc.core5.util.CharArrayBuffer, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | int | capacity() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | flush(java.nio.channels.WritableByteChannel) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | boolean | hasData() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | write(java.nio.ByteBuffer) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | write(java.nio.channels.ReadableByteChannel) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicClientTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClientTlsStrategy() | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer,
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | BasicServerTlsStrategy(org.apache.hc.core5.http.nio.ssl.SecurePortStrategy)
Annotations:
| n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer,
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.SecurePortStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FixedPortStrategy(int[]) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | isSecure(java.net.SocketAddress) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | boolean | isSecure(java.net.SocketAddress) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TlsSupport() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | javax.net.ssl.SSLParameters | enforceStrongSecurity(javax.net.ssl.SSLParameters) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLSessionInitializer | enforceStrongSecurity(org.apache.hc.core5.reactor.ssl.SSLSessionInitializer) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | endStream() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | int | write(java.nio.Buffer) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractAsyncPushHandler(org.apache.hc.core5.http.nio.AsyncResponseConsumer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | consumePromise(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | void | handleError(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | handleResponse(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncRequestConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractAsyncRequesterConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer) | n.a. | n.a. |
|
||||
UNCHANGED | public | AbstractAsyncRequesterConsumer(org.apache.hc.core5.function.Supplier) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | java.lang.Object | buildResult(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractAsyncResponseConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer) | n.a. | n.a. |
|
||||
UNCHANGED | public | AbstractAsyncResponseConsumer(org.apache.hc.core5.function.Supplier) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | java.lang.Object | buildResult(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractAsyncServerAuthFilter(boolean) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected abstract | boolean | authenticate(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.String | generateChallenge(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.nio.AsyncEntityProducer | generateResponseContent(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | parseChallengeResponse(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractServerExchangeHandler() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | handle(java.lang.Object, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | handleRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | org.apache.hc.core5.http.nio.AsyncRequestConsumer | supplyConsumer(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncPushProducer | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | create(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncRequestProducer | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | create(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setPath(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setScheme(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setUri(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setUri(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncResponseProducer | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | create(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AsyncServerExpectationFilter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.nio.AsyncEntityProducer | generateResponseContent(org.apache.hc.core5.http.HttpResponse) |
| n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | protected | boolean | verify(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AsyncServerFilterChainElement(org.apache.hc.core5.http.nio.AsyncFilterHandler, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement, | n.a. | n.a. |
|
||||
UNCHANGED | public | AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | create(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | handleRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.nio.AsyncResponseProducer | verify(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncClientExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicClientExchangeHandler(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | cancel() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | consumeInformation(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | produceRequest(org.apache.hc.core5.http.nio.RequestChannel, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncPushProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicPushProducer(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicPushProducer(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicPushProducer(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | produceResponse(org.apache.hc.core5.http.nio.ResponseChannel, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncRequestConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicRequestConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestConsumer(org.apache.hc.core5.function.Supplier) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicRequestProducer(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(org.apache.hc.core5.http.HttpRequest, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicRequestProducer(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicResponseConsumer(org.apache.hc.core5.function.Supplier) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | informationResponse(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseProducer(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseProducer(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseProducer(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicResponseProducer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | sendResponse(org.apache.hc.core5.http.nio.ResponseChannel, |
| n.a. |
|
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.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicServerExchangeHandler(org.apache.hc.core5.http.nio.AsyncServerRequestHandler) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | protected | void | handle(java.lang.Object, |
| n.a. |
|
||||||||||
UNCHANGED | protected | org.apache.hc.core5.http.nio.AsyncRequestConsumer | supplyConsumer(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractClassicEntityConsumer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | protected abstract | java.lang.Object | consumeData(org.apache.hc.core5.http.ContentType, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.Object | getContent() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.Exception | getException() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | streamStart(org.apache.hc.core5.http.EntityDetails, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
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. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractClassicEntityProducer(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | final public | int | available() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getContentEncoding() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | long | getContentLength() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.String | getContentType() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.Exception | getException() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.util.Set | getTrailerNames() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isChunked() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | isRepeatable() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||
UNCHANGED | protected abstract | void | produceData(org.apache.hc.core5.http.ContentType, |
| n.a. |
|
||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractClassicServerExchangeHandler(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Exception | getException() | n.a. | n.a. |
|
||||||||||
UNCHANGED | protected abstract | void | handle(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | handleRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | final public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public abstract | int | read() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | reset() | n.a. | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ContentInputStream(org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | available() |
| n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | int | read(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | public | int | read() |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | int | length() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | reset() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | write(int) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | 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.io.Flushable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ContentOutputStream(org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | void | flush() |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[], |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(byte[]) |
| n.a. |
|
||||||||
UNCHANGED | public | void | write(int) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultAsyncResponseExchangeHandlerFactory(org.apache.hc.core5.http.HttpRequestMapper, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultAsyncResponseExchangeHandlerFactory(org.apache.hc.core5.http.HttpRequestMapper) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | create(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ImmediateResponseExchangeHandler(org.apache.hc.core5.http.nio.AsyncResponseProducer) | n.a. | n.a. |
|
||||
UNCHANGED | public | ImmediateResponseExchangeHandler(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | ImmediateResponseExchangeHandler(org.apache.hc.core5.http.HttpResponse, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | int | available() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | consume(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | handleRequest(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | releaseResources() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | streamEnd(java.util.List) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TerminalAsyncServerFilter(org.apache.hc.core5.http.nio.HandlerFactory) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, |
| 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NoHttpResponseException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | NoHttpResponseException(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 1944116577095040021 | 7929295893253266373 |
New | true | 1944116577095040021 | 7929295893253266373 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | NotImplementedException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | NotImplementedException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6402506118960886486 | -7288819855864183578 |
New | true | 6402506118960886486 | -7288819855864183578 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ParseException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ParseException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ParseException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | ParseException() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getErrorOffset() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.HttpContext | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicHttpContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
||||
UNCHANGED | public | BasicHttpContext() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | getAttribute(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | removeAttribute(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | setAttribute(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
UNCHANGED | org.apache.hc.core5.http.protocol.HttpProcessor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultHttpProcessor(java.util.List, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpProcessor(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpProcessor(org.apache.hc.core5.http.HttpRequestInterceptor[], | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultHttpProcessor(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ForwardedRequest() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | RESERVED_PREFIX |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | getAttribute(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.Object | removeAttribute(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.Object | setAttribute(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.HttpContext | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | CONNECTION_ENDPOINT
Annotations:
|
||||||
UNCHANGED | public static final | java.lang.String | n.a. | HTTP_REQUEST
Annotations:
|
||||||
UNCHANGED | public static final | java.lang.String | n.a. | HTTP_RESPONSE
Annotations:
|
||||||
UNCHANGED | public static final | java.lang.String | n.a. | SSL_SESSION
Annotations:
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HttpCoreContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
||||
UNCHANGED | public | HttpCoreContext() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpCoreContext | adapt(org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpCoreContext | cast(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpCoreContext | castOrCreate(org.apache.hc.core5.http.protocol.HttpContext) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpCoreContext | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | getAttribute(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | getAttribute(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.EndpointDetails | getEndpointDetails() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpRequest | getRequest() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpResponse | getResponse() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | javax.net.ssl.SSLSession | getSSLSession() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | removeAttribute(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.Object | setAttribute(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | java.util.TimeZone | n.a. | GMT
Annotations:
|
||||||
UNCHANGED | public static final | java.time.ZoneId | n.a. | GMT_ID | ||||||
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.HttpDateGenerator | n.a. | INSTANCE | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | INTERNET_MESSAGE_FORMAT | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | PATTERN_RFC1123
Annotations:
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getCurrentDate() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | add(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | add(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAll(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAll(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllFirst(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllFirst(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllLast(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllLast(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addFirst(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addFirst(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addLast(org.apache.hc.core5.http.HttpRequestInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addLast(org.apache.hc.core5.http.HttpResponseInterceptor) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.protocol.HttpProcessor | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | create() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.Object | lookup(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | register(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | unregister(java.lang.String) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.RequestConformance | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestConformance() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestConnControl() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestContent(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestContent() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
||||||||||
UNCHANGED | public | void | validateOptionsContentType(org.apache.hc.core5.http.HttpRequest) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestDate() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.RequestExpectContinue | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestExpectContinue() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestMapper | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestHandlerRegistry(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestHandlerRegistry() | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestHandlerRegistry(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestHandlerRegistry(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | register(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestTargetHost() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestUserAgent() | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestUserAgent(java.lang.String) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.RequestValidateHost | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestValidateHost() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.ResponseConformance | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ResponseConformance() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.ResponseConnControl | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ResponseConnControl() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.ResponseContent | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ResponseContent() | n.a. | n.a. |
|
||||
UNCHANGED | public | ResponseContent(boolean) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.ResponseDate | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ResponseDate() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ResponseServer(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | ResponseServer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UriPatternMatcher() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.util.Set | entrySet() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | lookup(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | protected | boolean | matchUriRequestPattern(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | register(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | unregister(java.lang.String) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UriPatternOrderedMatcher() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.util.Set | entrySet() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | lookup(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | protected | boolean | matchUriRequestPattern(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | register(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | unregister(java.lang.String) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 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 | n.a. | REGEX |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.UriPatternType | n.a. | URI_PATTERN |
UNCHANGED | public static final | org.apache.hc.core5.http.protocol.UriPatternType | n.a. | URI_PATTERN_IN_ORDER |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.LookupRegistry | newMatcher(org.apache.hc.core5.http.protocol.UriPatternType)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.UriPatternType | valueOf(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.UriPatternType[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UriRegexMatcher() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.Object | lookup(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | register(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | unregister(java.lang.String) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ViaRequest() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ProtocolException() | n.a. | n.a. |
|
||||
UNCHANGED | public | ProtocolException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | ProtocolException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | ProtocolException(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4246397638344832141 | 8950662842175091068 |
New | true | -4246397638344832141 | 8950662842175091068 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ProtocolVersion(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | int | compareToVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | equals(int, | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | format() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | int | getMajor() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | int | getMinor() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | java.lang.String | getProtocol() | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | greaterEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isComparable(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | final public | boolean | lessEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ProtocolVersion | parse(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getReason(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6217069372296310330 | 1 |
New | true | 6217069372296310330 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RequestHeaderFieldsTooLargeException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | RequestHeaderFieldsTooLargeException(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.util.Timeout | getSocketTimeout() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -3002225876725814478 | n.a. |
New | true | -3002225876725814478 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public final | java.lang.String | n.a. | id |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | n.a. | V_1_0 |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | n.a. | V_1_1 |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | n.a. | V_1_2 |
UNCHANGED | public static final | org.apache.hc.core5.http.ssl.TLS | n.a. | V_1_3 |
UNCHANGED | public final | org.apache.hc.core5.http.ProtocolVersion | n.a. | version |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | java.lang.String[] | excludeWeak(java.lang.String[]) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getId() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | greaterEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isComparable(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isSame(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | boolean | isSecure(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | lessEquals(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ProtocolVersion | parse(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ssl.TLS | valueOf(java.lang.String) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.http.ssl.TLS[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TlsCiphers() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | java.lang.String[] | excludeH2Blacklisted(java.lang.String[]) | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String[] | excludeWeak(java.lang.String[]) | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isH2Blacklisted(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isWeak(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6831969800565085643 | 1 |
New | true | -6831969800565085643 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | StreamClosedException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | StreamClosedException() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractMessageBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | protected abstract | java.lang.Object | build() | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | digest(org.apache.hc.core5.http.HttpMessage) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getFirstHeaders() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | setHeaders(java.util.Iterator) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractMessageBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractMessageBuilder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractRequestBuilder(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractRequestBuilder(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractRequestBuilder(org.apache.hc.core5.http.Method) | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractRequestBuilder(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractRequestBuilder(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
||||
UNCHANGED | protected | AbstractRequestBuilder(org.apache.hc.core5.http.Method, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | addParameter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | digest(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.nio.charset.Charset | getCharset() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getMethod() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.List | getParameters() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getPath() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getScheme() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.net.URI | getUri() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isAbsoluteRequestUri() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setPath(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setScheme(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setUri(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setUri(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractMessageBuilder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | AbstractResponseBuilder(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | protected abstract | java.lang.Object | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getStatus() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setStatus(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.AbstractResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameter(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.message.BasicHttpRequest | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | copy(org.apache.hc.core5.http.HttpRequest) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | create(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | delete() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | delete(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | delete(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | get() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | get(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | get(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | head() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | head(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | head(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | options() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | options(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | options(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | patch() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | patch(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | patch(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | post() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | post(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | post(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | put() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | put(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | put(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setAbsoluteRequestUri(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setPath(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setScheme(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setUri(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setUri(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | trace() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | trace(java.net.URI) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicRequestBuilder | trace(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | BasicResponseBuilder(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | addHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | addHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.message.BasicHttpResponse | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicResponseBuilder | copy(org.apache.hc.core5.http.HttpResponse) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.support.BasicResponseBuilder | create(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | removeHeaders(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeader(org.apache.hc.core5.http.Header) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeader(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http.support.BasicResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TruncatedChunkException(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | TruncatedChunkException(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.ProtocolException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6754729020079241636 | -1348448090193107031 |
New | true | 6754729020079241636 | -1348448090193107031 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | UnsupportedHttpVersionException(org.apache.hc.core5.http.ProtocolVersion) | n.a. | n.a. |
|
||||
UNCHANGED | public | UnsupportedHttpVersionException() | n.a. | n.a. |
|
||||
UNCHANGED | public | UnsupportedHttpVersionException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7549510325334317376 | n.a. |
New | true | -7549510325334317376 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http.URIScheme | n.a. | HTTP |
UNCHANGED | public static final | org.apache.hc.core5.http.URIScheme | n.a. | HTTPS |
UNCHANGED | public final | java.lang.String | n.a. | id |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getId() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | same(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.URIScheme | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.URIScheme[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -8423909842482525149 | n.a. |
New | true | -8423909842482525149 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.io.CloseMode | n.a. | GRACEFUL |
UNCHANGED | public static final | org.apache.hc.core5.io.CloseMode | n.a. | IMMEDIATE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.io.CloseMode | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.io.CloseMode[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Closer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | void | close(java.io.Closeable) |
| n.a. |
|
||||||||
UNCHANGED | static public | void | close(org.apache.hc.core5.io.ModalCloseable, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | void | closeQuietly(java.io.Closeable) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | execute(java.lang.Object) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SocketTimeoutExceptionFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | java.net.SocketTimeoutException | create(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.net.NamedEndpoint | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 987672072413843680 | 1 |
New | true | 987672072413843680 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Host(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.net.Host | create(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getHostName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getPort() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | byte | n.a. | IPV4 |
UNCHANGED | public static final | byte | n.a. | IPV6 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | void | formatAddress(java.lang.StringBuilder, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | getCanonicalLocalHostName() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv4(java.lang.CharSequence) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv4Address(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv4MappedIPv6(java.lang.CharSequence) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv4MappedIPv64Address(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6(java.lang.CharSequence) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6Address(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6HexCompressed(java.lang.CharSequence) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6HexCompressedAddress(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6Std(java.lang.CharSequence) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6StdAddress(java.lang.String)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6URLBracketed(java.lang.CharSequence) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isIPv6URLBracketedAddress(java.lang.String)
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getHostName() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | int | getPort() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.net.PercentCodec | n.a. | RFC3986 |
UNCHANGED | public static final | org.apache.hc.core5.net.PercentCodec | n.a. | RFC5987 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PercentCodec() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | java.lang.String | decode(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | decode(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | static public | void | encode(java.lang.StringBuilder, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | encode(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | encode(java.lang.StringBuilder, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | encode(java.lang.CharSequence) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | MAX_VALUE |
UNCHANGED | public static final | int | n.a. | MIN_VALUE |
UNCHANGED | public static final | int | n.a. | SCHEME_DEFAULT |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Ports() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | int | check(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | int | checkWithDefault(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | org.apache.hc.core5.net.NamedEndpoint | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7274041873969084149 | 1 |
New | true | -7274041873969084149 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | URIAuthority(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | URIAuthority(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | URIAuthority(org.apache.hc.core5.net.Host) | n.a. | n.a. |
|
||||
UNCHANGED | public | URIAuthority(org.apache.hc.core5.net.NamedEndpoint) | n.a. | n.a. |
|
||||
UNCHANGED | public | URIAuthority(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | URIAuthority(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | URIAuthority(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.net.URIAuthority | create(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getHostName() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | getPort() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | getUserInfo() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | URIBuilder(java.lang.String, |
| n.a. |
|
||||||||
UNCHANGED | public | URIBuilder() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | URIBuilder(java.net.URI, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | URIBuilder(java.net.URI) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | URIBuilder(java.lang.String) |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | addParameter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | addParameters(java.util.List) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | appendPath(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | appendPathSegments(java.lang.String[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | appendPathSegments(java.util.List) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.net.URI | build() |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | clearParameters() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.nio.charset.Charset | getCharset() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.NameValuePair | getFirstQueryParam(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getFragment() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getHost() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getPath() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.List | getPathSegments() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getPort() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.util.List | getQueryParams() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getScheme() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getSchemeSpecificPart() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getUserInfo() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isAbsolute() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isOpaque() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isPathEmpty() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isQueryEmpty() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.net.URIBuilder | localhost() |
| n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.net.URIBuilder | loopbackAddress() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | normalizeSyntax()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | optimize() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | removeParameter(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | removeQuery() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setAuthority(org.apache.hc.core5.net.NamedEndpoint) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setCharset(java.nio.charset.Charset) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setCustomQuery(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setFragment(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setHost(java.net.InetAddress) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setHost(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setParameter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setParameters(java.util.List) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setParameters(org.apache.hc.core5.http.NameValuePair[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setPath(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setPathSegments(java.lang.String[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setPathSegments(java.util.List) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setPathSegmentsRootless(java.lang.String[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setPathSegmentsRootless(java.util.List) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setPort(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setScheme(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setUserInfo(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.net.URIBuilder | setUserInfo(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | URLEncodedUtils() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | java.lang.String | format(java.lang.Iterable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | format(java.lang.Iterable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | formatSegments(java.lang.Iterable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | formatSegments(java.lang.String[]) | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.util.List | parse(java.net.URI, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.util.List | parse(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.util.List | parse(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.util.List | parsePathSegments(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.util.List | parsePathSegments(java.lang.CharSequence) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.Deprecated | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | WWWFormCodec() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | void | format(java.lang.StringBuilder, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | format(java.lang.Iterable, | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.util.List | parse(java.lang.CharSequence, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.util.concurrent.Future | lease(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | release(org.apache.hc.core5.pool.PoolEntry, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | closeExpired() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | int | getDefaultMaxPerRoute() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | int | getMaxPerRoute(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | int | getMaxTotal() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setMaxPerRoute(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | setMaxTotal(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | onLease(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | void | onRelease(java.lang.Object, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPool | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | LaxConnPool(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | LaxConnPool(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | LaxConnPool(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | closeExpired() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | enumAvailable(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | enumLeased(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getDefaultMaxPerRoute() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxPerRoute(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxTotal() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isShutdown() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | lease(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | lease(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | release(org.apache.hc.core5.pool.PoolEntry, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setMaxPerRoute(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setMaxTotal(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | validatePendingRequests() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPool | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5000005489770491303 | n.a. |
New | true | -5000005489770491303 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | n.a. | LAX |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | n.a. | STRICT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.pool.PoolConcurrencyPolicy | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.pool.PoolConcurrencyPolicy[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PoolEntry(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | PoolEntry(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | PoolEntry(java.lang.Object, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | assignConnection(org.apache.hc.core5.io.ModalCloseable) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | discardConnection(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.io.ModalCloseable | getConnection() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getCreated() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Deadline | getExpiryDeadline() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | getRoute() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.Object | getState() | n.a. | n.a. |
|
||||
UNCHANGED | public | long | getUpdated() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Deadline | getValidityDeadline() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | hasConnection() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | updateExpiry(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | updateState(java.lang.Object) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 7970623790287553018 | n.a. |
New | true | 7970623790287553018 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolReusePolicy | n.a. | FIFO |
UNCHANGED | public static final | org.apache.hc.core5.pool.PoolReusePolicy | n.a. | LIFO |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.pool.PoolReusePolicy | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.pool.PoolReusePolicy[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 5316253766591365218 | -2807686144795228544 |
New | true | 5316253766591365218 | -2807686144795228544 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PoolStats(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getAvailable() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getLeased() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMax() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getPending() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPool | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | StrictConnPool(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | StrictConnPool(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | StrictConnPool(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | close() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | closeExpired() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | enumAvailable(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | enumLeased(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getDefaultMaxPerRoute() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxPerRoute(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxTotal() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isShutdown() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | lease(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.concurrent.Future | lease(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | release(org.apache.hc.core5.pool.PoolEntry, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setMaxPerRoute(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setMaxTotal(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | validatePendingRequests() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | AbstractIOSessionPool() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | final public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||
UNCHANGED | final public | void | close() | n.a. | n.a. |
|
||||
UNCHANGED | final public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | protected abstract | void | closeSession(org.apache.hc.core5.reactor.IOSession, | n.a. | n.a. |
|
||||
UNCHANGED | protected abstract | java.util.concurrent.Future | connectSession(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | final public | void | enumAvailable(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | getSession(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | protected abstract | void | validateSession(org.apache.hc.core5.reactor.IOSession, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 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 | n.a. | IMMEDIATE |
UNCHANGED | public static final | org.apache.hc.core5.reactor.Command$Priority | n.a. | NORMAL |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.reactor.Command$Priority | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.reactor.Command$Priority[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | java.util.Set | getEndpoints() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | pause() |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | resume() |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.util.concurrent.Future | connect(org.apache.hc.core5.net.NamedEndpoint, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.reactor.AbstractIOReactorBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
| n.a. |
|
||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | initiateShutdown() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | start() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.reactor.AbstractIOReactorBase | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory) | n.a. | n.a. |
|
||||
UNCHANGED | public | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
| n.a. |
|
||||||||
UNCHANGED | public | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | close() |
| n.a. |
|
||||||||
UNCHANGED | public | java.util.Set | getEndpoints() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | initiateShutdown() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.Future | listen(java.net.SocketAddress) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | pause() |
| n.a. |
|
||||||||
UNCHANGED | public | void | resume() |
| n.a. |
|
||||||||
UNCHANGED | public | void | start() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | READ |
UNCHANGED | public static final | int | n.a. | READ_WRITE |
UNCHANGED | public static final | int | n.a. | WRITE |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | void | close(org.apache.hc.core5.io.CloseMode) | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | initiateShutdown() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorConfig | n.a. | DEFAULT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | copy(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | custom() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getBacklogSize() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getIoThreadCount() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getRcvBufSize() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getSelectInterval() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getSndBufSize() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.net.SocketAddress | getSocksProxyAddress() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getSocksProxyPassword() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | getSocksProxyUsername() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getSoLinger() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getSoTimeout() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getTcpKeepCount() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getTcpKeepIdle() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getTcpKeepInterval() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | int | getTrafficClass() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isSoKeepalive()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isSoKeepAlive() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isSoReuseAddress() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isTcpNoDelay() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig | build() | n.a. | n.a. |
|
||||
UNCHANGED | static public | int | getDefaultMaxIOThreadCount() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setBacklogSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | void | setDefaultMaxIOThreadCount(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setIoThreadCount(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setRcvBufSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSelectInterval(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSndBufSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyAddress(java.net.SocketAddress) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyPassword(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyUsername(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoKeepAlive(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoLinger(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoLinger(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoReuseAddress(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoTimeout(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepCount(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepIdle(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepInterval(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpNoDelay(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTrafficClass(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | start() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.IllegalStateException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5514669015139333002 | 1 |
New | true | -5514669015139333002 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | IOReactorShutdownException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2411354965355119208 | n.a. |
New | true | 2411354965355119208 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | n.a. | ACTIVE |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | n.a. | INACTIVE |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | n.a. | SHUT_DOWN |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOReactorStatus | n.a. | SHUTTING_DOWN |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.reactor.IOReactorStatus | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.reactor.IOReactorStatus[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8894533102884886721 | n.a. |
New | true | 8894533102884886721 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOSession$Status | n.a. | ACTIVE |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOSession$Status | n.a. | CLOSED |
UNCHANGED | public static final | org.apache.hc.core5.reactor.IOSession$Status | n.a. | CLOSING |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.reactor.IOSession$Status | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.reactor.IOSession$Status[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.net.SocketAddress | getAddress() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | isClosed() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.net.NamedEndpoint | getInitialEndpoint() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | registerProtocol(java.lang.String, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | switchProtocol(java.lang.String, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | SocksProxyProtocolHandlerFactory(java.net.SocketAddress, |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, | n.a. | 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.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | 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 | n.a. | DYNAMIC |
UNCHANGED | public static final | org.apache.hc.core5.reactor.ssl.SSLBufferMode | n.a. | STATIC |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLBufferMode | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLBufferMode[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -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 | n.a. | CLIENT |
UNCHANGED | public static final | org.apache.hc.core5.reactor.ssl.SSLMode | n.a. | SERVER |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLMode | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLMode[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | void | initialize(org.apache.hc.core5.net.NamedEndpoint, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.reactor.ssl.TlsDetails | verify(org.apache.hc.core5.net.NamedEndpoint, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TlsDetails(javax.net.ssl.SSLSession, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | getApplicationProtocol() | n.a. | n.a. |
|
||||
UNCHANGED | public | javax.net.ssl.SSLSession | getSSLSession() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.reactor.ssl.TlsDetails | getTlsDetails() | n.a. | n.a. |
|
||||||||
UNCHANGED | public abstract | void | startTls(javax.net.ssl.SSLContext, |
| n.a. |
|
||||||||
UNCHANGED | public | void | startTls(javax.net.ssl.SSLContext, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | PrivateKeyDetails(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.security.cert.X509Certificate[] | getCertChain() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | getType() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | chooseAlias(java.util.Map, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SSLContextBuilder() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
UNCHANGED | public | javax.net.ssl.SSLContext | build() |
| n.a. |
|
||||||||||||||||
UNCHANGED | static public | org.apache.hc.core5.ssl.SSLContextBuilder | create() | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | protected | void | initSSLContext(javax.net.ssl.SSLContext, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.security.KeyStore, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.nio.file.Path, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.nio.file.Path, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.security.KeyStore, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.io.File, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.io.File, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.net.URL, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.net.URL, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.security.KeyStore, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path) |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(org.apache.hc.core5.ssl.TrustStrategy) |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File) |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.net.URL, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.net.URL, |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyManagerFactoryAlgorithm(java.lang.String) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreProvider(java.security.Provider) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreProvider(java.lang.String) |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreType(java.lang.String) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setProtocol(java.lang.String) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setProvider(java.security.Provider) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setProvider(java.lang.String) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setSecureRandom(java.security.SecureRandom) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustManagerFactoryAlgorithm(java.lang.String) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustStoreProvider(java.security.Provider) | n.a. | n.a. |
|
||||||||||||||||
UNCHANGED | public | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustStoreProvider(java.lang.String) |
| n.a. |
|
||||||||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | javax.net.ssl.SSLContext | createDefault() |
| n.a. |
|
||||||||
UNCHANGED | static public | javax.net.ssl.SSLContext | createSystemDefault() |
| n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.ssl.SSLContextBuilder | custom() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.IllegalStateException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2337240339772659145 | -8243587425648536702 |
New | true | 2337240339772659145 | -8243587425648536702 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | SSLInitializationException(java.lang.String, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | boolean | isTrusted(java.security.cert.X509Certificate[], |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | void | check(boolean, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | check(boolean, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | check(boolean, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | long | checkContentLength(org.apache.hc.core5.http.EntityDetails)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | int | checkRange(int, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | long | checkRange(long, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.CharSequence | containsNoBlanks(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isEmpty(java.lang.Object) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.CharSequence | notBlank(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.CharSequence | notEmpty(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.Collection | notEmpty(java.util.Collection, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.Object | notEmpty(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | int | notNegative(int, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | long | notNegative(long, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.Object | notNull(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | int | positive(int, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | long | positive(long, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | positive(org.apache.hc.core5.util.TimeValue, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | void | check(boolean, | n.a. | n.a. |
|
||||
UNCHANGED | static public | void | check(boolean, | n.a. | n.a. |
|
||||
UNCHANGED | static public | void | check(boolean, | n.a. | n.a. |
|
||||
UNCHANGED | static public | void | notBlank(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | static public | void | notEmpty(java.lang.CharSequence, | n.a. | n.a. |
|
||||
UNCHANGED | static public | void | notNull(java.lang.Object, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -1134802882229548040 | 4359112959524048036 |
New | true | -1134802882229548040 | 4359112959524048036 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ByteArrayBuffer(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | append(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(char[], | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(java.nio.ByteBuffer) | n.a. | n.a. |
|
||||
UNCHANGED | public | byte[] | array() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | byteAt(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | capacity() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | ensureCapacity(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | indexOf(byte, | n.a. | n.a. |
|
||||
UNCHANGED | public | int | indexOf(byte) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isEmpty() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isFull() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | length() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setLength(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | byte[] | toByteArray() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.CharSequence | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 2082096631061704615 | -6208952725094867135 |
New | true | 2082096631061704615 | -6208952725094867135 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | CharArrayBuffer(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | append(char[], | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(org.apache.hc.core5.util.CharArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(org.apache.hc.core5.util.CharArrayBuffer) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(char) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(byte[], | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(org.apache.hc.core5.util.ByteArrayBuffer, | n.a. | n.a. |
|
||||
UNCHANGED | public | void | append(java.lang.Object) | n.a. | n.a. |
|
||||
UNCHANGED | public | char[] | array() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | capacity() | n.a. | n.a. |
|
||||
UNCHANGED | public | char | charAt(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | void | clear() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | ensureCapacity(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | indexOf(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | int | indexOf(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isEmpty() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isFull() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | length() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setLength(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.CharSequence | subSequence(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | substring(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | substringTrimmed(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | char[] | toCharArray() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | DATE_FORMAT |
UNCHANGED | public static | org.apache.hc.core5.util.Deadline | n.a. | MAX_VALUE |
UNCHANGED | public static | org.apache.hc.core5.util.Deadline | n.a. | MIN_VALUE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Deadline | calculate(long, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Deadline | calculate(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | format(java.util.concurrent.TimeUnit) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | formatTarget() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.Deadline | freeze() | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Deadline | fromUnixMilliseconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getValue() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isBefore(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isExpired() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isMax() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isMin() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isNotExpired() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.Deadline | min(org.apache.hc.core5.util.Deadline) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Deadline | parse(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | long | remaining() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | remainingTimeValue() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | 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 | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.util.DeadlineTimeoutException | from(org.apache.hc.core5.util.Deadline) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Deadline | getDeadline() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | java.lang.String | getId() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | HASH_OFFSET |
UNCHANGED | public static final | int | n.a. | HASH_SEED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | boolean | equals(java.lang.Object,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | equals(java.lang.Object[],
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | int | hashCode(int, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | int | hashCode(int, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | int | hashCode(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | boolean | containsBlanks(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isAllASCII(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isBlank(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | static public | boolean | isEmpty(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | static public | int | length(java.lang.CharSequence) | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | toHexString(byte[]) | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | toLowerCase(java.lang.String) | n.a. | 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 | n.a. | DISABLED |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | n.a. | INFINITE |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | n.a. | ONE_MILLISECOND |
UNCHANGED | public static final | org.apache.hc.core5.util.Timeout | n.a. | ZERO_MILLISECONDS |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | defaultsToDisabled(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | defaultsToInfinite(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isDisabled() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | isEnabled() | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | of(java.time.Duration) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | of(long, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | ofDays(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | ofHours(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | ofMicroseconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | ofMilliseconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | ofMinutes(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | ofNanoseconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Timeout | ofSeconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | 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 | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | TimeoutValueException(org.apache.hc.core5.util.Timeout, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeoutValueException | fromMilliseconds(long, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getActual() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | getDeadline() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | 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 | n.a. | MAX_VALUE |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | n.a. | NEG_ONE_MILLISECOND |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | n.a. | NEG_ONE_SECOND |
UNCHANGED | public static final | org.apache.hc.core5.util.TimeValue | n.a. | ZERO_MILLISECONDS |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | static public | int | asBoundInt(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | compareTo(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | convert(java.util.concurrent.TimeUnit) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | defaultsTo(org.apache.hc.core5.util.TimeValue, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | defaultsToNegativeOneMillisecond(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | defaultsToNegativeOneSecond(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | defaultsToZeroMilliseconds(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | divide(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | divide(long, | n.a. | n.a. |
|
||||||||
UNCHANGED | public | boolean | equals(java.lang.Object) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | getDuration() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.util.concurrent.TimeUnit | getTimeUnit() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | hashCode() | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | boolean | isNonNegative(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | boolean | isPositive(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | min(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | of(long, | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | of(java.time.Duration) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | ofDays(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | ofHours(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | ofMicroseconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | ofMilliseconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | ofMinutes(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | ofNanoseconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | ofSeconds(long) | n.a. | n.a. |
|
||||||||
UNCHANGED | static public | org.apache.hc.core5.util.TimeValue | parse(java.lang.String) |
| n.a. |
|
||||||||
UNCHANGED | public | void | sleep() |
| n.a. |
|
||||||||
UNCHANGED | public | void | timedJoin(java.lang.Thread) |
| n.a. |
|
||||||||
UNCHANGED | public | void | timedWait(java.lang.Object) |
| n.a. |
|
||||||||
UNCHANGED | public | long | toDays() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.time.Duration | toDuration() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | toHours() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | toMicroseconds() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | toMilliseconds() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | toMillisecondsIntBound() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | toMinutes() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | toNanoseconds() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | long | toSeconds() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | int | toSecondsIntBound() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.util.Timeout | toTimeout() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | CR |
UNCHANGED | public static final | char | n.a. | DQUOTE |
UNCHANGED | public static final | char | n.a. | ESCAPE |
UNCHANGED | public static final | int | n.a. | HT |
UNCHANGED | public static final | org.apache.hc.core5.util.Tokenizer | n.a. | INSTANCE |
UNCHANGED | public static final | int | n.a. | LF |
UNCHANGED | public static final | int | n.a. | SP |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Tokenizer() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | copyContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | copyContent(java.lang.CharSequence,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | copyQuotedContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | copyUnquotedContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | copyUnquotedContent(java.lang.CharSequence,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(java.util.BitSet) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char[]) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.util.BitSet | INIT_BITSET(int[])
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | boolean | isWhitespace(char) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | parseContent(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | parseContent(java.lang.CharSequence,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | parseToken(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | parseToken(java.lang.CharSequence,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | parseValue(java.lang.CharSequence, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | parseValue(java.lang.CharSequence,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | skipWhiteSpace(java.lang.CharSequence, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Tokenizer$Cursor(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | boolean | atEnd() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getLowerBound() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getPos() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getUpperBound() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | updatePos(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | boolean | test(char) | n.a. | n.a. |
|
Status: | Fully Qualified Name: | Elements: |
UNCHANGED | java.lang.FunctionalInterface | n.a. |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | PROPERTY_MODULE | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | PROPERTY_RELEASE | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | PROPERTY_TIMESTAMP
Annotations:
|
||||||
UNCHANGED | public static final | java.lang.String | n.a. | UNAVAILABLE | ||||||
UNCHANGED | public static final | java.lang.String | n.a. | VERSION_PROPERTY_FILE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | VersionInfo(java.lang.String, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static protected | org.apache.hc.core5.util.VersionInfo | fromMap(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.String | getClassloader() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.String | getModule() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.String | getPackage() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.String | getRelease() | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String | getSoftwareInfo(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | java.lang.String | getTimestamp()
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.VersionInfo[] | loadVersionInfo(java.lang.String[], | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.util.VersionInfo | loadVersionInfo(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|