Classes:
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
NEW
public
abstract
interface
org.apache.hc.client5.http.sse.BackoffStrategy
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | n.a. | long | nextDelayMs(int, long, java.lang.Long) | n.a. |
|
|||||
| NEW | public | n.a. | boolean | shouldReconnect(int, long, java.lang.Long) | n.a. |
|
NEW
public
abstract
interface
org.apache.hc.client5.http.sse.EventSource
top
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. | java.util.Map <..>
|
getHeaders() | n.a. |
|
||||||||
| NEW | public abstract | n.a. | boolean | isConnected() | n.a. |
|
||||||||
| NEW | public abstract | n.a. | java.lang.String | lastEventId() | n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | removeHeader(java.lang.String) | n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | setHeader(java.lang.String, java.lang.String) | n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | setLastEventId(java.lang.String) | n.a. |
|
||||||||
| NEW | public abstract | n.a. | void | start() | n.a. |
|
NEW
final
public
class
org.apache.hc.client5.http.sse.EventSourceConfig
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.client5.http.sse.EventSourceConfig | DEFAULT | n.a. |
| NEW | public final | org.apache.hc.client5.http.sse.BackoffStrategy | backoff | n.a. |
| NEW | public final | int | maxReconnects | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.client5.http.sse.EventSourceConfig$Builder | builder() |
Compatibility Changes:
|
|
NEW
final
static
public
class
org.apache.hc.client5.http.sse.EventSourceConfig$Builder
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | EventSourceConfig$Builder() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.EventSourceConfig$Builder | backoff(org.apache.hc.client5.http.sse.BackoffStrategy) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.EventSourceConfig | build() |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.EventSourceConfig$Builder | maxReconnects(int) |
Compatibility Changes:
|
|
NEW
public
abstract
interface
org.apache.hc.client5.http.sse.EventSourceListener
top
Compatibility Changes:
| Change |
| ANNOTATION_ADDED |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | void | onClosed() | n.a. |
|
|||||
| NEW | public abstract | n.a. | void | onEvent(java.lang.String, java.lang.String, java.lang.String) | n.a. |
|
|||||
| NEW | public | n.a. | void | onFailure(java.lang.Throwable, boolean) | n.a. |
|
|||||
| NEW | public | n.a. | void | onOpen() | n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| NEW | java.lang.FunctionalInterface | n.a. |
NEW
final
public
class
org.apache.hc.client5.http.sse.impl.ExponentialJitterBackoff
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.client5.http.sse.BackoffStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | ExponentialJitterBackoff(long, long, double, long) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | long | nextDelayMs(int, long, java.lang.Long) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.client5.http.sse.impl.FixedBackoffStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.client5.http.sse.BackoffStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | FixedBackoffStrategy(long) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | long | nextDelayMs(int, long, java.lang.Long) |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.client5.http.sse.impl.NoBackoffStrategy
top
Compatibility Changes:
| Change |
| INTERFACE_ADDED |
Interfaces:
| Status | Interface | Compatibility Changes |
| NEW | org.apache.hc.client5.http.sse.BackoffStrategy | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | n.a. | NoBackoffStrategy() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | n.a. | long | nextDelayMs(int, long, java.lang.Long) |
Compatibility Changes:
|
|
|||||||
| NEW | public | n.a. | boolean | shouldReconnect(int, long, java.lang.Long) |
Compatibility Changes:
|
|
NEW
(Serializable compatible)
final
public
enum
org.apache.hc.client5.http.sse.impl.SseParser
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 | 4699301819711897075 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.apache.hc.client5.http.sse.impl.SseParser | BYTE | n.a. |
| NEW | public static final | org.apache.hc.client5.http.sse.impl.SseParser | CHAR | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | n.a. | org.apache.hc.client5.http.sse.impl.SseParser | valueOf(java.lang.String) |
Compatibility Changes:
|
|
|||||||
| NEW | static public | n.a. | org.apache.hc.client5.http.sse.impl.SseParser[] | values() |
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.client5.http.sse.SseExecutor
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | n.a. | void | close() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | void | closeSharedClient() |
|
Compatibility Changes:
|
|
||||||||||
| NEW | static public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | custom() |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient | getClient() |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.client5.http.sse.SseExecutor | newInstance() |
Compatibility Changes:
|
|
|||||||||||
| NEW | static public | n.a. | org.apache.hc.client5.http.sse.SseExecutor | newInstance(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.EventSource | open(java.net.URI, org.apache.hc.client5.http.sse.EventSourceListener) |
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.EventSource | open(java.net.URI, java.util.Map <..> , org.apache.hc.client5.http.sse.EventSourceListener)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.EventSource | open(java.net.URI, java.util.Map <..> , org.apache.hc.client5.http.sse.EventSourceListener, org.apache.hc.client5.http.sse.EventSourceConfig)
|
Compatibility Changes:
|
|
|||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.EventSource | open(java.net.URI, java.util.Map <..> , org.apache.hc.client5.http.sse.EventSourceListener, org.apache.hc.client5.http.sse.EventSourceConfig, org.apache.hc.client5.http.sse.impl.SseParser, java.util.concurrent.ScheduledExecutorService, java.util.concurrent.Executor)
|
Compatibility Changes:
|
|
NEW
final
public
class
org.apache.hc.client5.http.sse.SseExecutorBuilder
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | addDefaultHeader(java.lang.String, java.lang.String) |
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutor | build() |
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | setCallbackExecutor(java.util.concurrent.Executor) |
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | setDefaultHeaders(java.util.Map <..> )
|
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | setEventSourceConfig(org.apache.hc.client5.http.sse.EventSourceConfig) |
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | setHttpClient(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient) |
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | setParserStrategy(org.apache.hc.client5.http.sse.impl.SseParser) |
Compatibility Changes:
|
|
||||||||||
| NEW | public | n.a. | org.apache.hc.client5.http.sse.SseExecutorBuilder | setScheduler(java.util.concurrent.ScheduledExecutorService) |
Compatibility Changes:
|
|



