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. |
|