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 (*).
UNCHANGED
public
abstract
class
org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler | n.a. |
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. | AbstractSimpleServerExchangeHandler() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | protected abstract | n.a. | org.apache.hc.client5.http.async.methods.SimpleHttpResponse | handle(org.apache.hc.client5.http.async.methods.SimpleHttpRequest, org.apache.hc.core5.http.protocol.HttpCoreContext) |
|
n.a. |
|
||||||||||||
| UNCHANGED | final protected | n.a. | void | handle(org.apache.hc.client5.http.async.methods.SimpleHttpRequest, org.apache.hc.core5.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core5.http.protocol.HttpContext) |
|
n.a. |
|
||||||||||||
| UNCHANGED | final 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. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.async.AsyncEchoHandler
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. | AsyncEchoHandler() | 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. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.async.AsyncRandomHandler
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. | AsyncRandomHandler() | 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. |
|
MODIFIED
static
public
class
org.apache.hc.client5.testing.async.AsyncRandomHandler$RandomBinAsyncEntityProducer
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer | n.a. |
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. | AsyncRandomHandler$RandomBinAsyncEntityProducer(long) | n.a. |
|
|||||
| NEW | public | n.a. | AsyncRandomHandler$RandomBinAsyncEntityProducer(long, int, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | n.a. | int | availableData() | n.a. |
|
|||||||||||||
| UNCHANGED | public | n.a. | void | failed(java.lang.Exception) | n.a. |
|
|||||||||||||
| UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||||||
| UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||||||
| UNCHANGED | protected | n.a. | void | produceData(org.apache.hc.core5.http.nio.StreamChannel <..> )
|
|
n.a. |
|
||||||||||||
| UNCHANGED | public | n.a. | void | releaseResources() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
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. | AuthenticatingAsyncDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.client5.testing.auth.AuthenticationHandler <..> , org.apache.hc.client5.testing.auth.Authenticator)
|
n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | AuthenticatingAsyncDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.client5.testing.auth.Authenticator) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| UNCHANGED | final public | n.a. | int | available() | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | void | consume(java.nio.ByteBuffer) |
|
n.a. |
|
||||||||||||||
| UNCHANGED | protected | n.a. | void | customizeUnauthorizedResponse(org.apache.hc.core5.http.HttpResponse) | n.a. |
|
|||||||||||||||
| UNCHANGED | final 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 | final public | n.a. | void | produce(org.apache.hc.core5.http.nio.DataStreamChannel) |
|
n.a. |
|
||||||||||||||
| UNCHANGED | final public | n.a. | void | releaseResources() | n.a. |
|
|||||||||||||||
| UNCHANGED | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
| UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
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. | RedirectingAsyncDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler, org.apache.hc.client5.testing.redirect.RedirectResolver) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| UNCHANGED | public | n.a. | int | available() | n.a. |
|
|||||||||||||||
| UNCHANGED | final 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 | final public | n.a. | void | streamEnd(java.util.List <..> )
|
|
n.a. |
|
||||||||||||||
| UNCHANGED | final public | n.a. | void | updateCapacity(org.apache.hc.core5.http.nio.CapacityChannel) |
|
n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.client5.testing.auth.AuthenticationHandler
top
Generic Templates:
| Change Status | Name | Old Type | New Type | Generics |
| UNCHANGED | T | java.lang.Object | java.lang.Object |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public abstract | n.a. | java.lang.String | challenge(java.util.List <..> )
|
n.a. |
|
|||||||||
| UNCHANGED | public abstract | n.a. | java.lang.Object | extractAuthToken(java.lang.String) |
|
n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.client5.testing.auth.Authenticator
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public abstract | n.a. | boolean | authenticate(org.apache.hc.core5.net.URIAuthority, java.lang.String, java.lang.String) | n.a. |
|
|||||
| UNCHANGED | public abstract | n.a. | java.lang.String | getRealm(org.apache.hc.core5.net.URIAuthority, java.lang.String) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | org.apache.hc.client5.testing.auth.AuthResult | perform(org.apache.hc.core5.net.URIAuthority, java.lang.String, java.lang.String) | n.a. |
|
UNCHANGED
final
public
class
org.apache.hc.client5.testing.auth.AuthResult
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | AuthResult(boolean, java.util.List <..> )
|
n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | AuthResult(boolean, org.apache.hc.core5.http.NameValuePair[]) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | boolean | equals(java.lang.Object) | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.util.List <..>
|
getParams() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | boolean | hasParams() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | int | hashCode() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | boolean | isSuccess() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | java.lang.String | toString() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.client5.testing.auth.AuthenticationHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | n.a. | BasicAuthenticationHandler(java.nio.charset.Charset)
Annotations:
|
n.a. |
|
|||||||||||
| UNCHANGED | public | n.a. | BasicAuthenticationHandler() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
top
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | BasicAuthTokenExtractor() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | java.lang.String | extract(java.lang.String) |
|
n.a. |
|
Annotations:
| Status: | Fully Qualified Name: | Elements: |
| UNCHANGED | java.lang.Deprecated | n.a. |
UNCHANGED
public
class
org.apache.hc.client5.testing.auth.BearerAuthenticationHandler
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.client5.testing.auth.AuthenticationHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | BearerAuthenticationHandler() | n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.classic.AuthenticatingDecorator
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | AuthenticatingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.client5.testing.auth.AuthenticationHandler <..> , org.apache.hc.client5.testing.auth.Authenticator)
|
n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | AuthenticatingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.client5.testing.auth.Authenticator) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | protected | n.a. | void | customizeUnauthorizedResponse(org.apache.hc.core5.http.ClassicHttpResponse) | n.a. |
|
|||||||||||
| UNCHANGED | 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) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.classic.EchoHandler
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.io.HttpRequestHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | EchoHandler() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | 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. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.classic.RandomHandler
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.io.HttpRequestHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | RandomHandler() | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | public | 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. |
|
MODIFIED
static
public
class
org.apache.hc.client5.testing.classic.RandomHandler$RandomEntity
top
Superclass:
| Status | Superclass | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.io.entity.AbstractHttpEntity | n.a. |
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | java.io.Closeable | n.a. |
| UNCHANGED | org.apache.hc.core5.http.HttpEntity | n.a. |
| UNCHANGED | java.lang.AutoCloseable | n.a. |
| UNCHANGED | org.apache.hc.core5.http.EntityDetails | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | protected final | int | delayMs | n.a. |
| NEW | protected final | boolean | drip | n.a. |
| UNCHANGED | protected final | long | length | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | RandomHandler$RandomEntity(long) | n.a. |
|
|||||
| NEW | public | n.a. | RandomHandler$RandomEntity(long, int, boolean) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public | n.a. | void | close() |
|
n.a. |
|
||||||||
| UNCHANGED | public | n.a. | java.io.InputStream | getContent() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | long | getContentLength() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | boolean | isRepeatable() | n.a. |
|
|||||||||
| UNCHANGED | final public | n.a. | boolean | isStreaming() | n.a. |
|
|||||||||
| UNCHANGED | public | n.a. | void | writeTo(java.io.OutputStream) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.classic.RedirectingDecorator
top
Interfaces:
| Status | Interface | Compatibility Changes |
| UNCHANGED | org.apache.hc.core5.http.io.HttpServerRequestHandler | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | RedirectingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler, org.apache.hc.client5.testing.redirect.RedirectResolver) | n.a. |
|
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| UNCHANGED | 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) |
|
n.a. |
|
UNCHANGED
public
class
org.apache.hc.client5.testing.redirect.Redirect
top
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public final | org.apache.hc.client5.testing.redirect.Redirect$ConnControl | connControl | n.a. |
| UNCHANGED | public final | java.lang.String | location | n.a. |
| UNCHANGED | public final | int | status | n.a. |
Constructors:
| Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | public | n.a. | Redirect(int, java.lang.String, org.apache.hc.client5.testing.redirect.Redirect$ConnControl) | n.a. |
|
|||||
| UNCHANGED | public | n.a. | Redirect(int, java.lang.String) | n.a. |
|
UNCHANGED
(Serializable compatible)
final
static
public
enum
org.apache.hc.client5.testing.redirect.Redirect$ConnControl
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 | -473390805241600119 | n.a. |
| New | true | -473390805241600119 | n.a. |
Fields:
| Status | Modifier | Type | Field | Compatibility Changes: |
| UNCHANGED | public static final | org.apache.hc.client5.testing.redirect.Redirect$ConnControl | CLOSE | n.a. |
| UNCHANGED | public static final | org.apache.hc.client5.testing.redirect.Redirect$ConnControl | KEEP_ALIVE | n.a. |
| UNCHANGED | public static final | org.apache.hc.client5.testing.redirect.Redirect$ConnControl | PROTOCOL_DEFAULT | n.a. |
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.testing.redirect.Redirect$ConnControl | valueOf(java.lang.String) | n.a. |
|
|||||
| UNCHANGED | static public | n.a. | org.apache.hc.client5.testing.redirect.Redirect$ConnControl[] | values() | n.a. |
|
UNCHANGED
public
abstract
interface
org.apache.hc.client5.testing.redirect.RedirectResolver
top
Methods:
| Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| UNCHANGED | public abstract | n.a. | org.apache.hc.client5.testing.redirect.Redirect | resolve(java.net.URI) |
|
n.a. |
|



