WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and
interfaces that could not be found on the classpath are ignored. Hence changes
caused by these superclasses and interfaces are not reflected in the output.
Classes:
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
NEW
public
abstract
annotation
org.apache.hc.core5.annotation.Contract
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.annotation.Annotation | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.annotation.ThreadingBehavior | threading() |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | java.lang.annotation.Documented | n.a. | ||||||||
| NEW | java.lang.annotation.Retention |
|
||||||||
| NEW | java.lang.annotation.Target |
|
NEW
public
abstract
annotation
org.apache.hc.core5.annotation.Experimental
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.annotation.Annotation | n.a. |
Annotations:
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | java.lang.annotation.Documented | n.a. | ||||||||
| NEW | java.lang.annotation.Retention |
|
||||||||
| NEW | java.lang.annotation.Target |
|
NEW
public
abstract
annotation
org.apache.hc.core5.annotation.Internal
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.annotation.Annotation | n.a. |
Annotations:
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | java.lang.annotation.Documented | n.a. | ||||||||
| NEW | java.lang.annotation.Retention |
|
||||||||
| NEW | java.lang.annotation.Target |
|
NEW
public
abstract
annotation
org.apache.hc.core5.annotation.Obsolete
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.annotation.Annotation | n.a. |
Annotations:
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | java.lang.annotation.Documented | n.a. | ||||||||
| NEW | java.lang.annotation.Retention |
|
||||||||
| NEW | java.lang.annotation.Target |
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.annotation.ThreadingBehavior
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 7852469565476583543 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | IMMUTABLE | n.a. |
| NEW | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | IMMUTABLE_CONDITIONAL | n.a. |
| NEW | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | SAFE | n.a. |
| NEW | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | SAFE_CONDITIONAL | n.a. |
| NEW | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | STATELESS | n.a. |
| NEW | public static final | org.apache.hc.core5.annotation.ThreadingBehavior | UNSAFE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.annotation.ThreadingBehavior | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.annotation.ThreadingBehavior[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.concurrent.BasicFuture
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.concurrent.Future | n.a. |
| NEW | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | BasicFuture(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | boolean | cancel(boolean) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | boolean | cancel() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | boolean | completed(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | boolean | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | java.lang.Object | get() |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.Object | get(long, java.util.concurrent.TimeUnit) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isCancelled() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | boolean | isDone() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.concurrent.CallbackContribution
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | CallbackContribution(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | final public | n.a. | void | cancelled() |
Compatibility Changes:
|
|
|||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.concurrent.Cancellable
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | cancel() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.concurrent.CancellableDependency
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | isCancelled() | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) | n.a. |
|
NEW
public
class
org.apache.hc.core5.concurrent.CompletedFuture
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.concurrent.Future | n.a. |
| NEW | org.apache.hc.core5.concurrent.Cancellable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | CompletedFuture(java.lang.Object) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | cancel(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | cancel() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.Object | get() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.Object | get(long, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isCancelled() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isDone() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.concurrent.CompletingFutureContribution
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object | |
| NEW | U | n.a. | java.lang.Object |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.FutureContribution | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | |||||||||
| NEW | public | n.a. | CompletingFutureContribution(org.apache.hc.core5.concurrent.BasicFuture <..> , java.util.function.Function
<..> )
|
n.a. |
|
||||||||||
| NEW | public | n.a. | CompletingFutureContribution(org.apache.hc.core5.concurrent.BasicFuture <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | completed(java.lang.Object) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.concurrent.ComplexCancellable
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.Cancellable | n.a. |
| NEW | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ComplexCancellable() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | cancel() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isCancelled() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.concurrent.ComplexFuture
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.BasicFuture | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.concurrent.Future | n.a. |
| NEW | org.apache.hc.core5.concurrent.Cancellable | n.a. |
| NEW | org.apache.hc.core5.concurrent.CancellableDependency | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | ComplexFuture(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | boolean | cancel(boolean) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | completed(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | setDependency(org.apache.hc.core5.concurrent.Cancellable) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | setDependency(java.util.concurrent.Future <..> )
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.concurrent.DefaultThreadFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.concurrent.ThreadFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultThreadFactory(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultThreadFactory(java.lang.String, java.lang.ThreadGroup, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultThreadFactory(java.lang.String, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.Thread | newThread(java.lang.Runnable) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.concurrent.FutureCallback
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | cancelled() | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | completed(java.lang.Object) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.concurrent.FutureContribution
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.FutureCallback | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | FutureContribution(org.apache.hc.core5.concurrent.BasicFuture <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | final public | n.a. | void | cancelled() |
Compatibility Changes:
|
|
|||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.function.Callback
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | execute(java.lang.Object) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.function.Decorator
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.Object | decorate(java.lang.Object) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.function.Factory
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | P | n.a. | java.lang.Object | |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.Object | create(java.lang.Object) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.function.Resolver
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | I | n.a. | java.lang.Object | |
| NEW | O | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.Object | resolve(java.lang.Object) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.function.Supplier
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.Object | get() | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
final
public
class
org.apache.hc.core5.http.Chars
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | CR | n.a. |
| NEW | public static final | int | DEL | n.a. |
| NEW | public static final | int | HT | n.a. |
| NEW | public static final | int | LF | n.a. |
| NEW | public static final | int | NULL | n.a. |
| NEW | public static final | int | SP | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.http.ClassicHttpRequest
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | org.apache.hc.core5.http.HttpRequest | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.http.ClassicHttpResponse
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpResponse | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
NEW
public
class
org.apache.hc.core5.http.config.CharCodingConfig
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.config.CharCodingConfig | DEFAULT | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | copy(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | custom() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.nio.charset.Charset | getCharset() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.nio.charset.CodingErrorAction | getMalformedInputAction() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.nio.charset.CodingErrorAction | getUnmappableInputAction() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
static
public
class
org.apache.hc.core5.http.config.CharCodingConfig$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig | build() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setMalformedInputAction(java.nio.charset.CodingErrorAction) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.CharCodingConfig$Builder | setUnmappableInputAction(java.nio.charset.CodingErrorAction) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.config.Http1Config
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.config.Http1Config | DEFAULT | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | copy(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | custom() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getBufferSize() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getChunkSizeHint() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getInitialWindowSize() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getMaxEmptyLineCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getMaxHeaderCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getMaxLineLength() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpVersion | getVersion() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Timeout | getWaitForContinueTimeout() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
static
public
class
org.apache.hc.core5.http.config.Http1Config$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config | build() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setBufferSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setChunkSizeHint(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setInitialWindowSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxEmptyLineCount(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxHeaderCount(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setMaxLineLength(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setVersion(org.apache.hc.core5.http.HttpVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Http1Config$Builder | setWaitForContinueTimeout(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.config.Lookup
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | I | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
NEW
public
class
org.apache.hc.core5.http.config.NamedElementChain
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | E | n.a. | java.lang.Object |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NamedElementChain() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addAfter(java.lang.String, java.lang.Object, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addBefore(java.lang.String, java.lang.Object, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addFirst(java.lang.Object, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
addLast(java.lang.Object, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
find(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getFirst() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getLast() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | int | getSize() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | remove(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | replace(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.config.NamedElementChain$Node
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | java.lang.String | getName() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getNext() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.NamedElementChain$Node <..>
|
getPrevious() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.Object | getValue() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.config.Registry
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | I | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.config.Lookup | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.Object | lookup(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.config.RegistryBuilder
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | I | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.Registry <..>
|
build() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | static public | Generic Templates:
|
org.apache.hc.core5.http.config.RegistryBuilder <..>
|
create() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.config.RegistryBuilder <..>
|
register(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.ConnectionClosedException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 7808436770911731938 | 617550366255636674 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ConnectionClosedException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
| NEW | public | n.a. | ConnectionClosedException() | n.a. |
|
|||||
| NEW | public | n.a. | ConnectionClosedException(java.lang.String, java.lang.Throwable) | n.a. |
|
|||||
| NEW | public | n.a. | ConnectionClosedException(java.lang.String) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.ConnectionRequestTimeoutException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InterruptedIOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -7277662532442991512 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ConnectionRequestTimeoutException() | n.a. |
|
|||||
| NEW | public | n.a. | ConnectionRequestTimeoutException(java.lang.String) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.ConnectionReuseStrategy
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.ContentLengthStrategy
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | long | CHUNKED | n.a. |
| NEW | public static final | long | UNDEFINED | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | long | determineLength(org.apache.hc.core5.http.HttpMessage) |
|
n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.ContentTooLongException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -8233201783189982543 | -924287689552495383 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ContentTooLongException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
| NEW | public | n.a. | ContentTooLongException(java.lang.String) | n.a. |
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.http.ContentType
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 3701230122412824760 | -7768694718232371896 |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_ATOM_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_FORM_URLENCODED | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_JSON | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_NDJSON | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_OCTET_STREAM | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_PDF | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_PROBLEM_JSON | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_PROBLEM_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_RSS_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_SOAP_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_SVG_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_XHTML_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | APPLICATION_ZIP_COMPRESSED | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | DEFAULT_BINARY | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | DEFAULT_TEXT | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | IMAGE_BMP | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | IMAGE_GIF | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | IMAGE_JPEG | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | IMAGE_PNG | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | IMAGE_SVG | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | IMAGE_TIFF | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | IMAGE_WEBP | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | MULTIPART_FORM_DATA | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | MULTIPART_MIXED | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | MULTIPART_RELATED | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | TEXT_EVENT_STREAM | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | TEXT_HTML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | TEXT_MARKDOWN | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | TEXT_PLAIN | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | TEXT_XML | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ContentType | WILDCARD | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String, java.nio.charset.Charset) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String, java.lang.String) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ContentType | create(java.lang.String, org.apache.hc.core5.http.NameValuePair[]) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ContentType | getByMimeType(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.nio.charset.Charset | getCharset() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.nio.charset.Charset | getCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.nio.charset.Charset | getCharset(org.apache.hc.core5.http.ContentType, java.nio.charset.Charset) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getMimeType() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getParameter(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isSameMimeType(org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ContentType | parse(java.lang.CharSequence) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ContentType | parseLenient(java.lang.CharSequence) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ContentType | withCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ContentType | withCharset(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ContentType | withParameters(org.apache.hc.core5.http.NameValuePair[]) |
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.EndpointDetails
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | EndpointDetails(java.net.SocketAddress, java.net.SocketAddress, org.apache.hc.core5.util.Timeout) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.net.SocketAddress | getLocalAddress() |
Compatibility Changes:
|
|
|||||||
| NEW | public abstract | n.a. | long | getReceivedBytesCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.net.SocketAddress | getRemoteAddress() |
Compatibility Changes:
|
|
|||||||
| NEW | public abstract | n.a. | long | getRequestCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public abstract | n.a. | long | getResponseCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public abstract | n.a. | long | getSentBytesCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Timeout | getSocketTimeout() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.EntityDetails
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | long | getContentLength() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | boolean | isChunked() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.ExceptionListener
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.ExceptionListener | NO_OP | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ExceptionListener | STD_ERR | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | onError(java.lang.Exception) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | onError(org.apache.hc.core5.http.HttpConnection, java.lang.Exception) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.FormattedHeader
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.NameValuePair | n.a. |
| NEW | org.apache.hc.core5.http.Header | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.apache.hc.core5.util.CharArrayBuffer | getBuffer() | n.a. |
|
|||||
| NEW | public abstract | n.a. | int | getValuePos() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.Header
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.NameValuePair | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | isSensitive() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HeaderElement
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.String | getName() | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair | getParameter(int) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair | getParameterByName(java.lang.String) | n.a. |
|
|||||
| NEW | public abstract | n.a. | int | getParameterCount() | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair[] | getParameters() | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.String | getValue() | n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.HeaderElements
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | CHUNKED_ENCODING | n.a. |
| NEW | public static final | java.lang.String | CLOSE | n.a. |
| NEW | public static final | java.lang.String | CONTINUE | n.a. |
| NEW | public static final | java.lang.String | KEEP_ALIVE | n.a. |
| NEW | public static final | java.lang.String | UPGRADE | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpConnection
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | close() |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.EndpointDetails | getEndpointDetails() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.net.SocketAddress | getLocalAddress() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.net.SocketAddress | getRemoteAddress() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | javax.net.ssl.SSLSession | getSSLSession() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | boolean | isOpen() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpConnectionMetrics
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | long | getReceivedBytesCount() | n.a. |
|
|||||
| NEW | public abstract | n.a. | long | getRequestCount() | n.a. |
|
|||||
| NEW | public abstract | n.a. | long | getResponseCount() | n.a. |
|
|||||
| NEW | public abstract | n.a. | long | getSentBytesCount() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | java.io.InputStream | getContent() |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpEntityContainer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.HttpException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Exception | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 8435539122468263495 | -5437299376222011036 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpException() | n.a. |
|
|||||
| NEW | public | n.a. | HttpException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
| NEW | public | n.a. | HttpException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | HttpException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.HttpHeaders
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | ACCEPT | n.a. |
| NEW | public static final | java.lang.String | ACCEPT_CHARSET | n.a. |
| NEW | public static final | java.lang.String | ACCEPT_ENCODING | n.a. |
| NEW | public static final | java.lang.String | ACCEPT_LANGUAGE | n.a. |
| NEW | public static final | java.lang.String | ACCEPT_RANGES | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_CREDENTIALS | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_HEADERS | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_METHODS | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_ALLOW_ORIGIN | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_EXPOSE_HEADERS | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_MAX_AGE | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_REQUEST_HEADERS | n.a. |
| NEW | public static final | java.lang.String | ACCESS_CONTROL_REQUEST_METHOD | n.a. |
| NEW | public static final | java.lang.String | AGE | n.a. |
| NEW | public static final | java.lang.String | ALLOW | n.a. |
| NEW | public static final | java.lang.String | ALPN | n.a. |
| NEW | public static final | java.lang.String | AUTHORIZATION | n.a. |
| NEW | public static final | java.lang.String | CACHE_CONTROL | n.a. |
| NEW | public static final | java.lang.String | CONNECTION | n.a. |
| NEW | public static final | java.lang.String | CONTENT_DISPOSITION | n.a. |
| NEW | public static final | java.lang.String | CONTENT_ENCODING | n.a. |
| NEW | public static final | java.lang.String | CONTENT_LANGUAGE | n.a. |
| NEW | public static final | java.lang.String | CONTENT_LENGTH | n.a. |
| NEW | public static final | java.lang.String | CONTENT_LOCATION | n.a. |
| NEW | public static final | java.lang.String | CONTENT_MD5 | n.a. |
| NEW | public static final | java.lang.String | CONTENT_RANGE | n.a. |
| NEW | public static final | java.lang.String | CONTENT_TYPE | n.a. |
| NEW | public static final | java.lang.String | COOKIE | n.a. |
| NEW | public static final | java.lang.String | DATE | n.a. |
| NEW | public static final | java.lang.String | DAV | n.a. |
| NEW | public static final | java.lang.String | DEPTH | n.a. |
| NEW | public static final | java.lang.String | DESTINATION | n.a. |
| NEW | public static final | java.lang.String | ETAG | n.a. |
| NEW | public static final | java.lang.String | EXPECT | n.a. |
| NEW | public static final | java.lang.String | EXPIRES | n.a. |
| NEW | public static final | java.lang.String | FROM | n.a. |
| NEW | public static final | java.lang.String | HOST | n.a. |
| NEW | public static final | java.lang.String | IF | n.a. |
| NEW | public static final | java.lang.String | IF_MATCH | n.a. |
| NEW | public static final | java.lang.String | IF_MODIFIED_SINCE | n.a. |
| NEW | public static final | java.lang.String | IF_NONE_MATCH | n.a. |
| NEW | public static final | java.lang.String | IF_RANGE | n.a. |
| NEW | public static final | java.lang.String | IF_UNMODIFIED_SINCE | n.a. |
| NEW | public static final | java.lang.String | KEEP_ALIVE | n.a. |
| NEW | public static final | java.lang.String | LAST_MODIFIED | n.a. |
| NEW | public static final | java.lang.String | LINK | n.a. |
| NEW | public static final | java.lang.String | LOCATION | n.a. |
| NEW | public static final | java.lang.String | LOCK_TOKEN | n.a. |
| NEW | public static final | java.lang.String | MAX_FORWARDS | n.a. |
| NEW | public static final | java.lang.String | OVERWRITE | n.a. |
| NEW | public static final | java.lang.String | PRAGMA | n.a. |
| NEW | public static final | java.lang.String | PRIORITY | n.a. |
| NEW | public static final | java.lang.String | PROXY_AUTHENTICATE | n.a. |
| NEW | public static final | java.lang.String | PROXY_AUTHORIZATION | n.a. |
| NEW | public static final | java.lang.String | PROXY_CONNECTION | n.a. |
| NEW | public static final | java.lang.String | RANGE | n.a. |
| NEW | public static final | java.lang.String | REFERER | n.a. |
| NEW | public static final | java.lang.String | RETRY_AFTER | n.a. |
| NEW | public static final | java.lang.String | SERVER | n.a. |
| NEW | public static final | java.lang.String | SET_COOKIE | n.a. |
| NEW | public static final | java.lang.String | STATUS_URI | n.a. |
| NEW | public static final | java.lang.String | TE | n.a. |
| NEW | public static final | java.lang.String | TIMEOUT | n.a. |
| NEW | public static final | java.lang.String | TRAILER | n.a. |
| NEW | public static final | java.lang.String | TRANSFER_ENCODING | n.a. |
| NEW | public static final | java.lang.String | UPGRADE | n.a. |
| NEW | public static final | java.lang.String | USER_AGENT | n.a. |
| NEW | public static final | java.lang.String | VARY | n.a. |
| NEW | public static final | java.lang.String | VIA | n.a. |
| NEW | public static final | java.lang.String | WARNING | n.a. |
| NEW | public static final | java.lang.String | WWW_AUTHENTICATE | n.a. |
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.http.HttpHost
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.net.NamedEndpoint | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 7347220739927069412 | -7529410654042457626 |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.URIScheme | DEFAULT_SCHEME | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | HttpHost(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.lang.String, java.net.InetAddress, int) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.lang.String, java.net.InetAddress, java.lang.String, int) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.lang.String) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.lang.String, int) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.net.InetAddress) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(org.apache.hc.core5.net.URIAuthority)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.lang.String, java.lang.String, int) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.net.InetAddress, int) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpHost(java.lang.String, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpHost | create(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpHost | create(java.net.URI) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.net.InetAddress | getAddress() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getHostName() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getPort() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getSchemeName() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toHostString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toURI() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpMessage
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | addHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | addHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() | n.a. |
|
|||||
| NEW | public abstract | n.a. | boolean | removeHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
| NEW | public abstract | n.a. | boolean | removeHeaders(java.lang.String) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setHeader(org.apache.hc.core5.http.Header) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setHeaders(org.apache.hc.core5.http.Header[]) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpRequest
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.lang.String | getMethod() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.lang.String | getPath() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.lang.String | getRequestUri() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.lang.String | getScheme() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.net.URI | getUri() |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | setAuthority(org.apache.hc.core5.net.URIAuthority) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | setPath(java.lang.String) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | setScheme(java.lang.String) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | setUri(java.net.URI) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpRequestFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpRequest |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.lang.String) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.net.URI) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpRequestInterceptor
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpRequestMapper
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpResponse
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | int | getCode() | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.util.Locale | getLocale() | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.String | getReasonPhrase() | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setCode(int) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setLocale(java.util.Locale) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setReasonPhrase(java.lang.String) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpResponseFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpResponse |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int, java.lang.String) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.HttpResponseInterceptor
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.HttpStatus
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
| NEW | public static final | int | SC_ACCEPTED | n.a. | ||||||||
| NEW | public static final | int | SC_ALREADY_REPORTED | n.a. | ||||||||
| NEW | public static final | int | SC_BAD_GATEWAY | n.a. | ||||||||
| NEW | public static final | int | SC_BAD_REQUEST | n.a. | ||||||||
| NEW | public static final | int | SC_CLIENT_ERROR | n.a. | ||||||||
| NEW | public static final | int | SC_CONFLICT | n.a. | ||||||||
| NEW | public static final | int | SC_CONTINUE | n.a. | ||||||||
| NEW | public static final | int | SC_CREATED | n.a. | ||||||||
| NEW | public static final | int | SC_EARLY_HINTS | n.a. | ||||||||
| NEW | public static final | int | SC_EXPECTATION_FAILED | n.a. | ||||||||
| NEW | public static final | int | SC_FAILED_DEPENDENCY | n.a. | ||||||||
| NEW | public static final | int | SC_FORBIDDEN | n.a. | ||||||||
| NEW | public static final | int | SC_GATEWAY_TIMEOUT | n.a. | ||||||||
| NEW | public static final | int | SC_GONE | n.a. | ||||||||
| NEW | public static final | int | SC_HTTP_VERSION_NOT_SUPPORTED | n.a. | ||||||||
| NEW | public static final | int | SC_IM_USED | n.a. | ||||||||
| NEW | public static final | int | SC_INFORMATIONAL | n.a. | ||||||||
| NEW | public static final | int | SC_INSUFFICIENT_SPACE_ON_RESOURCE | n.a. | ||||||||
| NEW | public static final | int | SC_INSUFFICIENT_STORAGE | n.a. | ||||||||
| NEW | public static final | int | SC_INTERNAL_SERVER_ERROR | n.a. | ||||||||
| NEW | public static final | int | SC_LENGTH_REQUIRED | n.a. | ||||||||
| NEW | public static final | int | SC_LOCKED | n.a. | ||||||||
| NEW | public static final | int | SC_LOOP_DETECTED | n.a. | ||||||||
| NEW | public static final | int | SC_METHOD_FAILURE | n.a. | ||||||||
| NEW | public static final | int | SC_METHOD_NOT_ALLOWED | n.a. | ||||||||
| NEW | public static final | int | SC_MISDIRECTED_REQUEST | n.a. | ||||||||
| NEW | public static final | int | SC_MOVED_PERMANENTLY | n.a. | ||||||||
| NEW | public static final | int | SC_MOVED_TEMPORARILY | n.a. | ||||||||
| NEW | public static final | int | SC_MULTIPLE_CHOICES | n.a. | ||||||||
| NEW | public static final | int | SC_MULTI_STATUS | n.a. | ||||||||
| NEW | public static final | int | SC_NETWORK_AUTHENTICATION_REQUIRED | n.a. | ||||||||
| NEW | public static final | int | SC_NON_AUTHORITATIVE_INFORMATION | n.a. | ||||||||
| NEW | public static final | int | SC_NOT_ACCEPTABLE | n.a. | ||||||||
| NEW | public static final | int | SC_NOT_EXTENDED | n.a. | ||||||||
| NEW | public static final | int | SC_NOT_FOUND | n.a. | ||||||||
| NEW | public static final | int | SC_NOT_IMPLEMENTED | n.a. | ||||||||
| NEW | public static final | int | SC_NOT_MODIFIED | n.a. | ||||||||
| NEW | public static final | int | SC_NO_CONTENT | n.a. | ||||||||
| NEW | public static final | int | SC_OK | n.a. | ||||||||
| NEW | public static final | int | SC_PARTIAL_CONTENT | n.a. | ||||||||
| NEW | public static final | int | SC_PAYMENT_REQUIRED | n.a. | ||||||||
| NEW | public static final | int | SC_PERMANENT_REDIRECT | n.a. | ||||||||
| NEW | public static final | int | SC_PRECONDITION_FAILED | n.a. | ||||||||
| NEW | public static final | int | SC_PRECONDITION_REQUIRED | n.a. | ||||||||
| NEW | public static final | int | SC_PROCESSING | n.a. | ||||||||
| NEW | public static final | int | SC_PROXY_AUTHENTICATION_REQUIRED | n.a. | ||||||||
| NEW | public static final | int | SC_REDIRECTION | n.a. | ||||||||
| NEW | public static final | int | SC_REQUESTED_RANGE_NOT_SATISFIABLE | n.a. | ||||||||
| NEW | public static final | int | SC_REQUEST_HEADER_FIELDS_TOO_LARGE | n.a. | ||||||||
| NEW | public static final | int | SC_REQUEST_TIMEOUT | n.a. | ||||||||
| NEW | public static final | int | SC_REQUEST_TOO_LONG | n.a. | ||||||||
| NEW | public static final | int | SC_REQUEST_URI_TOO_LONG | n.a. | ||||||||
| NEW | public static final | int | SC_RESET_CONTENT | n.a. | ||||||||
| NEW | public static final | int | SC_SEE_OTHER | n.a. | ||||||||
| NEW | public static final | int | SC_SERVER_ERROR | n.a. | ||||||||
| NEW | public static final | int | SC_SERVICE_UNAVAILABLE | n.a. | ||||||||
| NEW | public static final | int | SC_SUCCESS | n.a. | ||||||||
| NEW | public static final | int | SC_SWITCHING_PROTOCOLS | n.a. | ||||||||
| NEW | public static final | int | SC_TEMPORARY_REDIRECT | n.a. | ||||||||
| NEW | public static final | int | SC_TOO_EARLY | n.a. | ||||||||
| NEW | public static final | int | SC_TOO_MANY_REQUESTS | n.a. | ||||||||
| NEW | public static final | int | SC_UNAUTHORIZED | n.a. | ||||||||
| NEW | public static final | int | SC_UNAVAILABLE_FOR_LEGAL_REASONS | n.a. | ||||||||
| NEW | public static final | int | SC_UNPROCESSABLE_CONTENT | n.a. | ||||||||
| NEW | public static final | int | SC_UNPROCESSABLE_ENTITY
Annotations:
|
Compatibility Changes:
|
||||||||
| NEW | public static final | int | SC_UNSUPPORTED_MEDIA_TYPE | n.a. | ||||||||
| NEW | public static final | int | SC_UPGRADE_REQUIRED | n.a. | ||||||||
| NEW | public static final | int | SC_USE_PROXY | n.a. | ||||||||
| NEW | public static final | int | SC_VARIANT_ALSO_NEGOTIATES | n.a. |
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.HttpStreamResetException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -8126273573901943276 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpStreamResetException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | HttpStreamResetException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.http.HttpVersion
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolVersion | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -8991535321917121522 | -5856653513894415344 |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpVersion[] | ALL | n.a. |
| NEW | public static final | org.apache.hc.core5.http.HttpVersion | DEFAULT | n.a. |
| NEW | public static final | java.lang.String | HTTP | n.a. |
| NEW | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_0_9 | n.a. |
| NEW | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_1_0 | n.a. |
| NEW | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_1_1 | n.a. |
| NEW | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_2 | n.a. |
| NEW | public static final | org.apache.hc.core5.http.HttpVersion | HTTP_2_0 | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpVersion(int, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpVersion | get(int, int) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.BasicEndpointDetails
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.EndpointDetails | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicEndpointDetails(java.net.SocketAddress, java.net.SocketAddress, org.apache.hc.core5.http.HttpConnectionMetrics, org.apache.hc.core5.util.Timeout) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | long | getReceivedBytesCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getRequestCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getResponseCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getSentBytesCount() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.BasicEntityDetails
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicEntityDetails(long, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpConnectionMetrics | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHttpConnectionMetrics(org.apache.hc.core5.http.io.HttpTransportMetrics, org.apache.hc.core5.http.io.HttpTransportMetrics) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | long | getReceivedBytesCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getRequestCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getResponseCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getSentBytesCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | incrementRequestCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | incrementResponseCount() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpTransportMetrics | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHttpTransportMetrics() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | long | getBytesTransferred() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | incrementBytesTransferred(long) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOReactor | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initiateShutdown() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
requestSession(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | start() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | bootstrap() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester | create() |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOReactorMetricsListener(org.apache.hc.core5.reactor.IOReactorMetricsListener) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setMaxTotal(int) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTlsHandshakeTimeout(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.AsyncServer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOReactor | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getEndpoints() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initiateShutdown() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | pause() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | resume() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | start() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterAfter(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterBefore(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterFirst(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | addFilterLast(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | bootstrap() |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer | create() |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | replaceFilter(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setAuthorityResolver(java.util.function.BiFunction <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setCanonicalHostName(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOReactorMetricsListener(org.apache.hc.core5.reactor.IOReactorMetricsListener) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry <..> )
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setTlsHandshakeTimeout(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.bootstrap.AsyncRequester | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOReactor | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
| NEW | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| NEW | public | n.a. | void | closeExpired() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | protected | n.a. | java.util.concurrent.Future <..>
|
doConnect(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| NEW | protected | n.a. | void | doTlsUpgrade(org.apache.hc.core5.reactor.ProtocolIOSession, org.apache.hc.core5.net.NamedEndpoint, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext)
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext)
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | int | getDefaultMaxPerRoute() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | int | getMaxPerRoute(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | int | getMaxTotal() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | setMaxPerRoute(org.apache.hc.core5.http.HttpHost, int) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | setMaxTotal(int) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.bootstrap.AsyncServer | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOReactor | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.http.URIScheme, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.http.URIScheme, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.http.URIScheme) |
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress)
Annotations:
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.HttpRequester
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | n.a. | void | closeExpired() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpResponseInformationCallback, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpResponseInformationCallback, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | Generic Templates:
|
java.lang.Object | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpClientResponseHandler <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.ConnPoolControl <..>
|
getConnPoolControl() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | int | getDefaultMaxPerRoute() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | int | getMaxPerRoute(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | int | getMaxTotal() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||||||||||||
| NEW | public | n.a. | void | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | setMaxPerRoute(org.apache.hc.core5.http.HttpHost, int) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | setMaxTotal(int) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.HttpServer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | awaitTermination(org.apache.hc.core5.util.TimeValue) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode, org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.net.InetAddress | getInetAddress() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getLocalPort() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initiateShutdown() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | start() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | stop() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | bootstrap() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpRequester | create() |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setMaxTotal(int) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslContext(javax.net.ssl.SSLContext) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSessionVerifier(org.apache.hc.core5.http.io.ssl.SSLSessionVerifier) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSetupHandler(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setSslSocketFactory(javax.net.ssl.SSLSocketFactory) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) |
Compatibility Changes:
|
|
|||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterAfter(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterBefore(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterFirst(java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | addFilterLast(java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | bootstrap() |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpServer | create() |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | register(java.lang.String, org.apache.hc.core5.http.io.HttpRequestHandler) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpRequestHandler) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.http.io.HttpRequestHandler)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | replaceFilter(java.lang.String, org.apache.hc.core5.http.io.HttpFilterHandler) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setAuthorityResolver(java.util.function.BiFunction <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setCanonicalHostName(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setConnectionFactory(org.apache.hc.core5.http.io.HttpConnectionFactory <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setExceptionListener(org.apache.hc.core5.http.ExceptionListener) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setListenerPort(int) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setLocalAddress(java.net.InetAddress) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry <..> )
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setResponseFactory(org.apache.hc.core5.http.HttpResponseFactory <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setServerSocketFactory(javax.net.ServerSocketFactory) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSocketConfig(org.apache.hc.core5.http.io.SocketConfig) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSslContext(javax.net.ssl.SSLContext) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setSslSetupHandler(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http.impl.bootstrap.StandardFilter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 1680214654720313548 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | EXPECT_CONTINUE | n.a. |
| NEW | public static final | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | MAIN_HANDLER | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.StandardFilter | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.bootstrap.StandardFilter[] | values() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.CharCodingSupport
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | java.nio.charset.CharsetDecoder | createDecoder(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | java.nio.charset.CharsetEncoder | createEncoder(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.DefaultAddressResolver
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.function.Resolver | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.DefaultAddressResolver | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultAddressResolver() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.net.InetSocketAddress | resolve(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ConnectionReuseStrategy | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultConnectionReuseStrategy() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ContentLengthStrategy | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.DefaultContentLengthStrategy | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultContentLengthStrategy() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | long | determineLength(org.apache.hc.core5.http.HttpMessage) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ReasonPhraseCatalog | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | EnglishReasonPhraseCatalog() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.String | getReason(int, java.util.Locale) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.HttpProcessors
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpProcessors() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client(java.lang.String, boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | clientStrict() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | clientStrict(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customClient(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customClient(java.lang.String, boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customServer(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | server(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | server() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | strictClient(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.impl.io.AbstractMessageParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpMessage |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | protected | n.a. | java.io.IOException | createConnectionClosedException()
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected abstract | n.a. | org.apache.hc.core5.http.HttpMessage | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpMessage | parse(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header[] | parseHeaders(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, int, int, org.apache.hc.core5.http.message.LineParser) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header[] | parseHeaders(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, int, int, org.apache.hc.core5.http.message.LineParser, java.util.List <..> )
|
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.impl.io.AbstractMessageWriter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpMessage |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageWriter | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractMessageWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | write(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected abstract | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.io.ChunkedInputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ChunkedInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
| NEW | public | n.a. | ChunkedInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getFooters() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | read() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[]) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.ChunkedOutputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.OutputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | java.io.Flushable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, int, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, byte[], org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | ChunkedOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | finish() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | flush() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[], int, int) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.ContentLengthInputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ContentLengthInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream, long) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | long | skip(long) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.OutputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | java.io.Flushable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ContentLengthOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream, long) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | flush() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(int) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.io.BHttpConnectionBase | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.HttpConnection | n.a. |
| NEW | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.io.HttpClientConnection | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpClientConnection(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | bind(java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | bind(javax.net.ssl.SSLSocket, java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | boolean | isConsistent() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | protected | n.a. | void | onRequestSubmitted(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | void | onResponseReceived(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | void | receiveResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | receiveResponseHeader() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | sendRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | sendRequestHeader(org.apache.hc.core5.http.ClassicHttpRequest) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | terminateRequest(org.apache.hc.core5.http.ClassicHttpRequest) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpConnectionFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpClientConnectionFactory() | n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpClientConnectionFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> , org.apache.hc.core5.http.io.HttpMessageParserFactory
<..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | builder() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection | createConnection(java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection | createConnection(javax.net.ssl.SSLSocket, java.net.Socket) |
|
Compatibility Changes:
|
|
NEW
final
static
public
class
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory | build() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | requestWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | responseOutOfOrderStrategy(org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory$Builder | responseParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory <..> )
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.io.BHttpConnectionBase | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.HttpConnection | n.a. |
| NEW | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.io.HttpServerConnection | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | DefaultBHttpServerConnection(java.lang.String, org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageParserFactory <..> , org.apache.hc.core5.http.io.HttpMessageWriterFactory
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpServerConnection(java.lang.String, org.apache.hc.core5.http.config.Http1Config, java.nio.charset.CharsetDecoder, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpServerConnection(java.lang.String, org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | bind(java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | bind(javax.net.ssl.SSLSocket, java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected | n.a. | void | onRequestReceived(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | void | onResponseSubmitted(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | void | receiveRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | receiveRequestHeader() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | sendResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | sendResponseHeader(org.apache.hc.core5.http.ClassicHttpResponse) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpConnectionFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | DefaultBHttpServerConnectionFactory(java.lang.String, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpServerConnectionFactory(java.lang.String, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.ContentLengthStrategy, org.apache.hc.core5.http.io.HttpMessageParserFactory <..> , org.apache.hc.core5.http.io.HttpMessageWriterFactory
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultBHttpServerConnectionFactory(java.lang.String, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.config.CharCodingConfig, org.apache.hc.core5.http.io.HttpMessageParserFactory <..> , org.apache.hc.core5.http.io.HttpMessageWriterFactory
<..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | builder() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection | createConnection(java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection | createConnection(javax.net.ssl.SSLSocket, java.net.Socket) |
|
Compatibility Changes:
|
|
NEW
final
static
public
class
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory | build() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | charCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | http1Config(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | incomingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | outgoingContentLengthStrategy(org.apache.hc.core5.http.ContentLengthStrategy) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | requestParserFactory(org.apache.hc.core5.http.io.HttpMessageParserFactory <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | responseWriterFactory(org.apache.hc.core5.http.io.HttpMessageWriterFactory <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory$Builder | scheme(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultClassicHttpRequestFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | newHttpRequest(java.lang.String, java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | newHttpRequest(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultClassicHttpResponseFactory(org.apache.hc.core5.http.ReasonPhraseCatalog) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultClassicHttpResponseFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | newHttpResponse(int, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | newHttpResponse(int) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.io.AbstractMessageParser | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | parse(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageParserFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpRequestParserFactory() | n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.io.AbstractMessageWriter | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageWriter | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpRequestWriter() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageWriterFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageWriter <..>
|
create() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.io.AbstractMessageParser | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageParser | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageParserFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | DefaultHttpResponseParserFactory() | n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.io.AbstractMessageWriter | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageWriter | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriter() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpMessageWriterFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageWriter <..>
|
create() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.io.EmptyInputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.EmptyInputStream | INSTANCE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | close() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | mark(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | markSupported() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | read() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | read(byte[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | read(byte[], int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | reset() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | skip(long) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.apache.hc.core5.http.impl.io.HttpRequestExecutor
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.util.Timeout | DEFAULT_WAIT_FOR_CONTINUE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | HttpRequestExecutor(org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | HttpRequestExecutor(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpRequestExecutor() | n.a. |
|
|||||||||||||
| NEW | public | n.a. | HttpRequestExecutor(org.apache.hc.core5.http.ConnectionReuseStrategy) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | builder() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.io.HttpResponseInformationCallback, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.io.HttpClientConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | postProcess(org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | preProcess(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
final
static
public
class
org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor | build() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withHttp1StreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpRequestExecutor$Builder | withWaitForContinue(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.HttpService
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.HttpResponseFactory
<..> , org.apache.hc.core5.http.impl.Http1StreamListener)
|
n.a. |
|
|||||||||
| NEW | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||
| NEW | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||
| NEW | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.ConnectionReuseStrategy, org.apache.hc.core5.http.HttpResponseFactory
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | HttpService(org.apache.hc.core5.http.protocol.HttpProcessor, org.apache.hc.core5.http.io.HttpServerRequestHandler) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | builder() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | protected | n.a. | void | handleException(org.apache.hc.core5.http.HttpException, org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | void | handleRequest(org.apache.hc.core5.http.io.HttpServerConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected | n.a. | int | toStatusCode(java.lang.Exception) | n.a. |
|
NEW
final
static
public
class
org.apache.hc.core5.http.impl.io.HttpService$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService | build() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withConnectionReuseStrategy(org.apache.hc.core5.http.ConnectionReuseStrategy) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttp1Config(org.apache.hc.core5.http.config.Http1Config) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttp1StreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.io.HttpService$Builder | withHttpServerRequestHandler(org.apache.hc.core5.http.io.HttpServerRequestHandler) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.IdentityInputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IdentityInputStream(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[], int, int) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.IdentityOutputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.OutputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | java.io.Flushable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IdentityOutputStream(org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | flush() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(int) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | MonitoringResponseOutOfOrderStrategy() | n.a. |
|
|||||
| NEW | public | n.a. | MonitoringResponseOutOfOrderStrategy(long, long) | n.a. |
|
|||||
| NEW | public | n.a. | MonitoringResponseOutOfOrderStrategy(long) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | boolean | isEarlyResponseDetected(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, java.io.InputStream, long, long) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NoResponseOutOfOrderStrategy() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | isEarlyResponseDetected(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpClientConnection, java.io.InputStream, long, long) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.SessionInputBuffer | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SessionInputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int, int, int, java.nio.charset.CharsetDecoder) | n.a. |
|
|||||
| NEW | public | n.a. | SessionInputBufferImpl(int) | n.a. |
|
|||||
| NEW | public | n.a. | SessionInputBufferImpl(int, int) | n.a. |
|
|||||
| NEW | public | n.a. | SessionInputBufferImpl(int, java.nio.charset.CharsetDecoder) | n.a. |
|
|||||
| NEW | public | n.a. | SessionInputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | capacity() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | clear() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | fillBuffer(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | hasBufferedData() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | length() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | read(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[], int, int, java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[], java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | readLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.InputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.SessionOutputBuffer | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SessionOutputBufferImpl(int, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||
| NEW | public | n.a. | SessionOutputBufferImpl(org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int, int, java.nio.charset.CharsetEncoder) | n.a. |
|
|||||
| NEW | public | n.a. | SessionOutputBufferImpl(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | capacity() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | flush(java.io.OutputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | length() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | write(byte[], int, int, java.io.OutputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[], java.io.OutputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(int, java.io.OutputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.io.SocketHolder
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SocketHolder(java.net.Socket) | n.a. |
|
|||||
| NEW | public | n.a. | SocketHolder(javax.net.ssl.SSLSocket, java.net.Socket) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | java.io.InputStream | getInputStream() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | protected | n.a. | java.io.InputStream | getInputStream(java.net.Socket) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | java.io.OutputStream | getOutputStream(java.net.Socket) |
|
n.a. |
|
||||||||||
| NEW | final public | n.a. | java.io.OutputStream | getOutputStream() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | java.net.Socket | getSocket() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | protected | boolean | completed | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractContentDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.nio.SessionInputBuffer | buffer() | n.a. |
|
|||||||||
| NEW | protected | n.a. | java.nio.channels.ReadableByteChannel | channel() | n.a. |
|
|||||||||
| NEW | protected | n.a. | int | fillBufferFromChannel() |
|
n.a. |
|
||||||||
| NEW | public | n.a. | java.util.List <..>
|
getTrailers() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | isCompleted() |
Compatibility Changes:
|
|
|||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | metrics() | n.a. |
|
|||||||||
| NEW | protected | n.a. | int | readFromChannel(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | int | readFromChannel(java.nio.ByteBuffer, int) |
|
n.a. |
|
||||||||
| NEW | public | n.a. | void | setCompleted(boolean) |
Compatibility Changes:
|
|
|||||||||
| NEW | protected | n.a. | void | setCompleted() | n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractContentEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | void | assertNotCompleted() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.nio.SessionOutputBuffer | buffer() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | java.nio.channels.WritableByteChannel | channel() | n.a. |
|
|||||||||||||
| NEW | public | n.a. | void | complete(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||
| NEW | final public | n.a. | void | complete() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected | n.a. | int | flushToChannel() |
|
n.a. |
|
||||||||||||
| NEW | public | n.a. | boolean | isCompleted() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | metrics() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | int | writeToBuffer(java.nio.ByteBuffer, int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | writeToChannel(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | writeToChannel(java.nio.ByteBuffer, int) |
|
n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.impl.nio.AbstractMessageParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpMessage |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageParser | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | AbstractMessageParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected abstract | n.a. | org.apache.hc.core5.http.HttpMessage | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpMessage | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, boolean) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | reset() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpMessage |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageWriter | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractMessageWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | reset() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | write(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.nio.SessionOutputBuffer) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected abstract | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.BufferedData
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.ExpandableBuffer | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | BufferedData(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.nio.BufferedData | allocate(int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | int | capacity() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | clear() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.nio.ByteBuffer | data() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | hasData() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | int | length() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | put(java.nio.ByteBuffer) |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | int | readFrom(java.nio.channels.ReadableByteChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | int | writeTo(java.nio.channels.WritableByteChannel) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.ChunkDecoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractContentDecoder | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ChunkDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
|||||
| NEW | public | n.a. | ChunkDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | java.util.List <..>
|
getTrailers() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | read(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.ChunkEncoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractContentEncoder | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ChunkEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
|||||
| NEW | public | n.a. | ChunkEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | complete(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | int | write(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.HttpConnection | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ClientHttp1IOEventHandler(org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOEventHandlerFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ClientHttp1IOEventHandlerFactory(org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory, org.apache.hc.core5.http.nio.ssl.TlsStrategy, org.apache.hc.core5.util.Timeout) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, java.lang.Object) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpRequestFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpRequest | newHttpRequest(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpRequest |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractMessageParser | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageParser | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpRequestFactory <..> )
|
n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpRequestParser(org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpRequest | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpRequest | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, boolean) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageParserFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpRequestParserFactory() | n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpRequestParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpRequestFactory <..> , org.apache.hc.core5.http.message.LineParser)
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageParser <..>
|
create() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpRequest |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractMessageWriter | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageWriter | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpRequestWriter() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageWriterFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpRequestWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageWriter <..>
|
create() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpResponseFactory() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseFactory(org.apache.hc.core5.http.ReasonPhraseCatalog) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpResponse | newHttpResponse(int) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpResponse |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractMessageParser | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageParser | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineParser, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | DefaultHttpResponseParser(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpResponseFactory <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpResponse | createMessage(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageParserFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.HttpResponseFactory <..> , org.apache.hc.core5.http.message.LineParser)
|
n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpResponseParserFactory() | n.a. |
|
|||||||
| NEW | public | n.a. | DefaultHttpResponseParserFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageParser <..>
|
create() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpResponse |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractMessageWriter | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageWriter | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter, org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriter() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriter(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpVersion | protocolVersion(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | writeHeadLine(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.NHttpMessageWriterFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultHttpResponseWriterFactory(org.apache.hc.core5.http.config.Http1Config, org.apache.hc.core5.http.message.LineFormatter) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.NHttpMessageWriter <..>
|
create() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.IdentityDecoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractContentDecoder | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.FileContentDecoder | n.a. |
| NEW | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IdentityDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | read(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.IdentityEncoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractContentEncoder | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
| NEW | org.apache.hc.core5.http.nio.FileContentEncoder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IdentityEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics) | n.a. |
|
|||||
| NEW | public | n.a. | IdentityEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | write(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractContentDecoder | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.FileContentDecoder | n.a. |
| NEW | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | LengthDelimitedDecoder(java.nio.channels.ReadableByteChannel, org.apache.hc.core5.http.nio.SessionInputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, long) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | read(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractContentEncoder | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
| NEW | org.apache.hc.core5.http.nio.FileContentEncoder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | LengthDelimitedEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, long) | n.a. |
|
|||||
| NEW | public | n.a. | LengthDelimitedEncoder(java.nio.channels.WritableByteChannel, org.apache.hc.core5.http.nio.SessionOutputBuffer, org.apache.hc.core5.http.impl.BasicHttpTransportMetrics, long, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | write(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http.impl.nio.MessageState
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 8693736236618125286 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.MessageState | ACK | n.a. |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.MessageState | BODY | n.a. |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.MessageState | COMPLETE | n.a. |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.MessageState | HEADERS | n.a. |
| NEW | public static final | org.apache.hc.core5.http.impl.nio.MessageState | IDLE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.nio.MessageState | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.impl.nio.MessageState[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.HttpConnection | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ServerHttp1IOEventHandler(org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOEventHandlerFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ServerHttp1IOEventHandlerFactory(org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory, org.apache.hc.core5.http.nio.ssl.TlsStrategy, org.apache.hc.core5.util.Timeout) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, java.lang.Object) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.NoConnectionReuseStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ConnectionReuseStrategy | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.NoConnectionReuseStrategy | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NoConnectionReuseStrategy() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | keepAlive(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.impl.routing.PathPatternMatcher
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.impl.routing.PathPatternMatcher | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | PathPatternMatcher() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | isBetter(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | match(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.impl.routing.RequestRouter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestMapper | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: | ||||
| NEW | public static final | java.util.function.BiFunction <..>
|
IGNORE_PORT_AUTHORITY_RESOLVER | n.a. | ||||
| NEW | public static final | org.apache.hc.core5.net.URIAuthority | LOCAL_AUTHORITY | n.a. | ||||
| NEW | public static final | java.util.function.BiFunction <..>
|
LOCAL_AUTHORITY_RESOLVER | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
| NEW | static public | Generic Templates:
|
org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
builder(org.apache.hc.core5.http.protocol.UriPatternType) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | static public | Generic Templates:
|
org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
builder() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
static
public
class
org.apache.hc.core5.http.impl.routing.RequestRouter$Builder
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
addRoute(org.apache.hc.core5.net.URIAuthority, java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
addRoute(java.lang.String, java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter <..>
|
build() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
downstream(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.impl.routing.RequestRouter$Builder <..>
|
resolveAuthority(java.util.function.BiFunction <..> )
|
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.BHttpConnection
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.HttpConnection | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | flush() |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | isDataAvailable(org.apache.hc.core5.util.Timeout) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | isStale() |
|
n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractHttpEntity(java.lang.String, java.lang.String, boolean) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractHttpEntity(java.lang.String, java.lang.String) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractHttpEntity(org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractHttpEntity(org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | void | writeTo(org.apache.hc.core5.http.HttpEntity, java.io.OutputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.BasicHttpEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHttpEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.BufferedHttpEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.HttpEntityWrapper | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | BufferedHttpEntity(org.apache.hc.core5.http.HttpEntity) |
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.ByteArrayEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | ByteArrayEntity(byte[], int, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | ByteArrayEntity(byte[], org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.ByteBufferEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ByteBufferEntity(java.nio.ByteBuffer, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | ByteBufferEntity(java.nio.ByteBuffer, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.io.entity.EmptyInputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.io.entity.EmptyInputStream | INSTANCE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | close() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | mark(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | markSupported() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | read() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | read(byte[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | read(byte[], int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | reset() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | skip(long) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.io.entity.EntityTemplate
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | EntityTemplate(org.apache.hc.core5.http.ContentType, org.apache.hc.core5.io.IOCallback <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | EntityTemplate(long, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.io.IOCallback <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | EntityTemplate(long, org.apache.hc.core5.http.ContentType, java.lang.String, org.apache.hc.core5.io.IOCallback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.io.entity.EntityUtils
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | static public | n.a. | void | consume(org.apache.hc.core5.http.HttpEntity) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | void | consumeQuietly(org.apache.hc.core5.http.HttpEntity) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.HttpEntity) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parse(org.apache.hc.core5.http.HttpEntity, int) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | byte[] | toByteArray(org.apache.hc.core5.http.HttpEntity) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | byte[] | toByteArray(org.apache.hc.core5.http.HttpEntity, int) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.nio.charset.Charset) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.nio.charset.Charset, int) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, java.lang.String, int) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | static public | n.a. | java.lang.String | toString(org.apache.hc.core5.http.HttpEntity, int) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.FileEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | FileEntity(java.io.File, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | FileEntity(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.io.entity.HttpEntities
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.File, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.Serializable, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(org.apache.hc.core5.io.IOCallback <..> , org.apache.hc.core5.http.ContentType)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, java.nio.charset.Charset, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.lang.String, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(byte[], org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.File, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.io.Serializable, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(org.apache.hc.core5.io.IOCallback <..> , org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[])
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.io.File, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.io.Serializable, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(org.apache.hc.core5.io.IOCallback <..> , org.apache.hc.core5.http.ContentType)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createGzipped(java.nio.file.Path, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | createUrlEncoded(java.lang.Iterable <..> , java.nio.charset.Charset)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | gzip(org.apache.hc.core5.http.HttpEntity) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HttpEntity | withTrailers(org.apache.hc.core5.http.HttpEntity, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.HttpEntityWrapper
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpEntityWrapper(org.apache.hc.core5.http.HttpEntity) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.InputStreamEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | InputStreamEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | InputStreamEntity(java.io.InputStream, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | InputStreamEntity(java.io.InputStream, long, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.io.entity.NullEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.io.entity.NullEntity | INSTANCE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.function.Supplier <..>
|
getTrailers() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.PathEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | PathEntity(java.nio.file.Path, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | PathEntity(java.nio.file.Path, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.SerializableEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SerializableEntity(java.io.Serializable, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | SerializableEntity(java.io.Serializable, org.apache.hc.core5.http.ContentType, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.entity.StringEntity
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntity | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | StringEntity(java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | StringEntity(java.lang.String, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | StringEntity(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | StringEntity(java.lang.String, java.nio.charset.Charset) | n.a. |
|
|||||
| NEW | public | n.a. | StringEntity(java.lang.String, java.nio.charset.Charset, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | StringEntity(java.lang.String, org.apache.hc.core5.http.ContentType, java.lang.String, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | java.io.InputStream | getContent() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isStreaming() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | writeTo(java.io.OutputStream) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.EofSensorInputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | EofSensorInputStream(java.io.InputStream, org.apache.hc.core5.http.io.EofSensorWatcher) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | abort() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | available() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[]) |
|
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.EofSensorWatcher
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | boolean | eofDetected(java.io.InputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | streamAbort(java.io.InputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | streamClosed(java.io.InputStream) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpClientConnection
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.HttpConnection | n.a. |
| NEW | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | boolean | isConsistent() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | receiveResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | receiveResponseHeader() |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendRequestHeader(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | terminateRequest(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpClientResponseHandler
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | java.lang.Object | handleResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpConnectionFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpConnection |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HttpConnection | createConnection(java.net.Socket) |
|
n.a. |
|
||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpConnection | createConnection(javax.net.ssl.SSLSocket, java.net.Socket) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpFilterChain
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | proceed(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
static
public
abstract
interface
org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpFilterHandler
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpMessageParser
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.MessageHeaders | parse(org.apache.hc.core5.http.io.SessionInputBuffer, java.io.InputStream) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpMessageParserFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create(org.apache.hc.core5.http.config.Http1Config)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.HttpMessageParser <..>
|
create() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpMessageWriter
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | write(org.apache.hc.core5.http.MessageHeaders, org.apache.hc.core5.http.io.SessionOutputBuffer, java.io.OutputStream) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpMessageWriterFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.io.HttpMessageWriter <..>
|
create() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpRequestHandler
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.ClassicHttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpResponseInformationCallback
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | execute(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.HttpConnection, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpServerConnection
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.http.HttpConnection | n.a. |
| NEW | org.apache.hc.core5.http.io.BHttpConnection | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | receiveRequestEntity(org.apache.hc.core5.http.ClassicHttpRequest) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | receiveRequestHeader() |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendResponseEntity(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendResponseHeader(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpServerRequestHandler
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
static
public
abstract
interface
org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.ClassicHttpResponse) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.HttpTransportMetrics
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | long | getBytesTransferred() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.SessionInputBuffer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | int | available() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | capacity() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | read(byte[], int, int, java.io.InputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | int | read(byte[], java.io.InputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | int | read(java.io.InputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | int | readLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.InputStream) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.SessionOutputBuffer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | int | available() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | capacity() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | flush(java.io.OutputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.io.HttpTransportMetrics | getMetrics() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | write(byte[], int, int, java.io.OutputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | write(byte[], java.io.OutputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | write(int, java.io.OutputStream) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer, java.io.OutputStream) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.io.SocketConfig
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.io.SocketConfig | DEFAULT | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | copy(org.apache.hc.core5.http.io.SocketConfig) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | custom() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getBacklogSize() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getRcvBufSize() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getSndBufSize() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.TimeValue | getSoLinger() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Timeout | getSoTimeout() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.net.SocketAddress | getSocksProxyAddress() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getTcpKeepCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getTcpKeepIdle() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getTcpKeepInterval() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isSoKeepAlive() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isSoReuseAddress() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isTcpNoDelay() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
static
public
class
org.apache.hc.core5.http.io.SocketConfig$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig | build() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setBacklogSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setRcvBufSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSndBufSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoKeepAlive(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoLinger(int, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoLinger(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoReuseAddress(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoTimeout(int, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSoTimeout(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setSocksProxyAddress(java.net.SocketAddress) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepCount(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepIdle(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpKeepInterval(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.SocketConfig$Builder | setTcpNoDelay(boolean) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.function.Callback | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler | CLIENT | n.a. |
| NEW | public static final | org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler | SERVER | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DefaultTlsSetupHandler() | n.a. |
|
|||||
| NEW | public | n.a. | DefaultTlsSetupHandler(boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | execute(javax.net.ssl.SSLParameters) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.io.ssl.SSLSessionVerifier
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | verify(org.apache.hc.core5.http.HttpHost, javax.net.ssl.SSLSession) |
|
n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractHttpServerAuthFilter(boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected abstract | n.a. | boolean | authenticate(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||
| NEW | protected abstract | n.a. | java.lang.String | generateChallenge(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpEntity | generateResponseContent(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||||||
| NEW | final public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | parseChallengeResponse(java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHttpServerExpectationDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | final public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | verify(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
NEW
public
class
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | BasicHttpServerRequestHandler(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | BasicHttpServerRequestHandler(org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.HttpResponseFactory
<..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.support.ClassicRequestBuilder
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameter(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpRequest | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | copy(org.apache.hc.core5.http.ClassicHttpRequest) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | copy(org.apache.hc.core5.http.HttpRequest) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | create(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | delete(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | protected | n.a. | void | digest(org.apache.hc.core5.http.ClassicHttpRequest) | n.a. |
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | get(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | head(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | options(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | patch(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | post(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | put(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | query() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | query(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | query(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setAbsoluteRequestUri(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(org.apache.hc.core5.http.HttpEntity) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setPath(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setScheme(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setUri(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setUri(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicRequestBuilder | trace(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.support.ClassicResponseBuilder
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | copy(org.apache.hc.core5.http.ClassicHttpResponse) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | copy(org.apache.hc.core5.http.HttpResponse) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | create(int) |
Compatibility Changes:
|
|
|||||||
| NEW | protected | n.a. | void | digest(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(org.apache.hc.core5.http.HttpEntity) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.io.support.ClassicResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpServerExpectationFilter() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.HttpEntity | generateResponseContent(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
||||||||||||
| NEW | final public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected | n.a. | boolean | verify(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpServerFilterChainElement(org.apache.hc.core5.http.io.HttpFilterHandler, org.apache.hc.core5.http.io.support.HttpServerFilterChainElement) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpServerFilterChainRequestHandler(org.apache.hc.core5.http.io.support.HttpServerFilterChainElement) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.io.support.TerminalServerFilter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.io.HttpFilterHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | TerminalServerFilter(org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.http.HttpResponseFactory
<..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | handle(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.io.HttpFilterChain$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.io.HttpFilterChain) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.LengthRequiredException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -6587236770009481670 | 1049109801075840707 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | LengthRequiredException() | n.a. |
|
|||||
| NEW | public | n.a. | LengthRequiredException(java.lang.String) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.MalformedChunkCodingException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 3519689892841300487 | 2158560246948994524 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | MalformedChunkCodingException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | MalformedChunkCodingException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
| NEW | public | n.a. | MalformedChunkCodingException() | n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.Message
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | B | n.a. | java.lang.Object | |
| NEW | H | n.a. | org.apache.hc.core5.http.MessageHeaders |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | Message(org.apache.hc.core5.http.MessageHeaders, java.lang.Object) | n.a. |
|
|||||
| NEW | public | n.a. | Message(org.apache.hc.core5.http.MessageHeaders) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.Object | getBody() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.MessageHeaders | getHead() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.message.AbstractMessageWrapper
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.HttpMessage |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractMessageWrapper(org.apache.hc.core5.http.HttpMessage) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | addHeader(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | containsHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | countHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Iterator <..>
|
headerIterator() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Iterator <..>
|
headerIterator(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setHeader(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.BasicClassicHttpRequest
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.BasicHttpRequest | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ClassicHttpRequest | n.a. |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | org.apache.hc.core5.http.HttpRequest | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -188089953977536739 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpRequest(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpRequest(java.lang.String, java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpRequest(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.BasicClassicHttpResponse
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.BasicHttpResponse | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | org.apache.hc.core5.http.ClassicHttpResponse | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.http.HttpResponse | n.a. |
| NEW | org.apache.hc.core5.http.HttpEntityContainer | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 2420497112155051845 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicClassicHttpResponse(int, org.apache.hc.core5.http.ReasonPhraseCatalog, java.util.Locale) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpResponse(int) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClassicHttpResponse(int, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpEntity | getEntity() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setEntity(org.apache.hc.core5.http.HttpEntity) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.BasicHeader
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
| NEW | org.apache.hc.core5.http.NameValuePair | n.a. |
| NEW | org.apache.hc.core5.http.Header | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -3027404676433358740 | -5427236326487562174 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHeader(java.lang.String, java.lang.Object) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHeader(java.lang.String, java.lang.Object, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.message.BasicHeader | clone() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | getName() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getValue() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isSensitive() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.BasicHeaderElement
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HeaderElement | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHeaderElement(java.lang.String, java.lang.String, org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHeaderElement(java.lang.String, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.String | getName() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.NameValuePair | getParameter(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.NameValuePair | getParameterByName(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getParameterCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.NameValuePair[] | getParameters() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getValue() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.BasicHeaderElementIterator
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.AbstractHeaderElementIterator | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.Iterator | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | BasicHeaderElementIterator(java.util.Iterator <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | BasicHeaderElementIterator(java.util.Iterator <..> , org.apache.hc.core5.http.message.HeaderValueParser)
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.message.BasicHeaderIterator
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.Iterator | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHeaderIterator(org.apache.hc.core5.http.Header[], java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | boolean | hasNext() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | next() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | remove() |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.BasicHeaderValueFormatter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.HeaderValueFormatter | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.message.BasicHeaderValueFormatter | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHeaderValueFormatter() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement[], boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | formatHeaderElement(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement, boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | formatNameValuePair(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair, boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair[], boolean) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.BasicHeaderValueParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.HeaderValueParser | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.message.BasicHeaderValueParser | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHeaderValueParser() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HeaderElement[] | parseElements(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HeaderElement | parseHeaderElement(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.NameValuePair | parseNameValuePair(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.NameValuePair[] | parseParameters(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.BasicHttpRequest
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.HeaderGroup | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | org.apache.hc.core5.http.HttpRequest | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 6189511112082883243 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHttpRequest(java.lang.String, java.net.URI) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpRequest(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpRequest(java.lang.String, java.lang.String, org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpRequest(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpRequest(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpRequest(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpRequest(java.lang.String, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | addHeader(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getMethod() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getPath() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getRequestUri() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getScheme() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.net.URI | getUri() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setAbsoluteRequestUri(boolean) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setAuthority(org.apache.hc.core5.net.URIAuthority) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setHeader(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setPath(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setScheme(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setUri(java.net.URI) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.BasicHttpResponse
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.HeaderGroup | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | org.apache.hc.core5.http.HttpResponse | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 488789271734604269 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHttpResponse(int, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpResponse(int) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpResponse(int, org.apache.hc.core5.http.ReasonPhraseCatalog, java.util.Locale) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | addHeader(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getCode() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.util.Locale | getLocale() |
Compatibility Changes:
|
|
|||||||
| NEW | protected | n.a. | java.lang.String | getReason(int) | n.a. |
|
|||||||
| NEW | public | n.a. | java.lang.String | getReasonPhrase() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setCode(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setHeader(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setLocale(java.util.Locale) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setReasonPhrase(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.BasicLineFormatter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.LineFormatter | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.message.BasicLineFormatter | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicLineFormatter() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | formatHeader(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | formatRequestLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.RequestLine) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | formatStatusLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.StatusLine) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.BasicLineParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.LineParser | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.message.BasicLineParser | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicLineParser(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
| NEW | public | n.a. | BasicLineParser() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.message.RequestLine | parseRequestLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.message.StatusLine | parseStatusLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.BasicNameValuePair
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.NameValuePair | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -4091098790968606596 | -6437800749411518984 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicNameValuePair(java.lang.String, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getName() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getValue() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.BasicTokenIterator
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.AbstractHeaderElementIterator | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.Iterator | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | BasicTokenIterator(java.util.Iterator <..> )
|
n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.BufferedHeader
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.FormattedHeader | n.a. |
| NEW | org.apache.hc.core5.http.NameValuePair | n.a. |
| NEW | org.apache.hc.core5.http.Header | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -6164955205396106611 | -2768352615787625448 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | BufferedHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.message.BufferedHeader | create(org.apache.hc.core5.util.CharArrayBuffer) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.CharArrayBuffer | getBuffer() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getName() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getValue() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getValuePos() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isSensitive() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.message.HeaderGroup
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -6127824174220540153 | 2608834160639271617 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HeaderGroup() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | clear() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | containsHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | countHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getCondensedHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Iterator <..>
|
headerIterator() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Iterator <..>
|
headerIterator(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | removeHeaders(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.message.HeaderValueFormatter
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement[], boolean) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | formatHeaderElement(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement, boolean) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | formatNameValuePair(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair, boolean) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair[], boolean) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.message.HeaderValueParser
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HeaderElement[] | parseElements(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.HeaderElement | parseHeaderElement(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair | parseNameValuePair(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.NameValuePair[] | parseParameters(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) | n.a. |
|
NEW
public
class
org.apache.hc.core5.http.message.HttpRequestWrapper
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.AbstractMessageWrapper | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | org.apache.hc.core5.http.HttpRequest | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpRequestWrapper(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getMethod() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getPath() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getRequestUri() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getScheme() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.net.URI | getUri() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | setAuthority(org.apache.hc.core5.net.URIAuthority) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setPath(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setScheme(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setUri(java.net.URI) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.HttpResponseWrapper
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.AbstractMessageWrapper | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpMessage | n.a. |
| NEW | org.apache.hc.core5.http.MessageHeaders | n.a. |
| NEW | org.apache.hc.core5.http.HttpResponse | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpResponseWrapper(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | int | getCode() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.util.Locale | getLocale() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getReasonPhrase() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setCode(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setLocale(java.util.Locale) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setReasonPhrase(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.LazyLaxLineParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.BasicLineParser | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.LineParser | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.message.LazyLaxLineParser | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | LazyLaxLineParser() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.LazyLineParser
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.BasicLineParser | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.message.LineParser | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.message.LazyLineParser | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | LazyLineParser() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.message.LineFormatter
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | formatHeader(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.Header) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | formatRequestLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.RequestLine) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | formatStatusLine(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.message.StatusLine) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.message.LineParser
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.Header | parseHeader(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.message.RequestLine | parseRequestLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.message.StatusLine | parseStatusLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.message.MessageSupport
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||
| NEW | static public | n.a. | void | addContentEncodingHeader(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.EntityDetails) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | addContentTypeHeader(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.EntityDetails) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | addTrailerHeader(org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.EntityDetails) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | boolean | canResponseHaveBody(org.apache.hc.core5.http.HttpResponse) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | boolean | canResponseHaveBody(java.lang.String, org.apache.hc.core5.http.HttpResponse) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | format(java.lang.String, java.util.Set <..> )
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | format(java.lang.String, java.lang.String[])
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatElements(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.HeaderElement[]) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatParameters(org.apache.hc.core5.util.CharArrayBuffer, org.apache.hc.core5.http.NameValuePair[]) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> , java.util.function.UnaryOperator
<..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.lang.String[]) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | formatTokens(org.apache.hc.core5.util.CharArrayBuffer, java.util.Set <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | header(java.lang.String, java.util.Set <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | header(java.lang.String, java.lang.String[]) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | header(java.lang.String, org.apache.hc.core5.http.HeaderElement[]) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | headerOfElements(java.lang.String, java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | headerOfTokens(java.lang.String, java.util.List <..> , java.util.function.UnaryOperator
<..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Header | headerOfTokens(java.lang.String, java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | java.util.Set <..>
|
hopByHopConnectionSpecific(org.apache.hc.core5.http.MessageHeaders) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | boolean | isHopByHop(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | java.util.Iterator <..>
|
iterate(org.apache.hc.core5.http.MessageHeaders, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | java.util.Iterator <..>
|
iterateTokens(org.apache.hc.core5.http.MessageHeaders, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.HeaderElement[] | parse(org.apache.hc.core5.http.Header)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseElementList(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.BiConsumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseElements(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseElements(org.apache.hc.core5.http.Header, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseElements(org.apache.hc.core5.http.MessageHeaders, java.lang.String, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parseElements(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseHeader(org.apache.hc.core5.http.Header, java.util.function.BiConsumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseHeaders(org.apache.hc.core5.http.MessageHeaders, java.lang.String, java.util.function.BiConsumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseParameters(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseTokens(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, org.apache.hc.core5.util.Tokenizer$Delimiter, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseTokens(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.Header, org.apache.hc.core5.util.Tokenizer$Delimiter, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.Header, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.MessageHeaders, java.lang.String, org.apache.hc.core5.util.Tokenizer$Delimiter, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | void | parseTokens(org.apache.hc.core5.http.MessageHeaders, java.lang.String, java.util.function.Consumer <..> )
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | java.util.Set <..>
|
parseTokens(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) |
Compatibility Changes:
|
|
||||||||||||||||
| NEW | static public | n.a. | java.util.Set <..>
|
parseTokens(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.ParserCursor
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.util.Tokenizer$Cursor | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ParserCursor(int, int) | n.a. |
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.http.message.RequestLine
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -7999423532195630750 | 2810581718468737193 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestLine(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||
| NEW | public | n.a. | RequestLine(java.lang.String, java.lang.String, org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.String | getMethod() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getUri() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.http.message.StatusLine
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 5783181841391505902 | -2443303766890459269 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | StatusLine(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||
| NEW | public | n.a. | StatusLine(org.apache.hc.core5.http.ProtocolVersion, int, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getReasonPhrase() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass | getStatusClass() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getStatusCode() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isClientError() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isError() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isInformational() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isRedirection() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isServerError() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isSuccessful() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.apache.hc.core5.http.message.StatusLine$StatusClass
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -4292152107223775781 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | CLIENT_ERROR | n.a. |
| NEW | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | INFORMATIONAL | n.a. |
| NEW | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | OTHER | n.a. |
| NEW | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | REDIRECTION | n.a. |
| NEW | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | SERVER_ERROR | n.a. |
| NEW | public static final | org.apache.hc.core5.http.message.StatusLine$StatusClass | SUCCESSFUL | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass | from(int) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.message.StatusLine$StatusClass[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.message.TokenParser
top
Compatibility Changes:
| Change |
| ANNOTATION_DEPRECATED_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.util.Tokenizer | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | char | DQUOTE | n.a. |
| NEW | public static final | char | ESCAPE | n.a. |
| NEW | public static final | org.apache.hc.core5.http.message.TokenParser | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TokenParser() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet, java.lang.StringBuilder) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | copyQuotedContent(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.lang.StringBuilder) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | copyQuotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.lang.StringBuilder) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet, java.lang.StringBuilder) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | parseToken(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | parseValue(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor, java.util.BitSet) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | skipWhiteSpace(java.lang.CharSequence, org.apache.hc.core5.http.message.ParserCursor) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.MessageConstraintException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 6601258809484792143 | 6077207720446368695 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | MessageConstraintException(java.lang.String) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.MessageHeaders
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | boolean | containsHeader(java.lang.String) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | countHeaders(java.lang.String) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.Header | getHeader(java.lang.String) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.util.Iterator <..>
|
headerIterator() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.util.Iterator <..>
|
headerIterator(java.lang.String) | n.a. |
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http.Method
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 476348865007514667 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.Method | CONNECT | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | DELETE | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | GET | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | HEAD | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | OPTIONS | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | PATCH | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | POST | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | PUT | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | QUERY | n.a. |
| NEW | public static final | org.apache.hc.core5.http.Method | TRACE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | isIdempotent() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | boolean | isIdempotent(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isSafe() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | boolean | isSafe(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isSame(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Method | normalizedValueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Method | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.Method[] | values() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.MethodNotSupportedException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -5436854013205597611 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | MethodNotSupportedException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | MethodNotSupportedException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.MisdirectedRequestException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -353498298664505014 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | MisdirectedRequestException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | MisdirectedRequestException() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.NameValuePair
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.String | getName() | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.String | getValue() | n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.AsyncClientEndpoint
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AsyncClientEndpoint() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| NEW | public abstract | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.http.protocol.HttpContext)
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public | n.a. | void | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public abstract | n.a. | boolean | isConnected() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public abstract | n.a. | void | releaseAndDiscard() |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| NEW | public abstract | n.a. | void | releaseAndReuse() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | cancel() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | consumeInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | produceRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncDataConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public abstract | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||
| NEW | public abstract | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
| NEW | public abstract | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncDataExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncDataProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | int | available() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||
| NEW | public abstract | n.a. | java.lang.Object | getContent() | n.a. |
|
|||||||||||||
| NEW | public abstract | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||
| NEW | public abstract | n.a. | boolean | isRepeatable() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncFilterChain
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | proceed(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger) |
|
n.a. |
|
NEW
static
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | pushPromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncPushProducer) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.nio.AsyncEntityProducer) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncFilterHandler
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncPushConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | consumePromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncPushProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | produceResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncRequestConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public abstract | n.a. | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncRequestProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncResponseConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public abstract | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
||||||||||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||
| NEW | public abstract | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncResponseProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | sendResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncServerExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncServerRequestHandler
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | handle(java.lang.Object, org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.nio.AsyncRequestConsumer <..>
|
prepare(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
static
public
abstract
interface
org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | pushPromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncPushProducer) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | submitResponse(org.apache.hc.core5.http.nio.AsyncResponseProducer, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.CapacityChannel
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | update(int) |
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.nio.command.ShutdownCommand
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.Cancellable | n.a. |
| NEW | org.apache.hc.core5.reactor.Command | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| NEW | public static final | org.apache.hc.core5.http.nio.command.ShutdownCommand | GRACEFUL | n.a. | ||
| NEW | public static final | org.apache.hc.core5.function.Callback <..>
|
GRACEFUL_IMMEDIATE_CALLBACK | n.a. | ||
| NEW | public static final | org.apache.hc.core5.function.Callback <..>
|
GRACEFUL_NORMAL_CALLBACK | n.a. | ||
| NEW | public static final | org.apache.hc.core5.http.nio.command.ShutdownCommand | IMMEDIATE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ShutdownCommand(org.apache.hc.core5.io.CloseMode) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | cancel() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.io.CloseMode | getType() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.ContentDecoder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | java.util.List <..>
|
getTrailers() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | boolean | isCompleted() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | read(java.nio.ByteBuffer) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.ContentEncoder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | complete(java.util.List <..> )
|
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | boolean | isCompleted() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | int | write(java.nio.ByteBuffer) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.DataStreamChannel
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.StreamChannel | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | endStream(java.util.List <..> )
|
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | requestOutput() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | int | write(java.nio.ByteBuffer) |
|
n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractBinAsyncEntityConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final protected | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | generateContent() |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | java.lang.Object | getContent() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected abstract | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractBinAsyncEntityProducer(int, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | protected abstract | n.a. | int | availableData() | n.a. |
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | protected abstract | n.a. | void | produceData(org.apache.hc.core5.http.nio.StreamChannel <..> )
|
|
n.a. |
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractBinDataConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | protected abstract | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||||||
| NEW | protected abstract | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | protected abstract | n.a. | void | data(java.nio.ByteBuffer, boolean) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractCharAsyncEntityConsumer(int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
| NEW | public | n.a. | AbstractCharAsyncEntityConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final protected | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | generateContent() |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | java.lang.Object | getContent() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected abstract | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractCharAsyncEntityProducer(int, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | protected abstract | n.a. | int | availableData() | n.a. |
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | protected abstract | n.a. | void | produceData(org.apache.hc.core5.http.nio.StreamChannel <..> )
|
|
n.a. |
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | protected static final | int | DEF_BUF_SIZE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractCharDataConsumer(int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
| NEW | public | n.a. | AbstractCharDataConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | protected abstract | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||||||
| NEW | protected abstract | n.a. | void | completed() |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | protected abstract | n.a. | void | data(java.nio.CharBuffer, boolean) |
|
n.a. |
|
||||||||||||||
| NEW | final protected | n.a. | void | setCharset(java.nio.charset.Charset) | n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.io.File, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, java.nio.charset.Charset, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.lang.String, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(byte[], org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.io.File, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | create(java.nio.file.Path, org.apache.hc.core5.http.ContentType, java.nio.file.OpenOption[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createBinary(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createBinary(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[])
|
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createText(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createText(org.apache.hc.core5.function.Callback <..> , org.apache.hc.core5.http.ContentType, org.apache.hc.core5.http.Header[])
|
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | createUrlEncoded(java.lang.Iterable <..> , java.nio.charset.Charset)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | withTrailers(org.apache.hc.core5.http.nio.AsyncEntityProducer, org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AsyncEntityProducerWrapper(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicAsyncEntityConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | protected | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | data(java.nio.ByteBuffer, boolean) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | byte[] | generateContent() |
|
n.a. |
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||
| NEW | protected | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicAsyncEntityProducer(java.lang.CharSequence, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | BasicAsyncEntityProducer(java.lang.CharSequence) | n.a. |
|
|||||
| NEW | public | n.a. | BasicAsyncEntityProducer(byte[], org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | BasicAsyncEntityProducer(byte[]) | n.a. |
|
|||||
| NEW | public | n.a. | BasicAsyncEntityProducer(byte[], org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | BasicAsyncEntityProducer(java.lang.CharSequence, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.Exception | getException() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | DigestingEntityConsumer(java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | java.lang.Object | getContent() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | byte[] | getDigest() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
getTrailers() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DigestingEntityProducer(java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | byte[] | getDigest() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DiscardingEntityConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | java.lang.Object | getContent() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.entity.FileEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | FileEntityProducer(java.io.File) | n.a. |
|
|||||
| NEW | public | n.a. | FileEntityProducer(java.io.File, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | FileEntityProducer(java.io.File, int, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | FileEntityProducer(java.io.File, org.apache.hc.core5.http.ContentType, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.Exception | getException() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NoopEntityConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | java.lang.Void | getContent() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
final
public
class
org.apache.hc.core5.http.nio.entity.PathEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | PathEntityProducer(java.nio.file.Path, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||
| NEW | public | n.a. | PathEntityProducer(java.nio.file.Path, org.apache.hc.core5.http.ContentType, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||
| NEW | public | n.a. | PathEntityProducer(java.nio.file.Path, int, org.apache.hc.core5.http.ContentType, boolean, java.nio.file.OpenOption[]) |
|
n.a. |
|
||||||||
| NEW | public | n.a. | PathEntityProducer(java.nio.file.Path, org.apache.hc.core5.http.ContentType, boolean, java.nio.file.OpenOption[]) |
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.Exception | getException() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | StringAsyncEntityConsumer() | n.a. |
|
|||||
| NEW | public | n.a. | StringAsyncEntityConsumer(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||
| NEW | public | n.a. | StringAsyncEntityConsumer(int) | n.a. |
|
|||||
| NEW | public | n.a. | StringAsyncEntityConsumer(int, int, org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | protected | n.a. | int | capacityIncrement() | n.a. |
|
|||||||||||
| NEW | final protected | n.a. | void | data(java.nio.CharBuffer, boolean) | n.a. |
|
|||||||||||
| NEW | public | n.a. | java.lang.String | generateContent() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final protected | n.a. | void | streamStart(org.apache.hc.core5.http.ContentType) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence) | n.a. |
|
|||||
| NEW | public | n.a. | StringAsyncEntityProducer(java.lang.CharSequence, int, int, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | protected | n.a. | int | availableData() | n.a. |
|
|||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.Exception | getException() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | protected | n.a. | void | produceData(org.apache.hc.core5.http.nio.StreamChannel <..> )
|
|
n.a. |
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.FileContentDecoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentDecoder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.FileContentEncoder
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ContentEncoder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | long | transfer(java.nio.channels.FileChannel, long, long) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.HandlerFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.nio.ResourceHolder |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.nio.ResourceHolder | create(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.NHttpMessageParser
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.MessageHeaders | parse(org.apache.hc.core5.http.nio.SessionInputBuffer, boolean) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | reset() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.NHttpMessageParserFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.nio.NHttpMessageParser <..>
|
create() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.NHttpMessageWriter
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | reset() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | write(org.apache.hc.core5.http.MessageHeaders, org.apache.hc.core5.http.nio.SessionOutputBuffer) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.NHttpMessageWriterFactory
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | org.apache.hc.core5.http.MessageHeaders |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.nio.NHttpMessageWriter <..>
|
create() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.RequestChannel
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | sendRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.ResourceHolder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | releaseResources() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.ResponseChannel
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | pushPromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncPushProducer, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | public abstract | n.a. | void | sendResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.SessionInputBuffer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | int | fill(java.nio.channels.ReadableByteChannel) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | hasData() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | read() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | read(java.nio.ByteBuffer, int) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | read(java.nio.ByteBuffer) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | read(java.nio.channels.WritableByteChannel, int) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | int | read(java.nio.channels.WritableByteChannel) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | readLine(org.apache.hc.core5.util.CharArrayBuffer, boolean) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.SessionOutputBuffer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | int | capacity() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | flush(java.nio.channels.WritableByteChannel) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | hasData() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | write(java.nio.ByteBuffer) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | write(java.nio.channels.ReadableByteChannel) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | writeLine(org.apache.hc.core5.util.CharArrayBuffer) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicClientTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClientTlsStrategy() | n.a. |
|
|||||
| NEW | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| NEW | public | n.a. | BasicClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy() | n.a. |
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | BasicServerTlsStrategy(org.apache.hc.core5.http.nio.ssl.SecurePortStrategy)
Annotations:
|
Compatibility Changes:
|
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.ssl.FixedPortStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.ssl.SecurePortStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | FixedPortStrategy(int[]) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | isSecure(java.net.SocketAddress) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.ssl.SecurePortStrategy
top
Compatibility Changes:
| Change |
| ANNOTATION_DEPRECATED_ADDED |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | isSecure(java.net.SocketAddress) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.ssl.TlsStrategy
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public abstract | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.nio.ssl.TlsSupport
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TlsSupport() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | javax.net.ssl.SSLParameters | enforceStrongSecurity(javax.net.ssl.SSLParameters) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLSessionInitializer | enforceStrongSecurity(org.apache.hc.core5.reactor.ssl.SSLSessionInitializer) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.StreamChannel
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.nio.Buffer |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | endStream() |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | int | write(java.nio.Buffer) |
|
n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncPushConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | AbstractAsyncPushHandler(org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | consumePromise(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected | n.a. | void | handleError(org.apache.hc.core5.http.HttpRequest, java.lang.Exception) | n.a. |
|
|||||||||||||||
| NEW | protected abstract | n.a. | void | handleResponse(org.apache.hc.core5.http.HttpRequest, java.lang.Object) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | E | n.a. | java.lang.Object | |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncRequestConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | AbstractAsyncRequesterConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | AbstractAsyncRequesterConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | buildResult(org.apache.hc.core5.http.HttpRequest, java.lang.Object, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | E | n.a. | java.lang.Object | |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | AbstractAsyncResponseConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | AbstractAsyncResponseConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | buildResult(org.apache.hc.core5.http.HttpResponse, java.lang.Object, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractAsyncServerAuthFilter(boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected abstract | n.a. | boolean | authenticate(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||
| NEW | protected abstract | n.a. | java.lang.String | generateChallenge(java.lang.Object, org.apache.hc.core5.net.URIAuthority, java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | generateResponseContent(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | parseChallengeResponse(java.lang.String, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractServerExchangeHandler() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected abstract | n.a. | void | handle(java.lang.Object, org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | protected abstract | n.a. | org.apache.hc.core5.http.nio.AsyncRequestConsumer <..>
|
supplyConsumer(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.AsyncPushBuilder
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncPushProducer | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | create(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncPushBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameter(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncRequestProducer | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | create(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | delete(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | get(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | head(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | options(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | patch(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | post(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | put(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | query() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | query(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | query(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setAbsoluteRequestUri(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setPath(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setScheme(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setUri(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setUri(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncRequestBuilder | trace(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncResponseProducer | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | create(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | getEntity() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(org.apache.hc.core5.http.nio.AsyncEntityProducer) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(java.lang.String, org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setEntity(byte[], org.apache.hc.core5.http.ContentType) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.AsyncResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AsyncServerExpectationFilter() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.nio.AsyncEntityProducer | generateResponseContent(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | protected | n.a. | boolean | verify(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AsyncServerFilterChainElement(org.apache.hc.core5.http.nio.AsyncFilterHandler, org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | AsyncServerFilterChainExchangeHandlerFactory(org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | create(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | BasicAsyncServerExpectationDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.nio.AsyncResponseProducer | verify(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncClientExchangeHandler | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | BasicClientExchangeHandler(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | cancel() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | consumeInformation(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | produceRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.BasicPushProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncPushProducer | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicPushProducer(int, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicPushProducer(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicPushProducer(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | produceResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.BasicRequestConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncRequestConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | BasicRequestConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | BasicRequestConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | consumeRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.BasicRequestProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncRequestProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicRequestProducer(java.lang.String, java.net.URI) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, java.net.URI, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(java.lang.String, java.net.URI, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.Method, org.apache.hc.core5.http.HttpHost, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicRequestProducer(java.lang.String, org.apache.hc.core5.http.HttpHost, java.lang.String, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.BasicResponseConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | BasicResponseConsumer(org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | BasicResponseConsumer(org.apache.hc.core5.http.nio.AsyncEntityConsumer <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.BasicResponseProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncResponseProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||
| NEW | public | n.a. | BasicResponseProducer(int, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
|||||
| NEW | public | n.a. | BasicResponseProducer(int, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicResponseProducer(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.nio.AsyncEntityProducer) | n.a. |
|
|||||
| NEW | public | n.a. | BasicResponseProducer(int, java.lang.String, org.apache.hc.core5.http.ContentType) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | sendResponse(org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | BasicServerExchangeHandler(org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | protected | n.a. | void | handle(java.lang.Object, org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.nio.AsyncRequestConsumer <..>
|
supplyConsumer(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractClassicEntityConsumer(int, java.util.concurrent.Executor) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | consumeData(org.apache.hc.core5.http.ContentType, java.io.InputStream) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | java.lang.Object | getContent() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | java.lang.Exception | getException() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | streamStart(org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractClassicEntityProducer(int, org.apache.hc.core5.http.ContentType, java.util.concurrent.Executor) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getContentEncoding() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | long | getContentLength() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.String | getContentType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.Exception | getException() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.util.Set <..>
|
getTrailerNames() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isChunked() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | protected abstract | n.a. | void | produceData(org.apache.hc.core5.http.ContentType, java.io.OutputStream) |
|
n.a. |
|
||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
abstract
class
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractClassicServerExchangeHandler(int, java.util.concurrent.Executor) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | java.lang.Exception | getException() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected abstract | n.a. | void | handle(org.apache.hc.core5.http.HttpRequest, java.io.InputStream, org.apache.hc.core5.http.HttpResponse, java.io.OutputStream, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.apache.hc.core5.http.nio.support.classic.ClassicToAsyncRequestProducer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncRequestProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ClassicToAsyncRequestProducer(org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
| NEW | public | n.a. | ClassicToAsyncRequestProducer(org.apache.hc.core5.http.ClassicHttpRequest, int, org.apache.hc.core5.util.Timeout) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.support.classic.ClassicToAsyncRequestProducer$IORunnable | blockWaiting() |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | boolean | isRepeatable() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | sendRequest(org.apache.hc.core5.http.nio.RequestChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
static
public
abstract
interface
org.apache.hc.core5.http.nio.support.classic.ClassicToAsyncRequestProducer$IORunnable
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | execute() |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.nio.support.classic.ClassicToAsyncResponseConsumer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ClassicToAsyncResponseConsumer(int, org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||
| NEW | public | n.a. | ClassicToAsyncResponseConsumer(org.apache.hc.core5.util.Timeout) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ClassicHttpResponse | blockWaiting() |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.nio.support.classic.ClassicToAsyncServerExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(int, java.util.concurrent.Executor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(java.util.concurrent.Executor, org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.function.Callback
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(java.util.concurrent.Executor, org.apache.hc.core5.http.io.HttpRequestHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | ClassicToAsyncServerExchangeHandler(java.util.concurrent.Executor, org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | final public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | protected | n.a. | org.apache.hc.core5.http.nio.AsyncResponseProducer | handleError(java.lang.Exception) | n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | int | read(byte[], int, int) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | int | read() |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | reset() | n.a. |
|
NEW
public
class
org.apache.hc.core5.http.nio.support.classic.ContentInputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.InputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ContentInputStream(org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | available() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | int | read() |
|
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | int | length() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | reset() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | write(byte[], int, int) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | write(int) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | writeCompleted() |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.OutputStream | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | java.io.Flushable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ContentOutputStream(org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | flush() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | write(int) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | DefaultAsyncResponseExchangeHandlerFactory(org.apache.hc.core5.http.HttpRequestMapper <..> , org.apache.hc.core5.function.Decorator
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultAsyncResponseExchangeHandlerFactory(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | create(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| NEW | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
| NEW | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ImmediateResponseExchangeHandler(org.apache.hc.core5.http.nio.AsyncResponseProducer) | n.a. |
|
|||||
| NEW | public | n.a. | ImmediateResponseExchangeHandler(int, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | ImmediateResponseExchangeHandler(org.apache.hc.core5.http.HttpResponse, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| NEW | public | n.a. | int | available() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | failed(java.lang.Exception) |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | releaseResources() |
Compatibility Changes:
|
|
|||||||||||||||
| NEW | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.nio.AsyncFilterHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | TerminalAsyncServerFilter(org.apache.hc.core5.http.nio.HandlerFactory <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.nio.AsyncDataConsumer | handle(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.http.nio.AsyncFilterChain$ResponseTrigger, org.apache.hc.core5.http.nio.AsyncFilterChain) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.NoHttpResponseException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 1021115888614894449 | -7658940387386078766 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NoHttpResponseException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | NoHttpResponseException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.NotImplementedException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 1944116577095040021 | 7929295893253266373 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NotImplementedException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | NotImplementedException() | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.ParseException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 6402506118960886486 | -7288819855864183578 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ParseException(java.lang.String, java.lang.CharSequence, int, int, int) | n.a. |
|
|||||
| NEW | public | n.a. | ParseException(java.lang.String, java.lang.CharSequence, int, int) | n.a. |
|
|||||
| NEW | public | n.a. | ParseException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | ParseException() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | int | getErrorOffset() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.BasicHttpContext
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.protocol.HttpContext | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BasicHttpContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
| NEW | public | n.a. | BasicHttpContext() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | clear() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.Object | getAttribute(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.Object | removeAttribute(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.Object | setAttribute(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
final
public
class
org.apache.hc.core5.http.protocol.DefaultHttpProcessor
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.protocol.HttpProcessor | n.a. |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | DefaultHttpProcessor(java.util.List <..> , java.util.List
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultHttpProcessor(org.apache.hc.core5.http.HttpRequestInterceptor[]) | n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultHttpProcessor(org.apache.hc.core5.http.HttpRequestInterceptor[], org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. |
|
|||||||||
| NEW | public | n.a. | DefaultHttpProcessor(org.apache.hc.core5.http.HttpResponseInterceptor[]) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.ForwardedRequest
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ForwardedRequest() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.protocol.HttpContext
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | RESERVED_PREFIX | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.Object | getAttribute(java.lang.String) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.Object | removeAttribute(java.lang.String) | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.Object | setAttribute(java.lang.String, java.lang.Object) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
NEW
public
class
org.apache.hc.core5.http.protocol.HttpCoreContext
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.protocol.HttpContext | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
| NEW | public static final | java.lang.String | CONNECTION_ENDPOINT
Annotations:
|
Compatibility Changes:
|
||||||||
| NEW | public static final | java.lang.String | HTTP_REQUEST
Annotations:
|
Compatibility Changes:
|
||||||||
| NEW | public static final | java.lang.String | HTTP_RESPONSE
Annotations:
|
Compatibility Changes:
|
||||||||
| NEW | public static final | java.lang.String | SSL_SESSION
Annotations:
|
Compatibility Changes:
|
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HttpCoreContext(org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||
| NEW | public | n.a. | HttpCoreContext() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | adapt(org.apache.hc.core5.http.protocol.HttpContext)
Annotations:
|
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | cast(org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | castOrCreate(org.apache.hc.core5.http.protocol.HttpContext) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpCoreContext | create() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.Object | getAttribute(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | Generic Templates:
|
java.lang.Object | getAttribute(java.lang.String, java.lang.Class <..> )
|
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.EndpointDetails | getEndpointDetails() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getProtocolVersion() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpRequest | getRequest() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.HttpResponse | getResponse() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLSession | getSSLSession() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.Object | removeAttribute(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.Object | setAttribute(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | void | setProtocolVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.HttpDateGenerator
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
| NEW | public static final | java.util.TimeZone | GMT
Annotations:
|
Compatibility Changes:
|
||||||||
| NEW | public static final | java.time.ZoneId | GMT_ID | n.a. | ||||||||
| NEW | public static final | org.apache.hc.core5.http.protocol.HttpDateGenerator | INSTANCE | n.a. | ||||||||
| NEW | public static final | java.lang.String | INTERNET_MESSAGE_FORMAT | n.a. | ||||||||
| NEW | public static final | java.lang.String | PATTERN_RFC1123
Annotations:
|
Compatibility Changes:
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.String | getCurrentDate() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.protocol.HttpProcessor
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
NEW
public
class
org.apache.hc.core5.http.protocol.HttpProcessorBuilder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | add(org.apache.hc.core5.http.HttpRequestInterceptor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | add(org.apache.hc.core5.http.HttpResponseInterceptor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAll(org.apache.hc.core5.http.HttpRequestInterceptor[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAll(org.apache.hc.core5.http.HttpResponseInterceptor[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllFirst(org.apache.hc.core5.http.HttpRequestInterceptor[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllFirst(org.apache.hc.core5.http.HttpResponseInterceptor[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllLast(org.apache.hc.core5.http.HttpRequestInterceptor[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addAllLast(org.apache.hc.core5.http.HttpResponseInterceptor[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addFirst(org.apache.hc.core5.http.HttpRequestInterceptor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addFirst(org.apache.hc.core5.http.HttpResponseInterceptor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addLast(org.apache.hc.core5.http.HttpRequestInterceptor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | addLast(org.apache.hc.core5.http.HttpResponseInterceptor) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | create() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.protocol.LookupRegistry
top
Compatibility Changes:
| Change |
| ANNOTATION_DEPRECATED_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.Object | lookup(java.lang.String) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | register(java.lang.String, java.lang.Object) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | unregister(java.lang.String) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.apache.hc.core5.http.protocol.RequestConformance
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.RequestConformance | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestConformance() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestConnControl
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestConnControl() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestContent
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestContent(boolean) | n.a. |
|
|||||
| NEW | public | n.a. | RequestContent() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | validateOptionsContentType(org.apache.hc.core5.http.HttpRequest) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestDate
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestDate() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestExpectContinue
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.RequestExpectContinue | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestExpectContinue() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestHandlerRegistry
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestMapper | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | RequestHandlerRegistry(java.lang.String, org.apache.hc.core5.http.protocol.UriPatternType) | n.a. |
|
|||||||
| NEW | public | n.a. | RequestHandlerRegistry() | n.a. |
|
|||||||
| NEW | public | n.a. | RequestHandlerRegistry(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. |
|
|||||||
| NEW | public | n.a. | RequestHandlerRegistry(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | register(java.lang.String, java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.Object | resolve(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.apache.hc.core5.http.protocol.RequestTargetHost
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestTargetHost() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestTE
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestTE() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestUserAgent
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestUserAgent() | n.a. |
|
|||||
| NEW | public | n.a. | RequestUserAgent(java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.RequestValidateHost
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.RequestValidateHost | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestValidateHost() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.ResponseConformance
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.ResponseConformance | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ResponseConformance() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.ResponseConnControl
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.ResponseConnControl | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ResponseConnControl() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.ResponseContent
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.ResponseContent | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ResponseContent() | n.a. |
|
|||||
| NEW | public | n.a. | ResponseContent(boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.ResponseDate
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.ResponseDate | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ResponseDate() | n.a. |
|
|||||
| NEW | public | n.a. | ResponseDate(boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.ResponseServer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ResponseServer(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | ResponseServer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.UriPatternMatcher
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | UriPatternMatcher() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | java.util.Set <..>
|
entrySet() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.Object | lookup(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | protected | n.a. | boolean | matchUriRequestPattern(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
| NEW | public | n.a. | void | register(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | unregister(java.lang.String) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | UriPatternOrderedMatcher() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | java.util.Set <..>
|
entrySet() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.Object | lookup(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | protected | n.a. | boolean | matchUriRequestPattern(java.lang.String, java.lang.String) | n.a. |
|
|||||||||
| NEW | public | n.a. | void | register(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | unregister(java.lang.String) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http.protocol.UriPatternType
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 780320588468792145 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.protocol.UriPatternType | REGEX | n.a. |
| NEW | public static final | org.apache.hc.core5.http.protocol.UriPatternType | URI_PATTERN | n.a. |
| NEW | public static final | org.apache.hc.core5.http.protocol.UriPatternType | URI_PATTERN_IN_ORDER | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
org.apache.hc.core5.http.protocol.LookupRegistry <..>
|
newMatcher(org.apache.hc.core5.http.protocol.UriPatternType)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.UriPatternType | valueOf(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.protocol.UriPatternType[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.protocol.UriRegexMatcher
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.protocol.LookupRegistry | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | UriRegexMatcher() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.Object | lookup(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | register(java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | unregister(java.lang.String) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.apache.hc.core5.http.protocol.ViaRequest
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.HttpRequestInterceptor | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ViaRequest() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.ProtocolException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -2754746238614345473 | -2143571074341228994 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ProtocolException() | n.a. |
|
|||||
| NEW | public | n.a. | ProtocolException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | ProtocolException(java.lang.String, java.lang.Object[]) | n.a. |
|
|||||
| NEW | public | n.a. | ProtocolException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.ProtocolVersion
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -4246397638344832141 | 8950662842175091068 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ProtocolVersion(java.lang.String, int, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | int | compareToVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | equals(int, int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | format() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | int | getMajor() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | int | getMinor() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.lang.String | getProtocol() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | greaterEquals(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isComparable(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | boolean | lessEquals(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ProtocolVersion | parse(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.http.ReasonPhraseCatalog
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.String | getReason(int, java.util.Locale) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 6217069372296310330 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | RequestHeaderFieldsTooLargeException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | RequestHeaderFieldsTooLargeException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.http.SocketModalCloseable
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.apache.hc.core5.util.Timeout | getSocketTimeout() | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | setSocketTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http.ssl.TLS
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -3002225876725814478 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_0 | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_1 | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_2 | n.a. |
| NEW | public static final | org.apache.hc.core5.http.ssl.TLS | V_1_3 | n.a. |
| NEW | public final | java.lang.String | id | n.a. |
| NEW | public final | org.apache.hc.core5.http.ProtocolVersion | version | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | java.lang.String[] | excludeWeak(java.lang.String[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getId() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | greaterEquals(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isComparable(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isSame(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | boolean | isSecure(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | lessEquals(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ProtocolVersion | parse(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ssl.TLS | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.ssl.TLS[] | values() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.http.ssl.TlsCiphers
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TlsCiphers() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | java.lang.String[] | excludeH2Blacklisted(java.lang.String[]) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | java.lang.String[] | excludeWeak(java.lang.String[]) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | boolean | isH2Blacklisted(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | boolean | isWeak(java.lang.String) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.StreamClosedException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -6831969800565085643 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | StreamClosedException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | StreamClosedException() | n.a. |
|
NEW
public
abstract
class
org.apache.hc.core5.http.support.AbstractMessageBuilder
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractMessageBuilder() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | protected abstract | n.a. | java.lang.Object | build() | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | digest(org.apache.hc.core5.http.HttpMessage) | n.a. |
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getFirstHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getFirstHeaders() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header[] | getHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.Header | getLastHeader(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.ProtocolVersion | getVersion() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setHeaders(java.util.Iterator <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractMessageBuilder <..>
|
setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.support.AbstractRequestBuilder
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractMessageBuilder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractRequestBuilder(java.lang.String) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractRequestBuilder(java.lang.String, java.net.URI) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractRequestBuilder(org.apache.hc.core5.http.Method) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractRequestBuilder(java.lang.String, java.lang.String) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractRequestBuilder(org.apache.hc.core5.http.Method, java.lang.String) | n.a. |
|
|||||
| NEW | protected | n.a. | AbstractRequestBuilder(org.apache.hc.core5.http.Method, java.net.URI) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addParameter(org.apache.hc.core5.http.NameValuePair) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addParameter(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
addParameters(org.apache.hc.core5.http.NameValuePair[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | protected | n.a. | void | digest(org.apache.hc.core5.http.HttpRequest) | n.a. |
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.nio.charset.Charset | getCharset() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.String | getMethod() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.util.List <..>
|
getParameters() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.String | getPath() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.lang.String | getScheme() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.net.URI | getUri() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | isAbsoluteRequestUri() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setAbsoluteRequestUri(boolean) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setAuthority(org.apache.hc.core5.net.URIAuthority) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setHttpHost(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setPath(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setScheme(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setUri(java.net.URI) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setUri(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractRequestBuilder <..>
|
setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.http.support.AbstractResponseBuilder
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractMessageBuilder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | AbstractResponseBuilder(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | protected abstract | n.a. | java.lang.Object | build() | n.a. |
|
|||||||||
| NEW | public | n.a. | int | getStatus() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | setStatus(int) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.AbstractResponseBuilder <..>
|
setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.support.BasicRequestBuilder
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractRequestBuilder | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameter(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | addParameters(org.apache.hc.core5.http.NameValuePair[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.message.BasicHttpRequest | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | copy(org.apache.hc.core5.http.HttpRequest) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | create(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | delete() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | delete(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | delete(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | get() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | get(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | get(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | head() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | head(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | head(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | options() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | options(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | options(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | patch() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | patch(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | patch(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | post() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | post(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | post(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | put() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | put(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | put(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | query() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | query(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | query(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setAbsoluteRequestUri(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setPath(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setScheme(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setUri(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setUri(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | trace() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | trace(java.net.URI) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicRequestBuilder | trace(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http.support.BasicResponseBuilder
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.support.AbstractResponseBuilder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | BasicResponseBuilder(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | addHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | addHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.message.BasicHttpResponse | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | copy(org.apache.hc.core5.http.HttpResponse) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | create(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | removeHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | removeHeaders(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeader(org.apache.hc.core5.http.Header) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setHeaders(org.apache.hc.core5.http.Header[]) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http.support.BasicResponseBuilder | setVersion(org.apache.hc.core5.http.ProtocolVersion) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.TruncatedChunkException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.MalformedChunkCodingException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -5762886602431996258 | -23506263930279460 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TruncatedChunkException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | TruncatedChunkException(java.lang.String, java.lang.Object[]) | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.http.UnsupportedHttpVersionException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.http.ProtocolException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 6754729020079241636 | -1348448090193107031 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | UnsupportedHttpVersionException(org.apache.hc.core5.http.ProtocolVersion) | n.a. |
|
|||||
| NEW | public | n.a. | UnsupportedHttpVersionException() | n.a. |
|
|||||
| NEW | public | n.a. | UnsupportedHttpVersionException(java.lang.String) | n.a. |
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http.URIScheme
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -7549510325334317376 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http.URIScheme | HTTP | n.a. |
| NEW | public static final | org.apache.hc.core5.http.URIScheme | HTTPS | n.a. |
| NEW | public final | java.lang.String | id | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.String | getId() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | same(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.URIScheme | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http.URIScheme[] | values() |
Compatibility Changes:
|
|
MODIFIED
public
class
org.apache.hc.core5.http2.config.H2Config
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Config | DEFAULT | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Config | INIT | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | copy(org.apache.hc.core5.http2.config.H2Config) | n.a. |
|
|||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | custom() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | int | getHeaderTableSize() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | int | getInitialWindowSize() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | int | getMaxConcurrentStreams() | n.a. |
|
|||||||
| NEW | public | n.a. | int | getMaxContinuations() |
Compatibility Changes:
|
|
|||||||
| UNCHANGED | public | n.a. | int | getMaxFrameSize() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | int | getMaxHeaderListSize() | n.a. |
|
|||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | initial() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | boolean | isCompressionEnabled() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | boolean | isPushEnabled() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
MODIFIED
static
public
class
org.apache.hc.core5.http2.config.H2Config$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config | build() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setCompressionEnabled(boolean) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setHeaderTableSize(int) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setInitialWindowSize(int) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setMaxConcurrentStreams(int) | n.a. |
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setMaxContinuations(int) |
Compatibility Changes:
|
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setMaxFrameSize(int) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setMaxHeaderListSize(int) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.config.H2Config$Builder | setPushEnabled(boolean) | n.a. |
|
MODIFIED
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http2.config.H2Param
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.lang.constant.Constable | n.a. |
| UNCHANGED | java.lang.Comparable | n.a. |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 3522055359845486471 | n.a. |
| New | true | 6286287198570427572 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | ENABLE_PUSH | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | HEADER_TABLE_SIZE | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | INITIAL_WINDOW_SIZE | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | MAX_CONCURRENT_STREAMS | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | MAX_FRAME_SIZE | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | MAX_HEADER_LIST_SIZE | n.a. |
| NEW | public static final | org.apache.hc.core5.http2.config.H2Param | SETTINGS_NO_RFC7540_PRIORITIES | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | java.lang.String | toString(int) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.config.H2Param | valueOf(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.config.H2Param | valueOf(int) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.config.H2Param[] | values() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.config.H2Setting
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2Setting(org.apache.hc.core5.http2.config.H2Param, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | int | getValue() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.frame.DefaultFrameFactory
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.frame.FrameFactory | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFactory | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | DefaultFrameFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createContinuation(int, java.nio.ByteBuffer, boolean) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createData(int, java.nio.ByteBuffer, boolean) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createHeaders(int, java.nio.ByteBuffer, boolean, boolean) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createPushPromise(int, java.nio.ByteBuffer, boolean) | n.a. |
|
UNCHANGED
public
abstract
class
org.apache.hc.core5.http2.frame.Frame
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| UNCHANGED | T | java.lang.Object | java.lang.Object |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | Frame(int, int, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | int | getFlags() | n.a. |
|
|||||
| UNCHANGED | public abstract | n.a. | java.lang.Object | getPayload() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | int | getStreamId() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | int | getType() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | boolean | isFlagSet(org.apache.hc.core5.http2.frame.FrameFlag) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | boolean | isType(org.apache.hc.core5.http2.frame.FrameType) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.frame.FrameConsts
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | int | HEAD_LEN | n.a. |
| UNCHANGED | public static final | int | MAX_FRAME_SIZE | n.a. |
| UNCHANGED | public static final | int | MAX_PADDING | n.a. |
| UNCHANGED | public static final | int | MIN_FRAME_SIZE | n.a. |
MODIFIED
public
abstract
class
org.apache.hc.core5.http2.frame.FrameFactory
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | FrameFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createContinuation(int, java.nio.ByteBuffer, boolean) | n.a. |
|
|||||||
| UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createData(int, java.nio.ByteBuffer, boolean) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createGoAway(int, org.apache.hc.core5.http2.H2Error, java.lang.String) | n.a. |
|
|||||||
| UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createHeaders(int, java.nio.ByteBuffer, boolean, boolean) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createPing(java.nio.ByteBuffer) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createPingAck(java.nio.ByteBuffer) | n.a. |
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createPriorityUpdate(java.nio.ByteBuffer) |
Compatibility Changes:
|
|
|||||||
| UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createPushPromise(int, java.nio.ByteBuffer, boolean) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createResetStream(int, org.apache.hc.core5.http2.H2Error) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createResetStream(int, int) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createSettings(org.apache.hc.core5.http2.config.H2Setting[]) | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createSettingsAck() | n.a. |
|
|||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | createWindowUpdate(int, int) | n.a. |
|
UNCHANGED
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http2.frame.FrameFlag
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.lang.constant.Constable | n.a. |
| UNCHANGED | java.lang.Comparable | n.a. |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -630350115965677442 | n.a. |
| New | true | -630350115965677442 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | ACK | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | END_HEADERS | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | END_STREAM | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | PADDED | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | PRIORITY | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | int | getValue() | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | int | of(org.apache.hc.core5.http2.frame.FrameFlag[]) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.frame.FrameFlag | valueOf(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.frame.FrameFlag[] | values() | n.a. |
|
MODIFIED
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http2.frame.FrameType
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.lang.constant.Constable | n.a. |
| UNCHANGED | java.lang.Comparable | n.a. |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -6993008617884985132 | n.a. |
| New | true | -6439242345175919168 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | CONTINUATION | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | DATA | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | GOAWAY | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | HEADERS | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | PING | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | PRIORITY | n.a. |
| NEW | public static final | org.apache.hc.core5.http2.frame.FrameType | PRIORITY_UPDATE | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | PUSH_PROMISE | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | RST_STREAM | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | SETTINGS | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | WINDOW_UPDATE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| UNCHANGED | public | n.a. | int | getValue() | n.a. |
|
|||||||
| NEW | public | n.a. | boolean | same(int) |
Compatibility Changes:
|
|
|||||||
| UNCHANGED | static public | n.a. | java.lang.String | toString(int) | n.a. |
|
|||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.frame.FrameType | valueOf(java.lang.String) | n.a. |
|
|||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.frame.FrameType | valueOf(int) | n.a. |
|
|||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.frame.FrameType[] | values() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.frame.RawFrame
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.frame.Frame | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | RawFrame(int, int, int, java.nio.ByteBuffer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | int | getLength() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.nio.ByteBuffer | getPayload() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | java.nio.ByteBuffer | getPayloadContent() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | boolean | isPadded() | n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.core5.http2.frame.StreamIdGenerator
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.StreamIdGenerator | EVEN | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.frame.StreamIdGenerator | ODD | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public abstract | n.a. | int | generate(int) | n.a. |
|
|||||
| UNCHANGED | public abstract | n.a. | boolean | isSameSide(int) | n.a. |
|
UNCHANGED
(Serializable compatible)
public
class
org.apache.hc.core5.http2.H2ConnectionException
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 8526091155072147894 | -2014204317155428658 |
| New | true | 8526091155072147894 | -2014204317155428658 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2ConnectionException(org.apache.hc.core5.http2.H2Error, java.lang.String) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2ConnectionException(int, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
UNCHANGED
(Serializable compatible)
public
class
org.apache.hc.core5.http2.H2CorruptFrameException
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -5508297591896477452 | 1 |
| New | true | -5508297591896477452 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2CorruptFrameException(java.lang.String) | n.a. |
|
UNCHANGED
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http2.H2Error
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.lang.constant.Constable | n.a. |
| UNCHANGED | java.lang.Comparable | n.a. |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -607813963500321806 | n.a. |
| New | true | -607813963500321806 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | CANCEL | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | COMPRESSION_ERROR | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | CONNECT_ERROR | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | ENHANCE_YOUR_CALM | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | FLOW_CONTROL_ERROR | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | FRAME_SIZE_ERROR | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | HTTP_1_1_REQUIRED | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | INADEQUATE_SECURITY | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | INTERNAL_ERROR | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | NO_ERROR | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | PROTOCOL_ERROR | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | REFUSED_STREAM | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | SETTINGS_TIMEOUT | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | STREAM_CLOSED | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.H2Error | getByCode(int) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.H2Error | valueOf(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.H2Error[] | values() | n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.core5.http2.H2MessageConverter
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| UNCHANGED | T | org.apache.hc.core5.http.HttpMessage | org.apache.hc.core5.http.HttpMessage |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public abstract | n.a. | org.apache.hc.core5.http.HttpMessage | convert(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
| UNCHANGED | public abstract | n.a. | java.util.List <..>
|
convert(org.apache.hc.core5.http.HttpMessage) |
|
n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.H2PseudoRequestHeaders
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | java.lang.String | AUTHORITY | n.a. |
| UNCHANGED | public static final | java.lang.String | METHOD | n.a. |
| UNCHANGED | public static final | java.lang.String | PATH | n.a. |
| UNCHANGED | public static final | java.lang.String | SCHEME | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2PseudoRequestHeaders() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.H2PseudoResponseHeaders
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | java.lang.String | STATUS | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2PseudoResponseHeaders() | n.a. |
|
UNCHANGED
(Serializable compatible)
public
class
org.apache.hc.core5.http2.H2StreamResetException
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpStreamResetException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 4280996898701236013 | 4280996898701236013 |
| New | true | 4280996898701236013 | 4280996898701236013 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2StreamResetException(int, java.lang.String) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2StreamResetException(org.apache.hc.core5.http2.H2Error, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | int | getCode() | n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.core5.http2.H2TransportMetrics
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.io.HttpTransportMetrics | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public abstract | n.a. | long | getFramesTransferred() | n.a. |
|
UNCHANGED
(Serializable compatible)
public
class
org.apache.hc.core5.http2.hpack.HeaderListConstraintException
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.hpack.HPackException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 9130981983188889920 | 9130981983188889920 |
| New | true | 9130981983188889920 | 9130981983188889920 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | HeaderListConstraintException(java.lang.String) | n.a. |
|
UNCHANGED
(Serializable compatible)
public
class
org.apache.hc.core5.http2.hpack.HPackException
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -7667745798762627284 | 1 |
| New | true | -7667745798762627284 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | HPackException(java.lang.String, java.lang.Exception) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | HPackException(java.lang.String) | n.a. |
|
UNCHANGED
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http2.HttpVersionPolicy
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.lang.constant.Constable | n.a. |
| UNCHANGED | java.lang.Comparable | n.a. |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -4756574331534116643 | n.a. |
| New | true | -4756574331534116643 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.HttpVersionPolicy | FORCE_HTTP_1 | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.HttpVersionPolicy | FORCE_HTTP_2 | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.HttpVersionPolicy | NEGOTIATE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.HttpVersionPolicy | valueOf(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.HttpVersionPolicy[] | values() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.H2TransportMetrics | n.a. |
| UNCHANGED | org.apache.hc.core5.http.io.HttpTransportMetrics | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | BasicH2TransportMetrics() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | long | getFramesTransferred() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | void | incrementFramesTransferred() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.H2MessageConverter | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.impl.DefaultH2RequestConverter | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | DefaultH2RequestConverter() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpRequest | convert(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
| UNCHANGED | public | n.a. | java.util.List <..>
|
convert(org.apache.hc.core5.http.HttpRequest) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.H2MessageConverter | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | DefaultH2ResponseConverter() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpResponse | convert(java.util.List <..> )
|
|
n.a. |
|
||||||||||||
| UNCHANGED | public | n.a. | java.util.List <..>
|
convert(org.apache.hc.core5.http.HttpResponse) |
|
n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.impl.H2Processors
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2Processors() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | client() | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customClient(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customServer(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | server(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http.protocol.HttpProcessor | server() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.impl.io.FrameInputBuffer
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | FrameInputBuffer(int) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | FrameInputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | read(java.io.InputStream) |
|
n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | FrameOutputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, int) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | FrameOutputBuffer(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | write(org.apache.hc.core5.http2.frame.RawFrame, java.io.OutputStream) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
| UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
| UNCHANGED | java.io.Closeable | n.a. |
| UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
| UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
| UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| UNCHANGED | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | protected | n.a. | java.util.concurrent.Future <..>
|
doConnect(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
| UNCHANGED | protected | n.a. | void | doTlsUpgrade(org.apache.hc.core5.reactor.ProtocolIOSession, org.apache.hc.core5.net.NamedEndpoint, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AsyncRequester | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
| UNCHANGED | java.io.Closeable | n.a. |
| UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
| UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| UNCHANGED | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.http.nio.HandlerFactory <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext)
|
n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.http.nio.HandlerFactory
<..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
java.util.concurrent.Future <..>
|
execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, org.apache.hc.core5.http.nio.AsyncResponseConsumer <..> , org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback
<..> )
|
n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity() | n.a. |
|
|||||||||||||||||||||||||||||||
| UNCHANGED | public | n.a. | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue) | n.a. |
|
MODIFIED
public
class
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | bootstrap() | n.a. |
|
|||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester | create() | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | register(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
Annotations:
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setIOReactorMetricsListener(org.apache.hc.core5.reactor.IOReactorMetricsListener) |
Compatibility Changes:
|
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setStreamListener(org.apache.hc.core5.http2.impl.nio.H2StreamListener) | n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setStreamListener(org.apache.hc.core5.http2.frame.FrameFactory) |
Compatibility Changes:
|
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setStrictALPNHandshake(boolean) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setUriPatternType(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. |
|
MODIFIED
public
class
org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | bootstrap() | n.a. |
|
|||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester | create() | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | register(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
Annotations:
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setFrameFactory(org.apache.hc.core5.http2.frame.FrameFactory) |
Compatibility Changes:
|
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setIOReactorMetricsListener(org.apache.hc.core5.reactor.IOReactorMetricsListener) |
Compatibility Changes:
|
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setMaxTotal(int) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setStreamListener(org.apache.hc.core5.http2.impl.nio.H2StreamListener) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setUriPatternType(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy) | n.a. |
|
MODIFIED
public
class
org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterAfter(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterBefore(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterFirst(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterLast(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | bootstrap() | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer | create() | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.function.Supplier <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | Generic Templates:
|
org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | registerVirtual(java.lang.String, java.lang.String, org.apache.hc.core5.http.nio.AsyncServerRequestHandler <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | replaceFilter(java.lang.String, org.apache.hc.core5.http.nio.AsyncFilterHandler) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setCanonicalHostName(java.lang.String) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setCharset(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setFrameFactory(org.apache.hc.core5.http2.frame.FrameFactory) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. |
|
|||||||||||||||||||||||||
| NEW | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setIOReactorMetricsListener(org.apache.hc.core5.reactor.IOReactorMetricsListener) |
Compatibility Changes:
|
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry <..> )
Annotations:
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setStreamListener(org.apache.hc.core5.http2.impl.nio.H2StreamListener) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. |
|
|||||||||||||||||||||||||
| UNCHANGED | final public | n.a. | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy) | n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
| UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
| UNCHANGED | java.io.Closeable | n.a. |
| UNCHANGED | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
| UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
| UNCHANGED | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | ClientH2IOEventHandler(org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
MODIFIED
final
public
class
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | FrameInputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, int) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | FrameInputBuffer(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. |
|
|||||||||||
| NEW | public | n.a. | boolean | isEndOfStream() |
Compatibility Changes:
|
|
|||||||||||
| UNCHANGED | public | n.a. | void | put(java.nio.ByteBuffer)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | read(java.nio.ByteBuffer, java.nio.channels.ReadableByteChannel) |
|
n.a. |
|
||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.frame.RawFrame | read(java.nio.channels.ReadableByteChannel) |
|
n.a. |
|
||||||||||
| UNCHANGED | public | n.a. | void | reset() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | FrameOutputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, int) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | FrameOutputBuffer(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | expand(int)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | void | flush(java.nio.channels.WritableByteChannel) |
|
n.a. |
|
||||||||||
| UNCHANGED | public | n.a. | int | getMaxFramePayloadSize() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | boolean | isEmpty() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | void | resize(int) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | void | write(org.apache.hc.core5.http2.frame.RawFrame, java.nio.channels.WritableByteChannel) |
|
n.a. |
|
UNCHANGED
(Serializable compatible)
public
class
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.io.IOException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 6211774735704945037 | 6211774735704945037 |
| New | true | 6211774735704945037 | 6211774735704945037 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | ProtocolNegotiationException(java.lang.String) | n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
| UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
| UNCHANGED | java.io.Closeable | n.a. |
| UNCHANGED | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
| UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
| UNCHANGED | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | ServerH2IOEventHandler(org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.core5.http2.nio.AsyncPingHandler
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public abstract | n.a. | void | cancel() | n.a. |
|
|||||||||||
| UNCHANGED | public abstract | n.a. | void | consumeResponse(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||
| UNCHANGED | public abstract | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
| UNCHANGED | public abstract | n.a. | java.nio.ByteBuffer | getData() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.nio.pool.H2ConnPool
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.reactor.AbstractIOSessionPool | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Closeable | n.a. |
| UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
| UNCHANGED | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | H2ConnPool(org.apache.hc.core5.reactor.ConnectionInitiator, org.apache.hc.core5.function.Resolver <..> , org.apache.hc.core5.http.nio.ssl.TlsStrategy)
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | protected | n.a. | void | closeSession(org.apache.hc.core5.reactor.IOSession, org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||||
| UNCHANGED | protected | n.a. | java.util.concurrent.Future <..>
|
connectSession(org.apache.hc.core5.http.HttpHost, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity() | n.a. |
|
|||||||||||||
| UNCHANGED | public | n.a. | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||||||||
| UNCHANGED | protected | n.a. | void | validateSession(org.apache.hc.core5.reactor.IOSession, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.nio.support.BasicPingHandler
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http2.nio.AsyncPingHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | BasicPingHandler(org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | cancel() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | void | consumeResponse(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||
| UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | java.nio.ByteBuffer | getData() | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | DefaultAsyncPushConsumerFactory(org.apache.hc.core5.http.HttpRequestMapper <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.nio.AsyncPushConsumer | create(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.http2.priority.PriorityValue
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | boolean | DEFAULT_INCREMENTAL | n.a. |
| NEW | public static final | int | DEFAULT_URGENCY | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | PriorityValue(int, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.http2.priority.PriorityValue | defaults() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getUrgency() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isIncremental() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.http2.priority.PriorityValue | of(int, boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http2.priority.PriorityValue | withIncremental(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.http2.priority.PriorityValue | withUrgency(int) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.http2.protocol.H2RequestConformance
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http2.protocol.H2RequestConformance | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | H2RequestConformance() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
UNCHANGED
public
class
org.apache.hc.core5.http2.protocol.H2RequestConnControl
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.protocol.RequestConnControl | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestConnControl | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2RequestConnControl() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.protocol.H2RequestContent
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.protocol.RequestContent | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestContent | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2RequestContent(boolean) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2RequestContent() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.protocol.H2RequestTargetHost
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.protocol.RequestTargetHost | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestTargetHost | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2RequestTargetHost() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.protocol.H2RequestValidateHost
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.protocol.RequestValidateHost | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestValidateHost | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2RequestValidateHost() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.http2.protocol.H2ResponseConformance
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.http2.protocol.H2ResponseConformance | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | H2ResponseConformance() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
Compatibility Changes:
|
|
UNCHANGED
public
class
org.apache.hc.core5.http2.protocol.H2ResponseConnControl
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.protocol.ResponseConnControl | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2ResponseConnControl | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2ResponseConnControl() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.protocol.H2ResponseContent
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.protocol.ResponseContent | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2ResponseContent | INSTANCE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2ResponseContent(boolean) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2ResponseContent() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | process(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
UNCHANGED
(Serializable compatible)
final
public
enum
org.apache.hc.core5.http2.ssl.ApplicationProtocol
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.lang.constant.Constable | n.a. |
| UNCHANGED | java.lang.Comparable | n.a. |
| UNCHANGED | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 9216848737094253358 | n.a. |
| New | true | 9216848737094253358 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.core5.http2.ssl.ApplicationProtocol | HTTP_1_1 | n.a. |
| UNCHANGED | public static final | org.apache.hc.core5.http2.ssl.ApplicationProtocol | HTTP_2 | n.a. |
| UNCHANGED | public final | java.lang.String | id | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.ssl.ApplicationProtocol | valueOf(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.http2.ssl.ApplicationProtocol[] | values() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | ConscryptClientTlsStrategy() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | ConscryptClientTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, int[])
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.ssl.ConscryptSupport
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | ConscryptSupport() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLSessionInitializer | initialize(java.lang.Object, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLSessionVerifier | verify(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2ClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2ClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2ClientTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2ClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2ClientTlsStrategy() | n.a. |
|
|||||
| UNCHANGED | public | n.a. | H2ClientTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy() | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(int[])
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.http.nio.ssl.SecurePortStrategy, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | H2ServerTlsStrategy(javax.net.ssl.SSLContext) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.net.NamedEndpoint, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, org.apache.hc.core5.http.HttpHost, java.net.SocketAddress, java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.util.Timeout)
Annotations:
|
n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.http2.ssl.H2TlsSupport
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | H2TlsSupport() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | static public | n.a. | javax.net.ssl.SSLParameters | enforceRequirements(java.lang.Object, javax.net.ssl.SSLParameters) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLSessionInitializer | enforceRequirements(java.lang.Object, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | java.lang.String[] | selectApplicationProtocols(java.lang.Object) | n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | void | setApplicationProtocols(javax.net.ssl.SSLParameters, java.lang.String[])
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | static public | n.a. | void | setEnableRetransmissions(javax.net.ssl.SSLParameters, boolean) | n.a. |
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.io.CloseMode
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -8423909842482525149 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.io.CloseMode | GRACEFUL | n.a. |
| NEW | public static final | org.apache.hc.core5.io.CloseMode | IMMEDIATE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.io.CloseMode | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.io.CloseMode[] | values() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.io.Closer
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | Closer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | void | close(java.io.Closeable) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | void | close(org.apache.hc.core5.io.ModalCloseable, org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | void | closeQuietly(java.io.Closeable) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.io.IOCallback
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | execute(java.lang.Object) |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.io.IOFunction
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | R | n.a. | java.lang.Object | |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | java.lang.Object | apply(java.lang.Object) |
|
n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.io.ModalCloseable
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
NEW
final
public
class
org.apache.hc.core5.io.SocketTimeoutExceptionFactory
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SocketTimeoutExceptionFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | java.net.SocketTimeoutException | create(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.net.Host
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.net.NamedEndpoint | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 987672072413843680 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | Host(java.lang.String, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.net.Host | create(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getHostName() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getPort() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.net.InetAddressUtils
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | byte | IPV4 | n.a. |
| NEW | public static final | byte | IPV6 | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | static public | n.a. | void | formatAddress(java.lang.StringBuilder, java.net.SocketAddress) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.lang.String | getCanonicalLocalHostName() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv4(java.lang.CharSequence) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv4Address(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv4MappedIPv6(java.lang.CharSequence) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv4MappedIPv64Address(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6(java.lang.CharSequence) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6Address(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6HexCompressed(java.lang.CharSequence) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6HexCompressedAddress(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6Std(java.lang.CharSequence) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6StdAddress(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6URLBracketed(java.lang.CharSequence) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isIPv6URLBracketedAddress(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.net.NamedEndpoint
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.String | getHostName() | n.a. |
|
|||||
| NEW | public abstract | n.a. | int | getPort() | n.a. |
|
NEW
public
class
org.apache.hc.core5.net.PercentCodec
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.net.PercentCodec | RFC3986 | n.a. |
| NEW | public static final | org.apache.hc.core5.net.PercentCodec | RFC5987 | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | PercentCodec() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | java.lang.String | decode(java.lang.CharSequence, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | decode(java.lang.CharSequence) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | void | encode(java.lang.StringBuilder, java.lang.CharSequence, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | java.lang.String | encode(java.lang.CharSequence, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | encode(java.lang.StringBuilder, java.lang.CharSequence) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | encode(java.lang.CharSequence) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.net.Ports
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | MAX_VALUE | n.a. |
| NEW | public static final | int | MIN_VALUE | n.a. |
| NEW | public static final | int | SCHEME_DEFAULT | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | Ports() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | int | check(int) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | int | checkWithDefault(int) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.net.URIAuthority
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.net.NamedEndpoint | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -7274041873969084149 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | URIAuthority(java.lang.String, java.lang.String, int) | n.a. |
|
|||||
| NEW | public | n.a. | URIAuthority(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | URIAuthority(org.apache.hc.core5.net.Host) | n.a. |
|
|||||
| NEW | public | n.a. | URIAuthority(org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
|||||
| NEW | public | n.a. | URIAuthority(java.lang.String, int) | n.a. |
|
|||||
| NEW | public | n.a. | URIAuthority(java.lang.String, org.apache.hc.core5.net.Host) | n.a. |
|
|||||
| NEW | public | n.a. | URIAuthority(java.lang.String, org.apache.hc.core5.net.NamedEndpoint) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.net.URIAuthority | create(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getHostName() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getPort() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | getUserInfo() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.net.URIBuilder
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | URIBuilder(java.lang.String, java.nio.charset.Charset) |
|
n.a. |
|
||||||||
| NEW | public | n.a. | URIBuilder() | n.a. |
|
|||||||||
| NEW | public | n.a. | URIBuilder(java.net.URI, java.nio.charset.Charset) | n.a. |
|
|||||||||
| NEW | public | n.a. | URIBuilder(java.net.URI) | n.a. |
|
|||||||||
| NEW | public | n.a. | URIBuilder(java.lang.String) |
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | addParameter(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | addParameter(org.apache.hc.core5.http.NameValuePair) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | addParameters(java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | appendPath(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | appendPathSegments(java.lang.String[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | appendPathSegments(java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.net.URI | build() |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | clearParameters() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIAuthority | getAuthority() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.nio.charset.Charset | getCharset() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.http.NameValuePair | getFirstQueryParam(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getFragment() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getHost() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getPath() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
getPathSegments() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getPort() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
getQueryParams() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getScheme() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getSchemeSpecificPart() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getUserInfo() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isAbsolute() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isOpaque() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isPathEmpty() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isQueryEmpty() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.net.URIBuilder | localhost() |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.net.URIBuilder | loopbackAddress() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | normalizeSyntax()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | optimize() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | removeParameter(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | removeQuery() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setAuthority(org.apache.hc.core5.net.NamedEndpoint) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setAuthority(org.apache.hc.core5.net.URIAuthority) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setCharset(java.nio.charset.Charset) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setCustomQuery(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setEncodingPolicy(org.apache.hc.core5.net.URIBuilder$EncodingPolicy) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setFragment(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setHost(java.net.InetAddress) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setHost(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setHttpHost(org.apache.hc.core5.http.HttpHost) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setParameter(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setParameters(java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setParameters(org.apache.hc.core5.http.NameValuePair[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPath(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegments(java.lang.String[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegments(java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegmentsRootless(java.lang.String[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPathSegmentsRootless(java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPlusAsBlank(boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setPort(int) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setScheme(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String, org.apache.hc.core5.http.NameValuePair[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setSchemeSpecificPart(java.lang.String, java.util.List <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setUserInfo(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.net.URIBuilder | setUserInfo(java.lang.String, java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.apache.hc.core5.net.URIBuilder$EncodingPolicy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 2393836675119986057 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.net.URIBuilder$EncodingPolicy | ALL_RESERVED | n.a. |
| NEW | public static final | org.apache.hc.core5.net.URIBuilder$EncodingPolicy | RFC_3986 | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.net.URIBuilder$EncodingPolicy | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.net.URIBuilder$EncodingPolicy[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.net.URLEncodedUtils
top
Compatibility Changes:
| Change |
| ANNOTATION_DEPRECATED_ADDED |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | URLEncodedUtils() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | static public | n.a. | java.lang.String | format(java.lang.Iterable <..> , char, java.nio.charset.Charset)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.lang.String | format(java.lang.Iterable <..> , java.nio.charset.Charset)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.lang.String | formatSegments(java.lang.Iterable <..> , java.nio.charset.Charset)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.lang.String | formatSegments(java.lang.String[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parse(java.net.URI, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parse(java.lang.CharSequence, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parse(java.lang.CharSequence, java.nio.charset.Charset, char[]) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parsePathSegments(java.lang.CharSequence, java.nio.charset.Charset) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parsePathSegments(java.lang.CharSequence) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.apache.hc.core5.net.WWWFormCodec
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | WWWFormCodec() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | static public | n.a. | void | format(java.lang.StringBuilder, java.lang.Iterable <..> , java.nio.charset.Charset)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.lang.String | format(java.lang.Iterable <..> , java.nio.charset.Charset)
|
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | java.util.List <..>
|
parse(java.lang.CharSequence, java.nio.charset.Charset) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.pool.ConnPool
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | C | n.a. | org.apache.hc.core5.io.ModalCloseable | |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.pool.ConnPoolControl
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | void | closeExpired() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||
| NEW | public abstract | n.a. | int | getDefaultMaxPerRoute() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | int | getMaxPerRoute(java.lang.Object) | n.a. |
|
|||||||
| NEW | public abstract | n.a. | int | getMaxTotal() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | java.util.Set <..>
|
getRoutes() | n.a. |
|
|||||||
| NEW | public abstract | n.a. | void | setDefaultMaxPerRoute(int) | n.a. |
|
|||||||
| NEW | public abstract | n.a. | void | setMaxPerRoute(java.lang.Object, int) | n.a. |
|
|||||||
| NEW | public abstract | n.a. | void | setMaxTotal(int) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.pool.ConnPoolListener
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | void | onLease(java.lang.Object, org.apache.hc.core5.pool.ConnPoolStats <..> )
|
n.a. |
|
|||||||
| NEW | public abstract | n.a. | void | onRelease(java.lang.Object, org.apache.hc.core5.pool.ConnPoolStats <..> )
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.pool.ConnPoolStats
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) | n.a. |
|
|||||
| NEW | public abstract | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() | n.a. |
|
NEW
public
class
org.apache.hc.core5.pool.LaxConnPool
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | C | n.a. | org.apache.hc.core5.io.ModalCloseable | |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPool | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | LaxConnPool(int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.DisposalCallback <..> , org.apache.hc.core5.pool.ConnPoolListener
<..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | LaxConnPool(int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.ConnPoolListener <..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | LaxConnPool(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | closeExpired() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | enumAvailable(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | enumLeased(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getDefaultMaxPerRoute() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getMaxPerRoute(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getMaxTotal() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isShutdown() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setMaxPerRoute(java.lang.Object, int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setMaxTotal(int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | validatePendingRequests() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.pool.ManagedConnPool
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | C | n.a. | org.apache.hc.core5.io.ModalCloseable | |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPool | n.a. |
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.pool.PoolConcurrencyPolicy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 7543845688965101596 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | LAX | n.a. |
| NEW | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | OFFLOCK | n.a. |
| NEW | public static final | org.apache.hc.core5.pool.PoolConcurrencyPolicy | STRICT | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.pool.PoolConcurrencyPolicy | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.pool.PoolConcurrencyPolicy[] | values() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.pool.PoolEntry
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | C | n.a. | org.apache.hc.core5.io.ModalCloseable | |
| NEW | T | n.a. | java.lang.Object |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | PoolEntry(java.lang.Object) | n.a. |
|
|||||||
| NEW | public | n.a. | PoolEntry(java.lang.Object, org.apache.hc.core5.util.TimeValue) | n.a. |
|
|||||||
| NEW | public | n.a. | PoolEntry(java.lang.Object, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.DisposalCallback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | assignConnection(org.apache.hc.core5.io.ModalCloseable) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | discardConnection(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.io.ModalCloseable | getConnection() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getCreated() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Deadline | getExpiryDeadline() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.Object | getRoute() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.Object | getState() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | long | getUpdated() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Deadline | getValidityDeadline() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | hasConnection() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | updateExpiry(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | updateState(java.lang.Object) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.pool.PoolReusePolicy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 7970623790287553018 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.pool.PoolReusePolicy | FIFO | n.a. |
| NEW | public static final | org.apache.hc.core5.pool.PoolReusePolicy | LIFO | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.pool.PoolReusePolicy | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.pool.PoolReusePolicy[] | values() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.pool.PoolStats
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 5316253766591365218 | -2807686144795228544 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | PoolStats(int, int, int, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | int | getAvailable() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getLeased() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getMax() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getPending() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.pool.RouteSegmentedConnPool
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | C | n.a. | org.apache.hc.core5.io.ModalCloseable | |
| NEW | R | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPool | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | RouteSegmentedConnPool(int, int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.DisposalCallback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | closeExpired() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getDefaultMaxPerRoute() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getMaxPerRoute(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getMaxTotal() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setMaxPerRoute(java.lang.Object, int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setMaxTotal(int) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.pool.StrictConnPool
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | C | n.a. | org.apache.hc.core5.io.ModalCloseable | |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | org.apache.hc.core5.pool.ManagedConnPool | n.a. |
| NEW | org.apache.hc.core5.pool.ConnPool | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | StrictConnPool(int, int) | n.a. |
|
|||||||||
| NEW | public | n.a. | StrictConnPool(int, int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.ConnPoolListener <..> )
|
n.a. |
|
|||||||||
| NEW | public | n.a. | StrictConnPool(int, int, org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.pool.PoolReusePolicy, org.apache.hc.core5.pool.DisposalCallback <..> , org.apache.hc.core5.pool.ConnPoolListener
<..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | closeExpired() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | enumAvailable(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | enumLeased(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getDefaultMaxPerRoute() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getMaxPerRoute(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | getMaxTotal() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getStats(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.pool.PoolStats | getTotalStats() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isShutdown() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
lease(java.lang.Object, java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | release(org.apache.hc.core5.pool.PoolEntry <..> , boolean)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setDefaultMaxPerRoute(int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setMaxPerRoute(java.lang.Object, int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | setMaxTotal(int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | validatePendingRequests() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.apache.hc.core5.reactor.AbstractIOSessionPool
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| NEW | T | n.a. | java.lang.Object |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AbstractIOSessionPool() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | final public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | close() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | void | closeIdle(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
| NEW | protected abstract | n.a. | void | closeSession(org.apache.hc.core5.reactor.IOSession, org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||||
| NEW | protected abstract | n.a. | java.util.concurrent.Future <..>
|
connectSession(java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||||
| NEW | final public | n.a. | void | enumAvailable(org.apache.hc.core5.function.Callback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.util.Set <..>
|
getRoutes() |
Compatibility Changes:
|
|
|||||||||||
| NEW | final public | n.a. | java.util.concurrent.Future <..>
|
getSession(java.lang.Object, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||
| NEW | protected abstract | n.a. | void | validateSession(org.apache.hc.core5.reactor.IOSession, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.Command
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.concurrent.Cancellable | n.a. |
NEW
(Serializable compatible)
final
static
public
enum
org.apache.hc.core5.reactor.Command$Priority
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 8771864515708179989 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.reactor.Command$Priority | IMMEDIATE | n.a. |
| NEW | public static final | org.apache.hc.core5.reactor.Command$Priority | NORMAL | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.Command$Priority | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.Command$Priority[] | values() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.ConnectionAcceptor
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | java.util.Set <..>
|
getEndpoints() | n.a. |
|
|||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||
| NEW | public abstract | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | pause() |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | resume() |
|
n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.ConnectionInitiator
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | java.util.concurrent.Future <..>
|
connect(org.apache.hc.core5.net.NamedEndpoint, java.net.SocketAddress, java.net.SocketAddress, org.apache.hc.core5.util.Timeout, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.reactor.DefaultConnectingIOReactor
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.AbstractIOReactorBase | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOReactor | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, java.util.concurrent.ThreadFactory, org.apache.hc.core5.function.Decorator <..> , org.apache.hc.core5.function.Callback
<..> , org.apache.hc.core5.reactor.IOSessionListener, org.apache.hc.core5.function.Callback
<..> )
|
n.a. |
|
|||||||||||
| NEW | public | n.a. | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory) | n.a. |
|
|||||||||||
| NEW | public | n.a. | DefaultConnectingIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initiateShutdown() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | start() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.reactor.DefaultListeningIOReactor
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.AbstractIOReactorBase | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOReactor | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.reactor.ConnectionAcceptor | n.a. |
| NEW | org.apache.hc.core5.reactor.IOReactorService | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, java.util.concurrent.ThreadFactory, java.util.concurrent.ThreadFactory, org.apache.hc.core5.function.Decorator <..> , org.apache.hc.core5.function.Callback
<..> , org.apache.hc.core5.reactor.IOSessionListener, org.apache.hc.core5.function.Callback
<..> )
|
n.a. |
|
|||||||||||
| NEW | public | n.a. | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory) | n.a. |
|
|||||||||||
| NEW | public | n.a. | DefaultListeningIOReactor(org.apache.hc.core5.reactor.IOEventHandlerFactory, org.apache.hc.core5.reactor.IOReactorConfig, org.apache.hc.core5.function.Callback <..> )
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | close(org.apache.hc.core5.io.CloseMode) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getEndpoints() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initiateShutdown() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, java.lang.Object, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.util.concurrent.Future <..>
|
listen(java.net.SocketAddress) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | pause() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | resume() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | start() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.reactor.EventMask
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | READ | n.a. |
| NEW | public static final | int | READ_WRITE | n.a. |
| NEW | public static final | int | WRITE | n.a. |
NEW
public
abstract
interface
org.apache.hc.core5.reactor.IOReactor
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | void | awaitShutdown(org.apache.hc.core5.util.TimeValue) |
|
n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | close(org.apache.hc.core5.io.CloseMode) | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | getStatus() | n.a. |
|
|||||||||
| NEW | public abstract | n.a. | void | initiateShutdown() | n.a. |
|
NEW
final
public
class
org.apache.hc.core5.reactor.IOReactorConfig
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.reactor.IOReactorConfig | DEFAULT | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | copy(org.apache.hc.core5.reactor.IOReactorConfig) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | custom() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getBacklogSize() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getIoThreadCount() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getRcvBufSize() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.TimeValue | getSelectInterval() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getSndBufSize() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.TimeValue | getSoLinger() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Timeout | getSoTimeout() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.net.SocketAddress | getSocksProxyAddress() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getSocksProxyPassword() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getSocksProxyUsername() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getTcpKeepCount() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getTcpKeepIdle() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getTcpKeepInterval() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getTrafficClass() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isSoKeepAlive() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isSoKeepalive()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isSoReuseAddress() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | boolean | isTcpNoDelay() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
static
public
class
org.apache.hc.core5.reactor.IOReactorConfig$Builder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig | build() |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | int | getDefaultMaxIOThreadCount() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setBacklogSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | void | setDefaultMaxIOThreadCount(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setIoThreadCount(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setRcvBufSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSelectInterval(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSndBufSize(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoKeepAlive(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoLinger(int, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoLinger(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoReuseAddress(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoTimeout(int, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSoTimeout(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyAddress(java.net.SocketAddress) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyPassword(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setSocksProxyUsername(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepCount(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepIdle(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpKeepInterval(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTcpNoDelay(boolean) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOReactorConfig$Builder | setTrafficClass(int) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.IOReactorMetricsListener
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | onQueueWaitTime(long) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | onResourceStarvationDetected() | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | onThreadPoolSaturation(double) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | onThreadPoolStatus(int, int) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.IOReactorService
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOReactor | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | start() | n.a. |
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.reactor.IOReactorShutdownException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.IllegalStateException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -5514669015139333002 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IOReactorShutdownException(java.lang.String) | n.a. |
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.reactor.IOReactorStatus
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 2411354965355119208 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.reactor.IOReactorStatus | ACTIVE | n.a. |
| NEW | public static final | org.apache.hc.core5.reactor.IOReactorStatus | INACTIVE | n.a. |
| NEW | public static final | org.apache.hc.core5.reactor.IOReactorStatus | SHUTTING_DOWN | n.a. |
| NEW | public static final | org.apache.hc.core5.reactor.IOReactorStatus | SHUT_DOWN | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.IOReactorStatus[] | values() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.ListenerEndpoint
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.net.SocketAddress | getAddress() | n.a. |
|
|||||
| NEW | public abstract | n.a. | boolean | isClosed() | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.ProtocolIOSession
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.nio.channels.ReadableByteChannel | n.a. |
| NEW | org.apache.hc.core5.reactor.ssl.TransportSecurityLayer | n.a. |
| NEW | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
| NEW | org.apache.hc.core5.reactor.IOSession | n.a. |
| NEW | java.io.Closeable | n.a. |
| NEW | java.nio.channels.ByteChannel | n.a. |
| NEW | java.nio.channels.WritableByteChannel | n.a. |
| NEW | org.apache.hc.core5.io.ModalCloseable | n.a. |
| NEW | org.apache.hc.core5.util.Identifiable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
| NEW | java.nio.channels.Channel | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.net.NamedEndpoint | getInitialEndpoint() | n.a. |
|
|||||||||||
| NEW | public | n.a. | void | registerProtocol(java.lang.String, org.apache.hc.core5.reactor.ProtocolUpgradeHandler) | n.a. |
|
|||||||||||
| NEW | public | n.a. | void | switchProtocol(java.lang.String, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.core5.reactor.IOEventHandlerFactory | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | SocksProxyProtocolHandlerFactory(java.net.SocketAddress, java.lang.String, java.lang.String, org.apache.hc.core5.reactor.IOEventHandlerFactory) |
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.core5.reactor.IOEventHandler | createHandler(org.apache.hc.core5.reactor.ProtocolIOSession, java.lang.Object) |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.reactor.ssl.SSLBufferMode
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 8621207155712416437 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.reactor.ssl.SSLBufferMode | DYNAMIC | n.a. |
| NEW | public static final | org.apache.hc.core5.reactor.ssl.SSLBufferMode | STATIC | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLBufferMode | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLBufferMode[] | values() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.core5.reactor.ssl.SSLMode
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -2111564664825059165 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.reactor.ssl.SSLMode | CLIENT | n.a. |
| NEW | public static final | org.apache.hc.core5.reactor.ssl.SSLMode | SERVER | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLMode | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.core5.reactor.ssl.SSLMode[] | values() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.ssl.SSLSessionInitializer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | void | initialize(org.apache.hc.core5.net.NamedEndpoint, javax.net.ssl.SSLEngine) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.ssl.SSLSessionVerifier
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.reactor.ssl.TlsDetails | verify(org.apache.hc.core5.net.NamedEndpoint, javax.net.ssl.SSLEngine) |
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.reactor.ssl.TlsDetails
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TlsDetails(javax.net.ssl.SSLSession, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.String | getApplicationProtocol() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | javax.net.ssl.SSLSession | getSSLSession() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.reactor.ssl.TransportSecurityLayer
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | org.apache.hc.core5.reactor.ssl.TlsDetails | getTlsDetails() | n.a. |
|
|||||||||||
| NEW | public abstract | n.a. | void | startTls(javax.net.ssl.SSLContext, org.apache.hc.core5.net.NamedEndpoint, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier, org.apache.hc.core5.util.Timeout) |
|
n.a. |
|
||||||||||
| NEW | public | n.a. | void | startTls(javax.net.ssl.SSLContext, org.apache.hc.core5.net.NamedEndpoint, org.apache.hc.core5.reactor.ssl.SSLBufferMode, org.apache.hc.core5.reactor.ssl.SSLSessionInitializer, org.apache.hc.core5.reactor.ssl.SSLSessionVerifier, org.apache.hc.core5.util.Timeout, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
|
n.a. |
|
NEW
final
public
class
org.apache.hc.core5.ssl.PrivateKeyDetails
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | PrivateKeyDetails(java.lang.String, java.security.cert.X509Certificate[]) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.security.cert.X509Certificate[] | getCertChain() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getType() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.ssl.PrivateKeyStrategy
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||
| NEW | public abstract | n.a. | java.lang.String | chooseAlias(java.util.Map <..> , javax.net.ssl.SSLParameters)
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.ssl.SSLContextBuilder
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SSLContextBuilder() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLContext | build() |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | create() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | protected | n.a. | void | initSSLContext(javax.net.ssl.SSLContext, java.util.Collection <..> , java.util.Collection
<..> , java.security.SecureRandom)
|
|
n.a. |
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.security.KeyStore, char[], org.apache.hc.core5.ssl.PrivateKeyStrategy) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.nio.file.Path, char[], char[], java.nio.file.OpenOption[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.nio.file.Path, char[], char[], org.apache.hc.core5.ssl.PrivateKeyStrategy, java.nio.file.OpenOption[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.security.KeyStore, char[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.io.File, char[], char[], org.apache.hc.core5.ssl.PrivateKeyStrategy) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.io.File, char[], char[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.net.URL, char[], char[], org.apache.hc.core5.ssl.PrivateKeyStrategy) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadKeyMaterial(java.net.URL, char[], char[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.security.KeyStore, org.apache.hc.core5.ssl.TrustStrategy) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path, char[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.nio.file.Path, char[], org.apache.hc.core5.ssl.TrustStrategy, java.nio.file.OpenOption[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(org.apache.hc.core5.ssl.TrustStrategy) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File, char[], org.apache.hc.core5.ssl.TrustStrategy) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File, char[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.io.File) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.net.URL, char[], org.apache.hc.core5.ssl.TrustStrategy) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | loadTrustMaterial(java.net.URL, char[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyManagerFactoryAlgorithm(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreProvider(java.security.Provider) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreProvider(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setKeyStoreType(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setProtocol(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setProvider(java.security.Provider) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setProvider(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setSecureRandom(java.security.SecureRandom) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustManagerFactoryAlgorithm(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustStoreProvider(java.security.Provider) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | setTrustStoreProvider(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.ssl.SSLContexts
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | javax.net.ssl.SSLContext | createDefault() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | javax.net.ssl.SSLContext | createSystemDefault() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.ssl.SSLContextBuilder | custom() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.ssl.SSLInitializationException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.IllegalStateException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 2337240339772659145 | -8243587425648536702 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SSLInitializationException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.core5.ssl.TrustStrategy
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | boolean | isTrusted(java.security.cert.X509Certificate[], java.lang.String) |
|
n.a. |
|
NEW
public
class
org.apache.hc.core5.util.Args
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||||||||||
| NEW | static public | n.a. | void | check(boolean, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object[]) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | long | checkContentLength(org.apache.hc.core5.http.EntityDetails)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | int | checkRange(int, int, int, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | long | checkRange(long, long, long, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
java.lang.CharSequence | containsNoBlanks(java.lang.CharSequence, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | boolean | isEmpty(java.lang.Object) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
java.lang.CharSequence | notBlank(java.lang.CharSequence, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
java.lang.CharSequence | notEmpty(java.lang.CharSequence, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
java.util.Collection | notEmpty(java.util.Collection <..> , java.lang.String)
|
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
java.lang.Object | notEmpty(java.lang.Object, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | int | notNegative(int, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | long | notNegative(long, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
java.lang.Object | notNull(java.lang.Object, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | int | positive(int, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | n.a. | long | positive(long, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||||||||||||||
| NEW | static public | Generic Templates:
|
org.apache.hc.core5.util.TimeValue | positive(org.apache.hc.core5.util.TimeValue, java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.util.Asserts
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | void | check(boolean, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object[]) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | void | check(boolean, java.lang.String, java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | void | notBlank(java.lang.CharSequence, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | void | notEmpty(java.lang.CharSequence, java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | void | notNull(java.lang.Object, java.lang.String) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.util.ByteArrayBuffer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -1134802882229548040 | 4359112959524048036 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ByteArrayBuffer(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | append(byte[], int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(char[], int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(org.apache.hc.core5.util.CharArrayBuffer, int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(java.nio.ByteBuffer) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | byte[] | array() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | byteAt(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | capacity() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | clear() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | ensureCapacity(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | indexOf(byte, int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | indexOf(byte) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isEmpty() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isFull() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | length() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setLength(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | byte[] | toByteArray() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
class
org.apache.hc.core5.util.CharArrayBuffer
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.CharSequence | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 2082096631061704615 | -6208952725094867135 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | CharArrayBuffer(int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | append(char[], int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(org.apache.hc.core5.util.CharArrayBuffer, int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(org.apache.hc.core5.util.CharArrayBuffer) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(char) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(byte[], int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(org.apache.hc.core5.util.ByteArrayBuffer, int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | append(java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | char[] | array() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | capacity() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | char | charAt(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | clear() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | ensureCapacity(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | indexOf(int, int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | indexOf(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isEmpty() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | isFull() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | length() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | setLength(int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.CharSequence | subSequence(int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | substring(int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | substringTrimmed(int, int) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | char[] | toCharArray() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.util.Deadline
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | DATE_FORMAT | n.a. |
| NEW | public static | org.apache.hc.core5.util.Deadline | MAX_VALUE | n.a. |
| NEW | public static | org.apache.hc.core5.util.Deadline | MIN_VALUE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Deadline | calculate(long, org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Deadline | calculate(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | format(java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | formatTarget() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Deadline | freeze() |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Deadline | fromUnixMilliseconds(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getValue() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isBefore(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isExpired() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isMax() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isMin() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isNotExpired() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Deadline | min(org.apache.hc.core5.util.Deadline) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Deadline | parse(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | long | remaining() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.TimeValue | remainingTimeValue() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.util.DeadlineTimeoutException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.util.concurrent.TimeoutException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -3475781848643041215 | 1 |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.DeadlineTimeoutException | from(org.apache.hc.core5.util.Deadline) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Deadline | getDeadline() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.core5.util.Identifiable
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.String | getId() | n.a. |
|
NEW
final
public
class
org.apache.hc.core5.util.LangUtils
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | HASH_OFFSET | n.a. |
| NEW | public static final | int | HASH_SEED | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | static public | n.a. | boolean | equals(java.lang.Object, java.lang.Object)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | equals(java.lang.Object[], java.lang.Object[])
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | int | hashCode(int, int) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | int | hashCode(int, boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | int | hashCode(int, java.lang.Object) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.core5.util.TextUtils
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | boolean | containsBlanks(java.lang.CharSequence) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | boolean | isAllASCII(java.lang.CharSequence) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | boolean | isBlank(java.lang.CharSequence) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | boolean | isEmpty(java.lang.CharSequence) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | int | length(java.lang.CharSequence) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | java.lang.String | toHexString(byte[]) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | java.lang.String | toLowerCase(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.util.Timeout
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.apache.hc.core5.util.TimeValue | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Comparable | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.util.Timeout | DISABLED | n.a. |
| NEW | public static final | org.apache.hc.core5.util.Timeout | INFINITE | n.a. |
| NEW | public static final | org.apache.hc.core5.util.Timeout | ONE_MILLISECOND | n.a. |
| NEW | public static final | org.apache.hc.core5.util.Timeout | ZERO_MILLISECONDS | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | defaultsToDisabled(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | defaultsToInfinite(org.apache.hc.core5.util.Timeout) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isDisabled() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | boolean | isEnabled() |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | of(java.time.Duration) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | of(long, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | ofDays(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | ofHours(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | ofMicroseconds(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | ofMilliseconds(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | ofMinutes(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | ofNanoseconds(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | ofSeconds(long) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Timeout | parse(java.lang.String) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.apache.hc.core5.util.TimeoutValueException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.util.concurrent.TimeoutException | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 9082340182257572990 | 1 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TimeoutValueException(org.apache.hc.core5.util.Timeout, org.apache.hc.core5.util.Timeout) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeoutValueException | fromMilliseconds(long, long) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Timeout | getActual() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Timeout | getDeadline() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.util.TimeValue
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Comparable | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.core5.util.TimeValue | MAX_VALUE | n.a. |
| NEW | public static final | org.apache.hc.core5.util.TimeValue | NEG_ONE_MILLISECOND | n.a. |
| NEW | public static final | org.apache.hc.core5.util.TimeValue | NEG_ONE_SECOND | n.a. |
| NEW | public static final | org.apache.hc.core5.util.TimeValue | ZERO_MILLISECONDS | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
| NEW | static public | n.a. | int | asBoundInt(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | int | compareTo(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | convert(java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | Generic Templates:
|
org.apache.hc.core5.util.TimeValue | defaultsTo(org.apache.hc.core5.util.TimeValue, org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | defaultsToNegativeOneMillisecond(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | defaultsToNegativeOneSecond(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | defaultsToZeroMilliseconds(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.TimeValue | divide(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.TimeValue | divide(long, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | getDuration() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | java.util.concurrent.TimeUnit | getTimeUnit() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | boolean | isNonNegative(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | boolean | isPositive(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.TimeValue | min(org.apache.hc.core5.util.TimeValue) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | of(long, java.util.concurrent.TimeUnit) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | of(java.time.Duration) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofDays(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofHours(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofMicroseconds(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofMilliseconds(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofMinutes(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofNanoseconds(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | ofSeconds(long) |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.TimeValue | parse(java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | public | n.a. | void | sleep() |
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | public | n.a. | void | timedJoin(java.lang.Thread) |
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | public | n.a. | void | timedWait(java.lang.Object) |
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | public | n.a. | long | toDays() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | java.time.Duration | toDuration() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | toHours() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | toMicroseconds() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | toMilliseconds() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | int | toMillisecondsIntBound() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | toMinutes() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | toNanoseconds() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | long | toSeconds() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | int | toSecondsIntBound() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||||||||
| NEW | public | n.a. | org.apache.hc.core5.util.Timeout | toTimeout() |
Compatibility Changes:
|
|
NEW
public
class
org.apache.hc.core5.util.Tokenizer
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | CR | n.a. |
| NEW | public static final | char | DQUOTE | n.a. |
| NEW | public static final | char | ESCAPE | n.a. |
| NEW | public static final | int | HT | n.a. |
| NEW | public static final | org.apache.hc.core5.util.Tokenizer | INSTANCE | n.a. |
| NEW | public static final | int | LF | n.a. |
| NEW | public static final | int | SP | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | Tokenizer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | static public | n.a. | java.util.BitSet | INIT_BITSET(int[])
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter, java.lang.StringBuilder) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | copyContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | copyQuotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.lang.StringBuilder) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter, java.lang.StringBuilder) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | copyUnquotedContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet, java.lang.StringBuilder)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(java.util.BitSet) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char, char) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.Tokenizer$Delimiter | delimiters(char, char, char) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isWhitespace(char) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | parseContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | parseContent(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | parseToken(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | parseToken(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | parseValue(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, org.apache.hc.core5.util.Tokenizer$Delimiter) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | parseValue(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor, java.util.BitSet)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | skipWhiteSpace(java.lang.CharSequence, org.apache.hc.core5.util.Tokenizer$Cursor) |
Compatibility Changes:
|
|
NEW
static
public
class
org.apache.hc.core5.util.Tokenizer$Cursor
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | Tokenizer$Cursor(int, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | atEnd() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getLowerBound() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getPos() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | getUpperBound() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | void | updatePos(int) |
Compatibility Changes:
|
|
NEW
static
public
abstract
interface
org.apache.hc.core5.util.Tokenizer$Delimiter
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | test(char) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
public
class
org.apache.hc.core5.util.VersionInfo
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
| NEW | public static final | java.lang.String | PROPERTY_MODULE | n.a. | ||||||||
| NEW | public static final | java.lang.String | PROPERTY_RELEASE | n.a. | ||||||||
| NEW | public static final | java.lang.String | PROPERTY_TIMESTAMP
Annotations:
|
Compatibility Changes:
|
||||||||
| NEW | public static final | java.lang.String | UNAVAILABLE | n.a. | ||||||||
| NEW | public static final | java.lang.String | VERSION_PROPERTY_FILE | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | VersionInfo(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | static protected | n.a. | org.apache.hc.core5.util.VersionInfo | fromMap(java.lang.String, java.util.Map <..> , java.lang.ClassLoader)
|
n.a. |
|
||||||||||||||
| NEW | final public | n.a. | java.lang.String | getClassloader() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | java.lang.String | getModule() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | java.lang.String | getPackage() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | java.lang.String | getRelease() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.lang.String | getSoftwareInfo(java.lang.String, java.lang.String, java.lang.Class <..> )
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | java.lang.String | getTimestamp()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.VersionInfo[] | loadVersionInfo(java.lang.String[], java.lang.ClassLoader) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.apache.hc.core5.util.VersionInfo | loadVersionInfo(java.lang.String, java.lang.ClassLoader) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.conscrypt.AllocatedBuffer
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | AllocatedBuffer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | public abstract | n.a. | java.nio.ByteBuffer | nioBuffer() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public abstract | n.a. | org.conscrypt.AllocatedBuffer | release() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.conscrypt.AllocatedBuffer | retain()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.conscrypt.AllocatedBuffer | wrap(java.nio.ByteBuffer) |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.conscrypt.ApplicationProtocolSelector
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ApplicationProtocolSelector() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public abstract | n.a. | java.lang.String | selectApplicationProtocol(javax.net.ssl.SSLEngine, java.util.List <..> )
|
Compatibility Changes:
|
|
|||||||||
| NEW | public abstract | n.a. | java.lang.String | selectApplicationProtocol(javax.net.ssl.SSLSocket, java.util.List <..> )
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.conscrypt.BufferAllocator
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | BufferAllocator() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | org.conscrypt.AllocatedBuffer | allocateDirectBuffer(int) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.BufferAllocator | unpooled() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.conscrypt.CertBlocklist
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | isPublicKeyBlockListed(java.security.PublicKey) | n.a. |
|
|||||
| NEW | public abstract | n.a. | boolean | isSerialNumberBlockListed(java.math.BigInteger) | n.a. |
|
NEW
final
public
class
org.conscrypt.CertificatePriorityComparator
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.util.Comparator | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | CertificatePriorityComparator() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | int | compare(java.security.cert.X509Certificate, java.security.cert.X509Certificate) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.conscrypt.CertPinManager
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | checkChainPinning(java.lang.String, java.util.List <..> )
|
|
n.a. |
|
NEW
final
public
class
org.conscrypt.ChainStrengthAnalyzer
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ChainStrengthAnalyzer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | final static public | n.a. | void | check(java.security.cert.X509Certificate[]) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | final static public | n.a. | void | check(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||
| NEW | final static public | n.a. | void | checkCert(java.security.cert.X509Certificate) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.conscrypt.ClientSessionContext
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.AbstractSessionContext | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | javax.net.ssl.SSLSessionContext | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | setPersistentCache(org.conscrypt.SSLClientSessionCache) |
Compatibility Changes:
|
|
NEW
final
public
class
org.conscrypt.Conscrypt
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | static public | n.a. | void | checkAvailability() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | byte[] | exportKeyingMaterial(javax.net.ssl.SSLSocket, java.lang.String, byte[], int) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | byte[] | exportKeyingMaterial(javax.net.ssl.SSLEngine, java.lang.String, byte[], int) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | java.lang.String | getApplicationProtocol(javax.net.ssl.SSLSocket) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.lang.String | getApplicationProtocol(javax.net.ssl.SSLEngine) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.lang.String[] | getApplicationProtocols(javax.net.ssl.SSLSocket) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.lang.String[] | getApplicationProtocols(javax.net.ssl.SSLEngine) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | byte[] | getChannelId(javax.net.ssl.SSLSocket) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | byte[] | getChannelId(javax.net.ssl.SSLEngine) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | org.conscrypt.ConscryptHostnameVerifier | getDefaultHostnameVerifier(javax.net.ssl.TrustManager) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | javax.net.ssl.X509TrustManager | getDefaultX509TrustManager() |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | java.lang.String | getHostname(javax.net.ssl.SSLSocket) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.lang.String | getHostname(javax.net.ssl.SSLEngine) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.lang.String | getHostnameOrIP(javax.net.ssl.SSLSocket) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.conscrypt.ConscryptHostnameVerifier | getHostnameVerifier(javax.net.ssl.TrustManager) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | byte[] | getTlsUnique(javax.net.ssl.SSLSocket) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | byte[] | getTlsUnique(javax.net.ssl.SSLEngine) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isAvailable() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isConscrypt(java.security.Provider) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isConscrypt(javax.net.ssl.SSLContext) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isConscrypt(javax.net.ssl.SSLSocketFactory) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isConscrypt(javax.net.ssl.SSLServerSocketFactory) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isConscrypt(javax.net.ssl.SSLSocket) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isConscrypt(javax.net.ssl.SSLEngine) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | boolean | isConscrypt(javax.net.ssl.TrustManager) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | int | maxEncryptedPacketLength() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | int | maxSealOverhead(javax.net.ssl.SSLEngine) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | javax.net.ssl.SSLContextSpi | newPreferredSSLContextSpi() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.security.Provider | newProvider() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | java.security.Provider | newProvider(java.lang.String)
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.conscrypt.Conscrypt$ProviderBuilder | newProviderBuilder() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setApplicationProtocolSelector(javax.net.ssl.SSLSocket, org.conscrypt.ApplicationProtocolSelector) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setApplicationProtocolSelector(javax.net.ssl.SSLEngine, org.conscrypt.ApplicationProtocolSelector) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setApplicationProtocols(javax.net.ssl.SSLSocket, java.lang.String[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setApplicationProtocols(javax.net.ssl.SSLEngine, java.lang.String[]) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setBufferAllocator(javax.net.ssl.SSLEngine, org.conscrypt.BufferAllocator) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setBufferAllocator(javax.net.ssl.SSLSocket, org.conscrypt.BufferAllocator) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setChannelIdEnabled(javax.net.ssl.SSLSocket, boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setChannelIdEnabled(javax.net.ssl.SSLEngine, boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setChannelIdPrivateKey(javax.net.ssl.SSLSocket, java.security.PrivateKey) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setChannelIdPrivateKey(javax.net.ssl.SSLEngine, java.security.PrivateKey) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setClientSessionCache(javax.net.ssl.SSLContext, org.conscrypt.SSLClientSessionCache) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setDefaultBufferAllocator(org.conscrypt.BufferAllocator) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setDefaultHostnameVerifier(org.conscrypt.ConscryptHostnameVerifier) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setHandshakeListener(javax.net.ssl.SSLEngine, org.conscrypt.HandshakeListener) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setHostname(javax.net.ssl.SSLSocket, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setHostname(javax.net.ssl.SSLEngine, java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setHostnameVerifier(javax.net.ssl.TrustManager, org.conscrypt.ConscryptHostnameVerifier) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setServerSessionCache(javax.net.ssl.SSLContext, org.conscrypt.SSLServerSessionCache) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setUseEngineSocket(javax.net.ssl.SSLSocketFactory, boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setUseEngineSocket(javax.net.ssl.SSLServerSocketFactory, boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setUseEngineSocketByDefault(boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setUseSessionTickets(javax.net.ssl.SSLSocket, boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | void | setUseSessionTickets(javax.net.ssl.SSLEngine, boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | javax.net.ssl.SSLEngineResult | unwrap(javax.net.ssl.SSLEngine, java.nio.ByteBuffer[], java.nio.ByteBuffer[]) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | javax.net.ssl.SSLEngineResult | unwrap(javax.net.ssl.SSLEngine, java.nio.ByteBuffer[], int, int, java.nio.ByteBuffer[], int, int) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | static public | n.a. | org.conscrypt.Conscrypt$Version | version() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | static public | n.a. | org.conscrypt.ConscryptHostnameVerifier | wrapHostnameVerifier(javax.net.ssl.HostnameVerifier) |
Compatibility Changes:
|
|
NEW
static
public
class
org.conscrypt.Conscrypt$ProviderBuilder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | public | n.a. | java.security.Provider | build() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.conscrypt.Conscrypt$ProviderBuilder | defaultTlsProtocol(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.conscrypt.Conscrypt$ProviderBuilder | provideTrustManager()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.conscrypt.Conscrypt$ProviderBuilder | provideTrustManager(boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | org.conscrypt.Conscrypt$ProviderBuilder | setName(java.lang.String) |
Compatibility Changes:
|
|
NEW
static
public
class
org.conscrypt.Conscrypt$Version
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | int | major() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | minor() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | patch() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.conscrypt.ConscryptCertStore
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | java.util.Set <..>
|
findAllIssuers(java.security.cert.X509Certificate) | n.a. |
|
|||||||
| NEW | public abstract | n.a. | java.security.cert.X509Certificate | getTrustAnchor(java.security.cert.X509Certificate) | n.a. |
|
NEW
public
abstract
interface
org.conscrypt.ConscryptHostnameVerifier
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | verify(java.security.cert.X509Certificate[], java.lang.String, javax.net.ssl.SSLSession) | n.a. |
|
NEW
public
class
org.conscrypt.ct.CertificateEntry
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.CertificateEntry | createForPrecertificate(byte[], byte[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.CertificateEntry | createForPrecertificate(org.conscrypt.OpenSSLX509Certificate, org.conscrypt.OpenSSLX509Certificate) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.CertificateEntry | createForX509Certificate(byte[]) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.CertificateEntry | createForX509Certificate(java.security.cert.X509Certificate) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | encode(java.io.OutputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | byte[] | getCertificate() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.conscrypt.ct.CertificateEntry$LogEntryType | getEntryType() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | byte[] | getIssuerKeyHash() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.conscrypt.ct.CertificateEntry$LogEntryType
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -915992660461724091 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.ct.CertificateEntry$LogEntryType | PRECERT_ENTRY | n.a. |
| NEW | public static final | org.conscrypt.ct.CertificateEntry$LogEntryType | X509_ENTRY | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.conscrypt.ct.CertificateEntry$LogEntryType | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.CertificateEntry$LogEntryType[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.ct.CTConstants
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | CERTIFICATE_LENGTH_BYTES | n.a. |
| NEW | public static final | int | EXTENSIONS_LENGTH_BYTES | n.a. |
| NEW | public static final | int | HASH_ALGORITHM_LENGTH | n.a. |
| NEW | public static final | int | ISSUER_KEY_HASH_LENGTH | n.a. |
| NEW | public static final | int | LOGID_LENGTH | n.a. |
| NEW | public static final | int | LOG_ENTRY_TYPE_LENGTH | n.a. |
| NEW | public static final | java.lang.String | OCSP_SCT_LIST_OID | n.a. |
| NEW | public static final | int | SCT_LIST_LENGTH_BYTES | n.a. |
| NEW | public static final | int | SERIALIZED_SCT_LENGTH_BYTES | n.a. |
| NEW | public static final | int | SIGNATURE_ALGORITHM_LENGTH | n.a. |
| NEW | public static final | int | SIGNATURE_LENGTH_BYTES | n.a. |
| NEW | public static final | int | SIGNATURE_TYPE_LENGTH | n.a. |
| NEW | public static final | int | TIMESTAMP_LENGTH | n.a. |
| NEW | public static final | int | VERSION_LENGTH | n.a. |
| NEW | public static final | java.lang.String | X509_SCT_LIST_OID | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | CTConstants() | n.a. |
|
NEW
public
class
org.conscrypt.ct.CTLogInfo
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | CTLogInfo(java.security.PublicKey, java.lang.String, java.lang.String) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getDescription() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | byte[] | getID() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.security.PublicKey | getPublicKey() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getUrl() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.conscrypt.ct.VerifiedSCT$Status | verifySingleSCT(org.conscrypt.ct.SignedCertificateTimestamp, org.conscrypt.ct.CertificateEntry) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.conscrypt.ct.CTLogStore
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.conscrypt.ct.CTLogInfo | getKnownLog(byte[]) | n.a. |
|
NEW
public
abstract
interface
org.conscrypt.ct.CTPolicy
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | boolean | doesResultConformToPolicy(org.conscrypt.ct.CTVerificationResult, java.lang.String, java.security.cert.X509Certificate[]) | n.a. |
|
NEW
public
class
org.conscrypt.ct.CTVerificationResult
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | CTVerificationResult() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | void | add(org.conscrypt.ct.VerifiedSCT) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.util.List <..>
|
getInvalidSCTs() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.util.List <..>
|
getValidSCTs() |
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.ct.CTVerifier
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | CTVerifier(org.conscrypt.ct.CTLogStore) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | org.conscrypt.ct.CTVerificationResult | verifySignedCertificateTimestamps(java.util.List <..> , byte[], byte[])
|
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | org.conscrypt.ct.CTVerificationResult | verifySignedCertificateTimestamps(org.conscrypt.OpenSSLX509Certificate[], byte[], byte[]) |
|
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.ct.DigitallySigned
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DigitallySigned(int, int, byte[]) | n.a. |
|
|||||
| NEW | public | n.a. | DigitallySigned(org.conscrypt.ct.DigitallySigned$HashAlgorithm, org.conscrypt.ct.DigitallySigned$SignatureAlgorithm, byte[]) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned | decode(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned | decode(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | java.lang.String | getAlgorithm() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.conscrypt.ct.DigitallySigned$HashAlgorithm | getHashAlgorithm() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | byte[] | getSignature() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm | getSignatureAlgorithm() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.conscrypt.ct.DigitallySigned$HashAlgorithm
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 8013065175690956175 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$HashAlgorithm | MD5 | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$HashAlgorithm | NONE | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$HashAlgorithm | SHA1 | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$HashAlgorithm | SHA224 | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$HashAlgorithm | SHA256 | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$HashAlgorithm | SHA384 | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$HashAlgorithm | SHA512 | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned$HashAlgorithm | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned$HashAlgorithm | valueOf(int) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned$HashAlgorithm[] | values() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.conscrypt.ct.DigitallySigned$SignatureAlgorithm
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -3210201200811196603 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm | ANONYMOUS | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm | DSA | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm | ECDSA | n.a. |
| NEW | public static final | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm | RSA | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm | valueOf(int) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.DigitallySigned$SignatureAlgorithm[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.ct.Serialization
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | byte | readByte(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | byte[] | readDEROctetString(byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | byte[] | readDEROctetString(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | byte[] | readFixedBytes(java.io.InputStream, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | byte[][] | readList(byte[], int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | byte[][] | readList(java.io.InputStream, int, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | long | readLong(java.io.InputStream, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | int | readNumber(java.io.InputStream, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | byte[] | readVariableBytes(java.io.InputStream, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | void | writeFixedBytes(java.io.OutputStream, byte[]) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | void | writeNumber(java.io.OutputStream, long, int) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | void | writeVariableBytes(java.io.OutputStream, byte[], int) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.conscrypt.ct.SerializationException
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Exception | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -5317873136664833411 | -5317873136664833411 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SerializationException(java.lang.Throwable) | n.a. |
|
|||||
| NEW | public | n.a. | SerializationException(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | SerializationException() | n.a. |
|
|||||
| NEW | public | n.a. | SerializationException(java.lang.String, java.lang.Throwable) | n.a. |
|
NEW
public
class
org.conscrypt.ct.SignedCertificateTimestamp
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | SignedCertificateTimestamp(org.conscrypt.ct.SignedCertificateTimestamp$Version, byte[], long, byte[], org.conscrypt.ct.DigitallySigned, org.conscrypt.ct.SignedCertificateTimestamp$Origin) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp | decode(java.io.InputStream, org.conscrypt.ct.SignedCertificateTimestamp$Origin) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp | decode(byte[], org.conscrypt.ct.SignedCertificateTimestamp$Origin) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | encodeTBS(java.io.OutputStream, org.conscrypt.ct.CertificateEntry) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | byte[] | encodeTBS(org.conscrypt.ct.CertificateEntry) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | byte[] | getExtensions() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | byte[] | getLogID() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$Origin | getOrigin() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.conscrypt.ct.DigitallySigned | getSignature() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | long | getTimestamp() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$Version | getVersion() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.conscrypt.ct.SignedCertificateTimestamp$Origin
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -6513384539111281028 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.ct.SignedCertificateTimestamp$Origin | EMBEDDED | n.a. |
| NEW | public static final | org.conscrypt.ct.SignedCertificateTimestamp$Origin | OCSP_RESPONSE | n.a. |
| NEW | public static final | org.conscrypt.ct.SignedCertificateTimestamp$Origin | TLS_EXTENSION | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$Origin | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$Origin[] | values() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.conscrypt.ct.SignedCertificateTimestamp$SignatureType
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -9021558120547720690 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.ct.SignedCertificateTimestamp$SignatureType | CERTIFICATE_TIMESTAMP | n.a. |
| NEW | public static final | org.conscrypt.ct.SignedCertificateTimestamp$SignatureType | TREE_HASH | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$SignatureType | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$SignatureType[] | values() |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
static
public
enum
org.conscrypt.ct.SignedCertificateTimestamp$Version
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -2861711432222011220 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.ct.SignedCertificateTimestamp$Version | V1 | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$Version | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.SignedCertificateTimestamp$Version[] | values() |
Compatibility Changes:
|
|
NEW
final
public
class
org.conscrypt.ct.VerifiedSCT
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public final | org.conscrypt.ct.SignedCertificateTimestamp | sct | n.a. |
| NEW | public final | org.conscrypt.ct.VerifiedSCT$Status | status | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | VerifiedSCT(org.conscrypt.ct.SignedCertificateTimestamp, org.conscrypt.ct.VerifiedSCT$Status) | n.a. |
|
NEW
(Serializable compatible)
final
static
public
enum
org.conscrypt.ct.VerifiedSCT$Status
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.lang.Enum | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.constant.Constable | n.a. |
| NEW | java.lang.Comparable | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -7542577086708180705 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.ct.VerifiedSCT$Status | INVALID_SCT | n.a. |
| NEW | public static final | org.conscrypt.ct.VerifiedSCT$Status | INVALID_SIGNATURE | n.a. |
| NEW | public static final | org.conscrypt.ct.VerifiedSCT$Status | UNKNOWN_LOG | n.a. |
| NEW | public static final | org.conscrypt.ct.VerifiedSCT$Status | VALID | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.conscrypt.ct.VerifiedSCT$Status | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.conscrypt.ct.VerifiedSCT$Status[] | values() |
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.DefaultSSLContextImpl
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLContextImpl | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | engineInit(javax.net.ssl.KeyManager[], javax.net.ssl.TrustManager[], java.security.SecureRandom) |
|
Compatibility Changes:
|
|
NEW
final
static
public
class
org.conscrypt.DefaultSSLContextImpl$TLSv12
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.DefaultSSLContextImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | DefaultSSLContextImpl$TLSv12() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.DefaultSSLContextImpl$TLSv13
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.DefaultSSLContextImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | DefaultSSLContextImpl$TLSv13() |
|
n.a. |
|
NEW
public
class
org.conscrypt.DESEDESecretKeyFactory
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.crypto.SecretKeyFactorySpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | DESEDESecretKeyFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | javax.crypto.SecretKey | engineGenerateSecret(java.security.spec.KeySpec) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | java.security.spec.KeySpec | engineGetKeySpec(javax.crypto.SecretKey, java.lang.Class) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | javax.crypto.SecretKey | engineTranslateKey(javax.crypto.SecretKey) |
|
n.a. |
|
NEW
public
class
org.conscrypt.ECParameters
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.AlgorithmParametersSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ECParameters() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded() |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded(java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | Generic Templates:
|
java.security.spec.AlgorithmParameterSpec | engineGetParameterSpec(java.lang.Class <..> )
|
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.spec.AlgorithmParameterSpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[]) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[], java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.lang.String | engineToString() | n.a. |
|
NEW
public
abstract
annotation
org.conscrypt.ExperimentalApi
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.annotation.Annotation | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public abstract | n.a. | java.lang.String | value() |
Compatibility Changes:
|
|
Annotations:
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | java.lang.annotation.Documented | n.a. | ||||||||
| NEW | java.lang.annotation.Retention |
|
||||||||
| NEW | java.lang.annotation.Target |
|
NEW
final
public
class
org.conscrypt.FileClientSessionCache
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | MAX_SIZE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | org.conscrypt.SSLClientSessionCache | usingDirectory(java.io.File) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.conscrypt.GCMParameters
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.AlgorithmParametersSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | GCMParameters() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded() |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded(java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | Generic Templates:
|
java.security.spec.AlgorithmParameterSpec | engineGetParameterSpec(java.lang.Class <..> )
|
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.spec.AlgorithmParameterSpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[]) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[], java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.lang.String | engineToString() | n.a. |
|
NEW
public
abstract
class
org.conscrypt.HandshakeListener
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | HandshakeListener() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public abstract | n.a. | void | onHandshakeFinished() |
|
Compatibility Changes:
|
|
NEW
public
abstract
annotation
org.conscrypt.Internal
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.annotation.Annotation | n.a. |
Annotations:
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | java.lang.annotation.Documented | n.a. | ||||||||
| NEW | java.lang.annotation.Retention |
|
||||||||
| NEW | java.lang.annotation.Target |
|
NEW
final
public
class
org.conscrypt.io.IoUtils
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | void | closeQuietly(java.io.Closeable) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | void | closeQuietly(java.net.Socket) |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | void | throwInterruptedIoException() |
|
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.IvParameters
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.AlgorithmParametersSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IvParameters() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded() |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded(java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | Generic Templates:
|
java.security.spec.AlgorithmParameterSpec | engineGetParameterSpec(java.lang.Class <..> )
|
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.spec.AlgorithmParameterSpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[]) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[], java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.lang.String | engineToString() | n.a. |
|
NEW
static
public
class
org.conscrypt.IvParameters$AES
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.IvParameters | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IvParameters$AES() | n.a. |
|
NEW
static
public
class
org.conscrypt.IvParameters$ChaCha20
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.IvParameters | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IvParameters$ChaCha20() | n.a. |
|
NEW
static
public
class
org.conscrypt.IvParameters$DESEDE
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.IvParameters | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | IvParameters$DESEDE() | n.a. |
|
NEW
public
abstract
class
org.conscrypt.KeyGeneratorImpl
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.crypto.KeyGeneratorSpi | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | protected | java.security.SecureRandom | secureRandom | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | void | checkKeySize(int) | n.a. |
|
|||||||||
| NEW | protected | n.a. | byte[] | doKeyGeneration(int) | n.a. |
|
|||||||||
| NEW | protected | n.a. | javax.crypto.SecretKey | engineGenerateKey() | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | engineInit(java.security.SecureRandom) | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | engineInit(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.SecureRandom) | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$AES
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$AES() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | void | checkKeySize(int) | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$ARC4
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$ARC4() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | void | checkKeySize(int) | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$ChaCha20
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$ChaCha20() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | void | checkKeySize(int) | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$DESEDE
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$DESEDE() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | void | checkKeySize(int) | n.a. |
|
|||||
| NEW | protected | n.a. | byte[] | doKeyGeneration(int) | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$HmacMD5
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$HmacMD5() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$HmacSHA1
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$HmacSHA1() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$HmacSHA224
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$HmacSHA224() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$HmacSHA256
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$HmacSHA256() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$HmacSHA384
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$HmacSHA384() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.KeyGeneratorImpl$HmacSHA512
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.KeyGeneratorImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyGeneratorImpl$HmacSHA512() | n.a. |
|
NEW
public
class
org.conscrypt.KeyManagerFactoryImpl
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.net.ssl.KeyManagerFactorySpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | KeyManagerFactoryImpl() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | javax.net.ssl.KeyManager[] | engineGetKeyManagers() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.KeyStore, char[]) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineInit(javax.net.ssl.ManagerFactoryParameters) |
|
n.a. |
|
NEW
final
public
class
org.conscrypt.NativeCrypto
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NativeCrypto() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | java.lang.String | SSL_get_current_cipher(long, org.conscrypt.NativeSsl) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | java.lang.String | SSL_get_version(long, org.conscrypt.NativeSsl) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | int | X509_NAME_hash_old(javax.security.auth.x500.X500Principal) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | byte[] | get_ocsp_single_extension(byte[], java.lang.String, long, org.conscrypt.OpenSSLX509Certificate, long, org.conscrypt.OpenSSLX509Certificate) |
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.OAEPParameters
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.AlgorithmParametersSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OAEPParameters() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded() |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded(java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | Generic Templates:
|
java.security.spec.AlgorithmParameterSpec | engineGetParameterSpec(java.lang.Class <..> )
|
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.spec.AlgorithmParameterSpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[]) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[], java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.lang.String | engineToString() | n.a. |
|
NEW
final
public
class
org.conscrypt.OkHostnameVerifier
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.conscrypt.ConscryptHostnameVerifier | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.conscrypt.OkHostnameVerifier | INSTANCE | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | static public | n.a. | java.util.List <..>
|
allSubjectAltNames(java.security.cert.X509Certificate) |
Compatibility Changes:
|
|
|||||||||
| NEW | static public | n.a. | org.conscrypt.OkHostnameVerifier | strictInstance() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | verify(java.security.cert.X509Certificate[], java.lang.String, javax.net.ssl.SSLSession) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | boolean | verify(java.lang.String, java.security.cert.X509Certificate) |
Compatibility Changes:
|
|
NEW
public
abstract
class
org.conscrypt.OpenSSLAeadCipher
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipher | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipher(org.conscrypt.OpenSSLCipher$Mode) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | int | engineDoFinal(java.nio.ByteBuffer, java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | engineDoFinal(byte[], int, int, byte[], int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineUpdateAAD(byte[], int, int) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | void | engineUpdateAAD(java.nio.ByteBuffer) | n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLAeadCipherAES
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipher | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | java.security.AlgorithmParameters | engineGetParameters() | n.a. |
|
|||||||||
| NEW | protected | n.a. | java.security.spec.AlgorithmParameterSpec | getParameterSpec(java.security.AlgorithmParameters) |
|
n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLAeadCipherAES$GCM
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipherAES | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipherAES$GCM() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLAeadCipherAES$GCM$AES_128
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipherAES$GCM | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipherAES$GCM$AES_128() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLAeadCipherAES$GCM$AES_256
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipherAES$GCM | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipherAES$GCM$AES_256() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLAeadCipherAES$GCM_SIV
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipherAES | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipherAES$GCM_SIV() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLAeadCipherAES$GCM_SIV$AES_128
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipherAES$GCM_SIV | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipherAES$GCM_SIV$AES_128() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLAeadCipherAES$GCM_SIV$AES_256
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipherAES$GCM_SIV | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipherAES$GCM_SIV$AES_256() | n.a. |
|
NEW
public
class
org.conscrypt.OpenSSLAeadCipherChaCha20
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLAeadCipher | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLAeadCipherChaCha20() | n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLCipher
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.crypto.CipherSpi | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | byte[] | engineDoFinal(byte[], int, int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | engineDoFinal(byte[], int, int, byte[], int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | engineGetBlockSize() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | byte[] | engineGetIV() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | int | engineGetKeySize(java.security.Key) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | engineGetOutputSize(int) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | java.security.AlgorithmParameters | engineGetParameters() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.SecureRandom) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineSetMode(java.lang.String) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineSetPadding(java.lang.String) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | java.security.Key | engineUnwrap(byte[], java.lang.String, int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | byte[] | engineUpdate(byte[], int, int) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | int | engineUpdate(byte[], int, int, byte[], int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | byte[] | engineWrap(java.security.Key) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | java.security.spec.AlgorithmParameterSpec | getParameterSpec(java.security.AlgorithmParameters) |
|
n.a. |
|
NEW
public
class
org.conscrypt.OpenSSLCipherChaCha20
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipher | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherChaCha20() | n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLCipherRSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.crypto.CipherSpi | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | protected | n.a. | byte[] | engineDoFinal(byte[], int, int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | engineDoFinal(byte[], int, int, byte[], int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | engineGetBlockSize() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | byte[] | engineGetIV() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | int | engineGetKeySize(java.security.Key) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | int | engineGetOutputSize(int) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | java.security.AlgorithmParameters | engineGetParameters() | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.SecureRandom) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineSetMode(java.lang.String) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | void | engineSetPadding(java.lang.String) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | java.security.Key | engineUnwrap(byte[], java.lang.String, int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | byte[] | engineUpdate(byte[], int, int) | n.a. |
|
|||||||||||||
| NEW | protected | n.a. | int | engineUpdate(byte[], int, int, byte[], int) |
|
n.a. |
|
||||||||||||
| NEW | protected | n.a. | byte[] | engineWrap(java.security.Key) |
|
n.a. |
|
NEW
static
public
abstract
class
org.conscrypt.OpenSSLCipherRSA$DirectRSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$DirectRSA(int) | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLCipherRSA$OAEP
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$OAEP(long, int) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | protected | n.a. | java.security.AlgorithmParameters | engineGetParameters() | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | void | engineInit(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | void | engineSetPadding(java.lang.String) |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLCipherRSA$OAEP$SHA1
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA$OAEP | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$OAEP$SHA1() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLCipherRSA$OAEP$SHA224
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA$OAEP | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$OAEP$SHA224() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLCipherRSA$OAEP$SHA256
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA$OAEP | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$OAEP$SHA256() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLCipherRSA$OAEP$SHA384
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA$OAEP | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$OAEP$SHA384() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLCipherRSA$OAEP$SHA512
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA$OAEP | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$OAEP$SHA512() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLCipherRSA$PKCS1
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA$DirectRSA | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$PKCS1() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLCipherRSA$Raw
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipherRSA$DirectRSA | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLCipherRSA$Raw() | n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLContextImpl
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.net.ssl.SSLContextSpi | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLEngine | engineCreateSSLEngine(java.lang.String, int) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLEngine | engineCreateSSLEngine() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLSessionContext | engineGetClientSessionContext() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLSessionContext | engineGetServerSessionContext() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLServerSocketFactory | engineGetServerSocketFactory() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | javax.net.ssl.SSLSocketFactory | engineGetSocketFactory() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | engineInit(javax.net.ssl.KeyManager[], javax.net.ssl.TrustManager[], java.security.SecureRandom) |
|
Compatibility Changes:
|
|
NEW
final
static
public
class
org.conscrypt.OpenSSLContextImpl$TLSv1
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLContextImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLContextImpl$TLSv1() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLContextImpl$TLSv11
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLContextImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLContextImpl$TLSv11() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLContextImpl$TLSv12
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLContextImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLContextImpl$TLSv12() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLContextImpl$TLSv13
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLContextImpl | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLContextImpl$TLSv13() | n.a. |
|
NEW
final
public
class
org.conscrypt.OpenSSLECDHKeyAgreement
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.crypto.KeyAgreementSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLECDHKeyAgreement() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | java.security.Key | engineDoPhase(java.security.Key, boolean) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | protected | n.a. | int | engineGenerateSecret(byte[], int) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | byte[] | engineGenerateSecret() | n.a. |
|
|||||||||||
| NEW | protected | n.a. | javax.crypto.SecretKey | engineGenerateSecret(java.lang.String) | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.Key, java.security.SecureRandom) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom) |
|
n.a. |
|
NEW
final
public
class
org.conscrypt.OpenSSLECKeyFactory
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.KeyFactorySpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLECKeyFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | protected | n.a. | java.security.PrivateKey | engineGeneratePrivate(java.security.spec.KeySpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.security.PublicKey | engineGeneratePublic(java.security.spec.KeySpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | Generic Templates:
|
java.security.spec.KeySpec | engineGetKeySpec(java.security.Key, java.lang.Class <..> )
|
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.security.Key | engineTranslateKey(java.security.Key) |
|
n.a. |
|
NEW
final
public
class
org.conscrypt.OpenSSLECKeyPairGenerator
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.KeyPairGenerator | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLECKeyPairGenerator() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | n.a. | void | assertCurvesAreValid() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | java.security.KeyPair | generateKeyPair() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initialize(int, java.security.SecureRandom) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initialize(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom) |
|
Compatibility Changes:
|
|
NEW
public
abstract
class
org.conscrypt.OpenSSLEvpCipher
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLCipher | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipher(org.conscrypt.OpenSSLCipher$Mode, org.conscrypt.OpenSSLCipher$Padding) | n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLEvpCipherAES
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipher | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES$CBC
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES$CBC$NoPadding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES$CBC$NoPadding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES$CBC$PKCS5Padding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES$CBC$PKCS5Padding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES$CTR
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES$CTR() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES$ECB
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES$ECB$NoPadding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES$ECB | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES$ECB$NoPadding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES$ECB$PKCS5Padding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES$ECB | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES$ECB$PKCS5Padding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128$CBC
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_128 | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128$CBC$NoPadding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_128$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_128$CBC$NoPadding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128$CBC$PKCS5Padding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_128$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_128$CBC$PKCS5Padding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128$CTR
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_128 | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_128$CTR() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128$ECB
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_128 | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128$ECB$NoPadding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_128$ECB | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_128$ECB$NoPadding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_128$ECB$PKCS5Padding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_128$ECB | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_128$ECB$PKCS5Padding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256$CBC
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_256 | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256$CBC$NoPadding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_256$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_256$CBC$NoPadding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256$CBC$PKCS5Padding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_256$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_256$CBC$PKCS5Padding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256$CTR
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_256 | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_256$CTR() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256$ECB
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_256 | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256$ECB$NoPadding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_256$ECB | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_256$ECB$NoPadding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherAES$AES_256$ECB$PKCS5Padding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherAES$AES_256$ECB | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherAES$AES_256$ECB$PKCS5Padding() | n.a. |
|
NEW
public
class
org.conscrypt.OpenSSLEvpCipherARC4
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipher | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherARC4() | n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLEvpCipherDESEDE
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipher | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherDESEDE$CBC
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherDESEDE | n.a. |
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherDESEDE$CBC$NoPadding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherDESEDE$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherDESEDE$CBC$NoPadding() | n.a. |
|
NEW
static
public
class
org.conscrypt.OpenSSLEvpCipherDESEDE$CBC$PKCS5Padding
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLEvpCipherDESEDE$CBC | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLEvpCipherDESEDE$CBC$PKCS5Padding() | n.a. |
|
NEW
public
abstract
interface
org.conscrypt.OpenSSLKeyHolder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | org.conscrypt.OpenSSLKey | getOpenSSLKey() | n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLMac
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.crypto.MacSpi | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | protected | n.a. | byte[] | engineDoFinal() | n.a. |
|
|||||||||||
| NEW | protected | n.a. | int | engineGetMacLength() | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.Key, java.security.spec.AlgorithmParameterSpec) |
|
n.a. |
|
||||||||||
| NEW | protected | n.a. | void | engineReset() | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | engineUpdate(byte) | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | engineUpdate(byte[], int, int) | n.a. |
|
|||||||||||
| NEW | protected | n.a. | void | engineUpdate(java.nio.ByteBuffer) | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMac$HmacMD5
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMac | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLMac$HmacMD5() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMac$HmacSHA1
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMac | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLMac$HmacSHA1() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMac$HmacSHA224
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMac | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMac$HmacSHA224() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMac$HmacSHA256
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMac | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMac$HmacSHA256() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMac$HmacSHA384
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMac | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMac$HmacSHA384() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMac$HmacSHA512
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMac | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLMac$HmacSHA512() | n.a. |
|
NEW
public
class
org.conscrypt.OpenSSLMessageDigestJDK
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.MessageDigestSpi | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | java.lang.Object | clone() |
Compatibility Changes:
|
|
|||||||
| NEW | protected | n.a. | byte[] | engineDigest() | n.a. |
|
|||||||
| NEW | protected | n.a. | int | engineGetDigestLength() | n.a. |
|
|||||||
| NEW | protected | n.a. | void | engineReset() | n.a. |
|
|||||||
| NEW | protected | n.a. | void | engineUpdate(byte) | n.a. |
|
|||||||
| NEW | protected | n.a. | void | engineUpdate(byte[], int, int) | n.a. |
|
|||||||
| NEW | protected | n.a. | void | engineUpdate(java.nio.ByteBuffer) | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMessageDigestJDK$MD5
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMessageDigestJDK | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMessageDigestJDK$MD5() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMessageDigestJDK$SHA1
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMessageDigestJDK | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMessageDigestJDK$SHA1() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMessageDigestJDK$SHA224
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMessageDigestJDK | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMessageDigestJDK$SHA224() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMessageDigestJDK$SHA256
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMessageDigestJDK | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMessageDigestJDK$SHA256() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMessageDigestJDK$SHA384
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMessageDigestJDK | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMessageDigestJDK$SHA384() |
|
n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLMessageDigestJDK$SHA512
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLMessageDigestJDK | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | OpenSSLMessageDigestJDK$SHA512() |
|
n.a. |
|
NEW
(Serializable compatible)
final
public
class
org.conscrypt.OpenSSLProvider
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.Provider | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.lang.Cloneable | n.a. |
| NEW | java.util.Map | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 4629077893449002666 | 2996752495318905136 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLProvider(java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | OpenSSLProvider() | n.a. |
|
NEW
(Serializable compatible)
final
public
class
org.conscrypt.OpenSSLRandom
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.SecureRandomSpi | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 2414510118346872736 | 8506210602917522861 |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLRandom() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | protected | n.a. | byte[] | engineGenerateSeed(int) | n.a. |
|
|||||
| NEW | protected | n.a. | void | engineNextBytes(byte[]) | n.a. |
|
|||||
| NEW | protected | n.a. | void | engineSetSeed(byte[]) | n.a. |
|
NEW
final
public
class
org.conscrypt.OpenSSLRSAKeyFactory
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.KeyFactorySpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLRSAKeyFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | protected | n.a. | java.security.PrivateKey | engineGeneratePrivate(java.security.spec.KeySpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.security.PublicKey | engineGeneratePublic(java.security.spec.KeySpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | Generic Templates:
|
java.security.spec.KeySpec | engineGetKeySpec(java.security.Key, java.lang.Class <..> )
|
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.security.Key | engineTranslateKey(java.security.Key) |
|
n.a. |
|
NEW
final
public
class
org.conscrypt.OpenSSLRSAKeyPairGenerator
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.KeyPairGeneratorSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLRSAKeyPairGenerator() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | java.security.KeyPair | generateKeyPair() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initialize(int, java.security.SecureRandom) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | initialize(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom) |
|
Compatibility Changes:
|
|
NEW
(Serializable compatible)
public
class
org.conscrypt.OpenSSLRSAPublicKey
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.security.Key | n.a. |
| NEW | java.security.interfaces.RSAKey | n.a. |
| NEW | org.conscrypt.OpenSSLKeyHolder | n.a. |
| NEW | java.security.interfaces.RSAPublicKey | n.a. |
| NEW | java.security.PublicKey | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 98251669777465271 | 123125005824688292 |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getAlgorithm() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | byte[] | getEncoded() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | getFormat() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.math.BigInteger | getModulus() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.conscrypt.OpenSSLKey | getOpenSSLKey() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.math.BigInteger | getPublicExponent() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.OpenSSLSignature
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.SignatureSpi | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
| NEW | protected | n.a. | void | configureEVP_PKEY_CTX(long) |
|
n.a. |
|
||||||||||||||||
| NEW | protected | n.a. | java.lang.Object | engineGetParameter(java.lang.String)
Annotations:
|
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | protected | n.a. | void | engineInitSign(java.security.PrivateKey) |
|
n.a. |
|
||||||||||||||||
| NEW | protected | n.a. | void | engineInitVerify(java.security.PublicKey) |
|
n.a. |
|
||||||||||||||||
| NEW | protected | n.a. | void | engineSetParameter(java.lang.String, java.lang.Object)
Annotations:
|
|
Compatibility Changes:
|
|
||||||||||||||||
| NEW | protected | n.a. | byte[] | engineSign() |
|
n.a. |
|
||||||||||||||||
| NEW | protected | n.a. | void | engineUpdate(byte) | n.a. |
|
|||||||||||||||||
| NEW | protected | n.a. | void | engineUpdate(byte[], int, int) | n.a. |
|
|||||||||||||||||
| NEW | protected | n.a. | void | engineUpdate(java.nio.ByteBuffer) | n.a. |
|
|||||||||||||||||
| NEW | protected | n.a. | boolean | engineVerify(byte[]) |
|
n.a. |
|
||||||||||||||||
| NEW | final protected | n.a. | long | getEVP_PKEY_CTX() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$MD5RSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPKCS1Padding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$MD5RSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA1ECDSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA1ECDSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA1RSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPKCS1Padding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA1RSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA1RSAPSS
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPSSPadding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA1RSAPSS() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA224ECDSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA224ECDSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA224RSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPKCS1Padding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA224RSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA224RSAPSS
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPSSPadding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA224RSAPSS() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA256ECDSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA256ECDSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA256RSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPKCS1Padding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA256RSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA256RSAPSS
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPSSPadding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA256RSAPSS() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA384ECDSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA384ECDSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA384RSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPKCS1Padding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA384RSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA384RSAPSS
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPSSPadding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA384RSAPSS() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA512ECDSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA512ECDSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA512RSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPKCS1Padding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA512RSA() | n.a. |
|
NEW
final
static
public
class
org.conscrypt.OpenSSLSignature$SHA512RSAPSS
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.OpenSSLSignature$RSAPSSPadding | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignature$SHA512RSAPSS() | n.a. |
|
NEW
public
class
org.conscrypt.OpenSSLSignatureRawECDSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.SignatureSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignatureRawECDSA() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | java.lang.Object | engineGetParameter(java.lang.String) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineInitSign(java.security.PrivateKey) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineInitVerify(java.security.PublicKey) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineSetParameter(java.lang.String, java.lang.Object) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | byte[] | engineSign() |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineUpdate(byte) | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | engineUpdate(byte[], int, int) | n.a. |
|
|||||||||
| NEW | protected | n.a. | boolean | engineVerify(byte[]) |
|
n.a. |
|
NEW
final
public
class
org.conscrypt.OpenSSLSignatureRawRSA
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.SignatureSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLSignatureRawRSA() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | protected | n.a. | java.lang.Object | engineGetParameter(java.lang.String) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineInitSign(java.security.PrivateKey) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineInitVerify(java.security.PublicKey) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineSetParameter(java.lang.String, java.lang.Object) |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | byte[] | engineSign() |
|
n.a. |
|
||||||||
| NEW | protected | n.a. | void | engineUpdate(byte) | n.a. |
|
|||||||||
| NEW | protected | n.a. | void | engineUpdate(byte[], int, int) | n.a. |
|
|||||||||
| NEW | protected | n.a. | boolean | engineVerify(byte[]) |
|
n.a. |
|
NEW
public
abstract
class
org.conscrypt.OpenSSLSocketImpl
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.AbstractConscryptSocket | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.io.Closeable | n.a. |
| NEW | java.lang.AutoCloseable | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||
| NEW | final public | n.a. | byte[] | getAlpnSelectedProtocol()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public abstract | n.a. | byte[] | getChannelId() |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | java.io.FileDescriptor | getFileDescriptor$() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public abstract | n.a. | javax.net.ssl.SSLSession | getHandshakeSession() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getHostname() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | java.lang.String | getHostnameOrIP() |
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | byte[] | getNpnSelectedProtocol()
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | int | getSoWriteTimeout() |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | final public | n.a. | void | setAlpnProtocols(java.lang.String[])
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | setAlpnProtocols(byte[])
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public abstract | n.a. | void | setChannelIdEnabled(boolean) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public abstract | n.a. | void | setChannelIdPrivateKey(java.security.PrivateKey) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | setHandshakeTimeout(int) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | setHostname(java.lang.String) |
Compatibility Changes:
|
|
||||||||||||||
| NEW | final public | n.a. | void | setNpnProtocols(byte[])
Annotations:
|
Compatibility Changes:
|
|
||||||||||||||
| NEW | public | n.a. | void | setSoWriteTimeout(int) |
|
Compatibility Changes:
|
|
|||||||||||||
| NEW | public abstract | n.a. | void | setUseSessionTickets(boolean) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
class
org.conscrypt.OpenSSLX509Certificate
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.cert.X509Certificate | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | java.security.cert.X509Extension | n.a. |
| NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -6121684341887020857 | 1992239142393372128 |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
| NEW | public | n.a. | void | checkValidity() |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | void | checkValidity(java.util.Date) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | boolean | equals(java.lang.Object) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | protected | n.a. | void | finalize() |
|
n.a. |
|
||||||||||||||||||
| NEW | static public | n.a. | org.conscrypt.OpenSSLX509Certificate | fromCertificate(java.security.cert.Certificate) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | static public | n.a. | java.util.List <..>
|
fromPkcs7DerInputStream(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | static public | n.a. | java.util.List <..>
|
fromPkcs7PemInputStream(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | static public | n.a. | org.conscrypt.OpenSSLX509Certificate | fromX509Der(byte[]) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | static public | n.a. | org.conscrypt.OpenSSLX509Certificate | fromX509DerInputStream(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | static public | n.a. | org.conscrypt.OpenSSLX509Certificate | fromX509PemInputStream(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | int | getBasicConstraints() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | long | getContext() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getCriticalExtensionOIDs() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | byte[] | getEncoded() |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
getExtendedKeyUsage() |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | byte[] | getExtensionValue(java.lang.String) |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.util.Collection <..>
|
getIssuerAlternativeNames() |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.security.Principal | getIssuerDN() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | boolean[] | getIssuerUniqueID() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | javax.security.auth.x500.X500Principal | getIssuerX500Principal() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | boolean[] | getKeyUsage() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.util.Set <..>
|
getNonCriticalExtensionOIDs() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.util.Date | getNotAfter() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.util.Date | getNotBefore() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.security.PublicKey | getPublicKey() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.math.BigInteger | getSerialNumber() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.String | getSigAlgName() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.String | getSigAlgOID() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | byte[] | getSigAlgParams() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | byte[] | getSignature() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.util.Collection <..>
|
getSubjectAlternativeNames() |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | java.security.Principal | getSubjectDN() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | boolean[] | getSubjectUniqueID() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | javax.security.auth.x500.X500Principal | getSubjectX500Principal() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | byte[] | getTBSCertificate() |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | int | getVersion() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | boolean | hasUnsupportedCriticalExtension() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | int | hashCode() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | java.lang.String | toString() |
Compatibility Changes:
|
|
|||||||||||||||||||
| NEW | public | n.a. | void | verify(java.security.PublicKey) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | void | verify(java.security.PublicKey, java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | void | verify(java.security.PublicKey, java.security.Provider) |
|
Compatibility Changes:
|
|
||||||||||||||||||
| NEW | public | n.a. | org.conscrypt.OpenSSLX509Certificate | withDeletedExtension(java.lang.String) |
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.OpenSSLX509CertificateFactory
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.cert.CertificateFactorySpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | OpenSSLX509CertificateFactory() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | java.security.cert.CRL | engineGenerateCRL(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.util.Collection <..>
|
engineGenerateCRLs(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.security.cert.CertPath | engineGenerateCertPath(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.security.cert.CertPath | engineGenerateCertPath(java.io.InputStream, java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.security.cert.CertPath | engineGenerateCertPath(java.util.List <..> )
|
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.security.cert.Certificate | engineGenerateCertificate(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.util.Collection <..>
|
engineGenerateCertificates(java.io.InputStream) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.util.Iterator <..>
|
engineGetCertPathEncodings() |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.conscrypt.PSKKeyManager
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
| ANNOTATION_DEPRECATED_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | javax.net.ssl.KeyManager | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | MAX_IDENTITY_HINT_LENGTH_BYTES | n.a. |
| NEW | public static final | int | MAX_IDENTITY_LENGTH_BYTES | n.a. |
| NEW | public static final | int | MAX_KEY_LENGTH_BYTES | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | java.lang.String | chooseClientKeyIdentity(java.lang.String, java.net.Socket) | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.String | chooseClientKeyIdentity(java.lang.String, javax.net.ssl.SSLEngine) | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.String | chooseServerKeyIdentityHint(java.net.Socket) | n.a. |
|
|||||
| NEW | public abstract | n.a. | java.lang.String | chooseServerKeyIdentityHint(javax.net.ssl.SSLEngine) | n.a. |
|
|||||
| NEW | public abstract | n.a. | javax.crypto.SecretKey | getKey(java.lang.String, java.lang.String, java.net.Socket) | n.a. |
|
|||||
| NEW | public abstract | n.a. | javax.crypto.SecretKey | getKey(java.lang.String, java.lang.String, javax.net.ssl.SSLEngine) | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.Deprecated | n.a. |
NEW
public
class
org.conscrypt.PSSParameters
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | java.security.AlgorithmParametersSpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | PSSParameters() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded() |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | byte[] | engineGetEncoded(java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | Generic Templates:
|
java.security.spec.AlgorithmParameterSpec | engineGetParameterSpec(java.lang.Class <..> )
|
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(java.security.spec.AlgorithmParameterSpec) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[]) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | void | engineInit(byte[], java.lang.String) |
|
n.a. |
|
||||||||||||||||||||
| NEW | protected | n.a. | java.lang.String | engineToString() | n.a. |
|
NEW
final
public
class
org.conscrypt.ServerSessionContext
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | org.conscrypt.AbstractSessionContext | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | javax.net.ssl.SSLSessionContext | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | void | setPersistentCache(org.conscrypt.SSLServerSessionCache) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.conscrypt.SSLClientSessionCache
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | byte[] | getSessionData(java.lang.String, int) | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | putSessionData(javax.net.ssl.SSLSession, byte[]) | n.a. |
|
NEW
final
public
class
org.conscrypt.TrustedCertificateIndex
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | TrustedCertificateIndex(java.util.Set <..> )
|
n.a. |
|
|||||||
| NEW | public | n.a. | TrustedCertificateIndex() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | n.a. | java.util.Set <..>
|
findAllByIssuerAndSignature(java.security.cert.X509Certificate) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.security.cert.TrustAnchor | findByIssuerAndSignature(java.security.cert.X509Certificate) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.security.cert.TrustAnchor | findBySubjectAndPublicKey(java.security.cert.X509Certificate) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | java.security.cert.TrustAnchor | index(java.security.cert.X509Certificate) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | index(java.security.cert.TrustAnchor) |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | reset() |
Compatibility Changes:
|
|
|||||||||
| NEW | public | n.a. | void | reset(java.util.Set <..> )
|
Compatibility Changes:
|
|
NEW
public
class
org.conscrypt.TrustManagerFactoryImpl
top
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.net.ssl.TrustManagerFactorySpi | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TrustManagerFactoryImpl() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | javax.net.ssl.TrustManager[] | engineGetTrustManagers() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | void | engineInit(java.security.KeyStore) |
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | void | engineInit(javax.net.ssl.ManagerFactoryParameters) |
|
Compatibility Changes:
|
|
NEW
final
public
class
org.conscrypt.TrustManagerImpl
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Superclass:
| Status | Superclass | Compatibility Changes |
| NEW | javax.net.ssl.X509ExtendedTrustManager | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | javax.net.ssl.X509TrustManager | n.a. |
| NEW | javax.net.ssl.TrustManager | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | TrustManagerImpl(java.security.KeyStore) | n.a. |
|
|||||
| NEW | public | n.a. | TrustManagerImpl(java.security.KeyStore, org.conscrypt.CertPinManager) | n.a. |
|
|||||
| NEW | public | n.a. | TrustManagerImpl(java.security.KeyStore, org.conscrypt.CertPinManager, org.conscrypt.ConscryptCertStore, org.conscrypt.CertBlocklist) | n.a. |
|
|||||
| NEW | public | n.a. | TrustManagerImpl(java.security.KeyStore, org.conscrypt.CertPinManager, org.conscrypt.ConscryptCertStore) | n.a. |
|
|||||
| NEW | public | n.a. | TrustManagerImpl(java.security.KeyStore, org.conscrypt.CertPinManager, org.conscrypt.ConscryptCertStore, org.conscrypt.CertBlocklist, org.conscrypt.ct.CTLogStore, org.conscrypt.ct.CTVerifier, org.conscrypt.ct.CTPolicy) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | n.a. | void | checkClientTrusted(java.security.cert.X509Certificate[], java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
checkClientTrusted(java.security.cert.X509Certificate[], java.lang.String, java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | checkClientTrusted(java.security.cert.X509Certificate[], java.lang.String, java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | checkClientTrusted(java.security.cert.X509Certificate[], java.lang.String, javax.net.ssl.SSLEngine) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | checkServerTrusted(java.security.cert.X509Certificate[], java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
checkServerTrusted(java.security.cert.X509Certificate[], java.lang.String, java.lang.String) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | checkServerTrusted(java.security.cert.X509Certificate[], java.lang.String, java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | checkServerTrusted(java.security.cert.X509Certificate[], java.lang.String, javax.net.ssl.SSLEngine) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
checkServerTrusted(java.security.cert.X509Certificate[], java.lang.String, javax.net.ssl.SSLSession) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.security.cert.X509Certificate[] | getAcceptedIssuers() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
getTrustedChainForServer(java.security.cert.X509Certificate[], java.lang.String, java.net.Socket) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | java.util.List <..>
|
getTrustedChainForServer(java.security.cert.X509Certificate[], java.lang.String, javax.net.ssl.SSLEngine) |
|
Compatibility Changes:
|
|
||||||||||||
| NEW | public | n.a. | void | handleTrustStorageUpdate() |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | setCTEnabledOverride(boolean) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | setCTPolicy(org.conscrypt.ct.CTPolicy) |
Compatibility Changes:
|
|
|||||||||||||
| NEW | public | n.a. | void | setCTVerifier(org.conscrypt.ct.CTVerifier) |
Compatibility Changes:
|
|



