Classes:
| Status | Fully Qualified Name |
| UNCHANGED | org.apache.hc.core5.reactive.ReactiveEntityProducer |
| UNCHANGED | org.apache.hc.core5.reactive.ReactiveRequestProcessor |
| UNCHANGED | org.apache.hc.core5.reactive.ReactiveResponseConsumer |
| UNCHANGED | org.apache.hc.core5.reactive.ReactiveServerExchangeHandler |
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
UNCHANGED
final
public
class
org.apache.hc.core5.reactive.ReactiveEntityProducer
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncEntityProducer | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | ReactiveEntityProducer(org.reactivestreams.Publisher <..> , long, org.apache.hc.core5.http.ContentType, java.lang.String)
|
n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.lang.String | getContentEncoding() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.lang.String | getContentType() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.util.Set <..>
|
getTrailerNames() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | boolean | isChunked() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||
| UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.core5.reactive.ReactiveRequestProcessor
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||
| UNCHANGED | public abstract | n.a. | void | processRequest(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, org.reactivestreams.Publisher <..> , org.apache.hc.core5.function.Callback
<..> )
|
|
n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.reactive.ReactiveResponseConsumer
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncResponseConsumer | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | ReactiveResponseConsumer(org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | ReactiveResponseConsumer() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||
| UNCHANGED | public | n.a. | void | consumeResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.protocol.HttpContext, org.apache.hc.core5.concurrent.FutureCallback <..> )
|
n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.EntityDetails | getEntityDetails() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | org.apache.hc.core5.http.HttpResponse | getInformationResponse() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.util.concurrent.Future <..>
|
getResponseFuture() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.util.List <..>
|
getTrailers() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | informationResponse(org.apache.hc.core5.http.HttpResponse, org.apache.hc.core5.http.protocol.HttpContext) | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataProducer | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataConsumer | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.ResourceHolder | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncServerExchangeHandler | n.a. |
| UNCHANGED | org.apache.hc.core5.http.nio.AsyncDataExchangeHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | ReactiveServerExchangeHandler(org.apache.hc.core5.reactive.ReactiveRequestProcessor) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||||||||
| UNCHANGED | public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
| UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||||
| UNCHANGED | public | n.a. | void | handleRequest(org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.nio.ResponseChannel, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||||
| UNCHANGED | public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||||
| UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
| UNCHANGED | public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
| UNCHANGED | public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|



