Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Config | n.a. | DEFAULT |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Config | n.a. | INIT |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http2.config.H2Config$Builder | copy(org.apache.hc.core5.http2.config.H2Config) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.config.H2Config$Builder | custom() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getHeaderTableSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getInitialWindowSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxConcurrentStreams() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxFrameSize() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getMaxHeaderListSize() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.config.H2Config$Builder | initial() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isCompressionEnabled() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isPushEnabled() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config | build() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config$Builder | setCompressionEnabled(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config$Builder | setHeaderTableSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config$Builder | setInitialWindowSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config$Builder | setMaxConcurrentStreams(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config$Builder | setMaxFrameSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config$Builder | setMaxHeaderListSize(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.config.H2Config$Builder | setPushEnabled(boolean) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 3522055359845486471 | n.a. |
New | true | 3522055359845486471 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | n.a. | ENABLE_PUSH |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | n.a. | HEADER_TABLE_SIZE |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | n.a. | INITIAL_WINDOW_SIZE |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | n.a. | MAX_CONCURRENT_STREAMS |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | n.a. | MAX_FRAME_SIZE |
UNCHANGED | public static final | org.apache.hc.core5.http2.config.H2Param | n.a. | MAX_HEADER_LIST_SIZE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | toString(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.config.H2Param | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.config.H2Param | valueOf(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.config.H2Param[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2Setting(org.apache.hc.core5.http2.config.H2Param, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.frame.FrameFactory | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFactory | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultFrameFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createContinuation(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createData(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createHeaders(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createPushPromise(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | Frame(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getFlags() | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | java.lang.Object | getPayload() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getStreamId() | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getType() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isFlagSet(org.apache.hc.core5.http2.frame.FrameFlag) | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isType(org.apache.hc.core5.http2.frame.FrameType) | n.a. | n.a. |
|
||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | int | n.a. | HEAD_LEN |
UNCHANGED | public static final | int | n.a. | MAX_FRAME_SIZE |
UNCHANGED | public static final | int | n.a. | MAX_PADDING |
UNCHANGED | public static final | int | n.a. | MIN_FRAME_SIZE |
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FrameFactory() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | org.apache.hc.core5.http2.frame.RawFrame | createContinuation(int, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http2.frame.RawFrame | createData(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createGoAway(int, | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http2.frame.RawFrame | createHeaders(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createPing(java.nio.ByteBuffer) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createPingAck(java.nio.ByteBuffer) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | org.apache.hc.core5.http2.frame.RawFrame | createPushPromise(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createResetStream(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createResetStream(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createSettings(org.apache.hc.core5.http2.config.H2Setting[]) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createSettingsAck() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | createWindowUpdate(int, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -630350115965677442 | n.a. |
New | true | -630350115965677442 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | n.a. | ACK |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | n.a. | END_HEADERS |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | n.a. | END_STREAM |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | n.a. | PADDED |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameFlag | n.a. | PRIORITY |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | static public | int | of(org.apache.hc.core5.http2.frame.FrameFlag[]) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.frame.FrameFlag | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.frame.FrameFlag[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -6993008617884985132 | n.a. |
New | true | -6993008617884985132 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | CONTINUATION |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | DATA |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | GOAWAY |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | HEADERS |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | PING |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | PRIORITY |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | PUSH_PROMISE |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | RST_STREAM |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | SETTINGS |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.FrameType | n.a. | WINDOW_UPDATE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getValue() | n.a. | n.a. |
|
||||
UNCHANGED | static public | java.lang.String | toString(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.frame.FrameType | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.frame.FrameType | valueOf(int) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.frame.FrameType[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.frame.Frame | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | RawFrame(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getLength() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.nio.ByteBuffer | getPayload() | n.a. | n.a. |
|
||||
UNCHANGED | public | java.nio.ByteBuffer | getPayloadContent() | n.a. | n.a. |
|
||||
UNCHANGED | public | boolean | isPadded() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.StreamIdGenerator | n.a. | EVEN |
UNCHANGED | public static final | org.apache.hc.core5.http2.frame.StreamIdGenerator | n.a. | ODD |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | int | generate(int) | n.a. | n.a. |
|
||||
UNCHANGED | public abstract | boolean | isSameSide(int) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 8526091155072147894 | -2014204317155428658 |
New | true | 8526091155072147894 | -2014204317155428658 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2ConnectionException(org.apache.hc.core5.http2.H2Error, | n.a. | n.a. |
|
||||
UNCHANGED | public | H2ConnectionException(int, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -5508297591896477452 | 1 |
New | true | -5508297591896477452 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2CorruptFrameException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -607813963500321806 | n.a. |
New | true | -607813963500321806 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | CANCEL |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | COMPRESSION_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | CONNECT_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | ENHANCE_YOUR_CALM |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | FLOW_CONTROL_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | FRAME_SIZE_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | HTTP_1_1_REQUIRED |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | INADEQUATE_SECURITY |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | INTERNAL_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | NO_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | PROTOCOL_ERROR |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | REFUSED_STREAM |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | SETTINGS_TIMEOUT |
UNCHANGED | public static final | org.apache.hc.core5.http2.H2Error | n.a. | STREAM_CLOSED |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http2.H2Error | getByCode(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.H2Error | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.H2Error[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public abstract | org.apache.hc.core5.http.HttpMessage | convert(java.util.List) |
| n.a. |
|
||||||||
UNCHANGED | public abstract | java.util.List | convert(org.apache.hc.core5.http.HttpMessage) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | AUTHORITY |
UNCHANGED | public static final | java.lang.String | n.a. | METHOD |
UNCHANGED | public static final | java.lang.String | n.a. | PATH |
UNCHANGED | public static final | java.lang.String | n.a. | SCHEME |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2PseudoRequestHeaders() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | java.lang.String | n.a. | STATUS |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2PseudoResponseHeaders() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpStreamResetException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 4280996898701236013 | 4280996898701236013 |
New | true | 4280996898701236013 | 4280996898701236013 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2StreamResetException(int, | n.a. | n.a. |
|
||||
UNCHANGED | public | H2StreamResetException(org.apache.hc.core5.http2.H2Error, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | int | getCode() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpTransportMetrics | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public abstract | long | getFramesTransferred() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.hpack.HPackException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 9130981983188889920 | 9130981983188889920 |
New | true | 9130981983188889920 | 9130981983188889920 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HeaderListConstraintException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -7667745798762627284 | 1 |
New | true | -7667745798762627284 | 1 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | HPackException(java.lang.String, | n.a. | n.a. |
|
||||
UNCHANGED | public | HPackException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | -4756574331534116643 | n.a. |
New | true | -4756574331534116643 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.HttpVersionPolicy | n.a. | FORCE_HTTP_1 |
UNCHANGED | public static final | org.apache.hc.core5.http2.HttpVersionPolicy | n.a. | FORCE_HTTP_2 |
UNCHANGED | public static final | org.apache.hc.core5.http2.HttpVersionPolicy | n.a. | NEGOTIATE |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http2.HttpVersionPolicy | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.HttpVersionPolicy[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.BasicHttpTransportMetrics | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.io.HttpTransportMetrics | n.a. |
UNCHANGED | org.apache.hc.core5.http2.H2TransportMetrics | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicH2TransportMetrics() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | long | getFramesTransferred() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | incrementFramesTransferred() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.H2MessageConverter | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.impl.DefaultH2RequestConverter | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultH2RequestConverter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpRequest | convert(java.util.List) |
| n.a. |
|
||||||||
UNCHANGED | public | java.util.List | convert(org.apache.hc.core5.http.HttpRequest) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.H2MessageConverter | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultH2ResponseConverter() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.HttpResponse | convert(java.util.List) |
| n.a. |
|
||||||||
UNCHANGED | public | java.util.List | convert(org.apache.hc.core5.http.HttpResponse) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2Processors() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | client(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | client() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customClient(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessorBuilder | customServer(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | server(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http.protocol.HttpProcessor | server() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FrameInputBuffer(int) | n.a. | n.a. |
|
||||
UNCHANGED | public | FrameInputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | read(java.io.InputStream) |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FrameOutputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, | n.a. | n.a. |
|
||||
UNCHANGED | public | FrameOutputBuffer(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||
UNCHANGED | public | void | write(org.apache.hc.core5.http2.frame.RawFrame, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolControl | n.a. |
UNCHANGED | org.apache.hc.core5.pool.ConnPoolStats | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | java.util.concurrent.Future | doConnect(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | doTlsUpgrade(org.apache.hc.core5.reactor.ProtocolIOSession, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.impl.bootstrap.AsyncRequester | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.ConnectionInitiator | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactor | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOReactorService | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | void | closeIdle(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.concurrent.Cancellable | execute(org.apache.hc.core5.http.nio.AsyncClientExchangeHandler, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | final public | java.util.concurrent.Future | execute(org.apache.hc.core5.http.nio.AsyncRequestProducer, | n.a. | n.a. |
|
||||
UNCHANGED | public | java.util.Set | getRoutes() | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | bootstrap() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | registerVirtual(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setStreamListener(org.apache.hc.core5.http2.impl.nio.H2StreamListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setStrictALPNHandshake(boolean) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap | setUriPatternType(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | bootstrap() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | registerVirtual(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setCharCodingConfig(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setConnPoolListener(org.apache.hc.core5.pool.ConnPoolListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setDefaultMaxPerRoute(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setMaxTotal(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setPoolConcurrencyPolicy(org.apache.hc.core5.pool.PoolConcurrencyPolicy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setPoolReusePolicy(org.apache.hc.core5.pool.PoolReusePolicy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setStreamListener(org.apache.hc.core5.http2.impl.nio.H2StreamListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setTimeToLive(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setUriPatternType(org.apache.hc.core5.http.protocol.UriPatternType) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterAfter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterBefore(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterFirst(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | addFilterLast(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | bootstrap() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer | create() | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | register(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | registerVirtual(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | registerVirtual(java.lang.String,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | replaceFilter(java.lang.String, | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setCanonicalHostName(java.lang.String) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setCharset(org.apache.hc.core5.http.config.CharCodingConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setExceptionCallback(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setH2Config(org.apache.hc.core5.http2.config.H2Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setHandshakeTimeout(org.apache.hc.core5.util.Timeout) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setHttp1Config(org.apache.hc.core5.http.config.Http1Config) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setHttpProcessor(org.apache.hc.core5.http.protocol.HttpProcessor) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setIOReactorConfig(org.apache.hc.core5.reactor.IOReactorConfig) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setIOSessionDecorator(org.apache.hc.core5.function.Decorator) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setIOSessionListener(org.apache.hc.core5.reactor.IOSessionListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setLookupRegistry(org.apache.hc.core5.http.protocol.LookupRegistry)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setRequestRouter(org.apache.hc.core5.http.HttpRequestMapper) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setStreamListener(org.apache.hc.core5.http2.impl.nio.H2StreamListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setStreamListener(org.apache.hc.core5.http.impl.Http1StreamListener) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setTlsStrategy(org.apache.hc.core5.http.nio.ssl.TlsStrategy) | n.a. | n.a. |
|
||||||||||
UNCHANGED | final public | org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap | setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ClientH2IOEventHandler(org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FrameInputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, | n.a. | n.a. |
|
||||
UNCHANGED | public | FrameInputBuffer(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | put(java.nio.ByteBuffer)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | read(java.nio.ByteBuffer, |
| n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http2.frame.RawFrame | read(java.nio.channels.ReadableByteChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | reset() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | FrameOutputBuffer(org.apache.hc.core5.http2.impl.BasicH2TransportMetrics, | n.a. | n.a. |
|
||||
UNCHANGED | public | FrameOutputBuffer(int) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | expand(int)
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | flush(java.nio.channels.WritableByteChannel) |
| n.a. |
|
||||||||||
UNCHANGED | public | int | getMaxFramePayloadSize() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | org.apache.hc.core5.http2.H2TransportMetrics | getMetrics() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | isEmpty() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | resize(int) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | write(org.apache.hc.core5.http2.frame.RawFrame, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.io.IOException | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 6211774735704945037 | 6211774735704945037 |
New | true | 6211774735704945037 | 6211774735704945037 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ProtocolNegotiationException(java.lang.String) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.http.HttpConnection | n.a. |
UNCHANGED | org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler | n.a. |
UNCHANGED | org.apache.hc.core5.http.SocketModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.reactor.IOEventHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ServerH2IOEventHandler(org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public abstract | void | cancel() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | void | consumeResponse(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public abstract | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public abstract | java.nio.ByteBuffer | getData() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.reactor.AbstractIOSessionPool | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Closeable | n.a. |
UNCHANGED | java.lang.AutoCloseable | n.a. |
UNCHANGED | org.apache.hc.core5.io.ModalCloseable | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2ConnPool(org.apache.hc.core5.reactor.ConnectionInitiator, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | protected | void | closeSession(org.apache.hc.core5.reactor.IOSession, | n.a. | n.a. |
|
||||
UNCHANGED | protected | java.util.concurrent.Future | connectSession(org.apache.hc.core5.http.HttpHost, | n.a. | n.a. |
|
||||
UNCHANGED | public | org.apache.hc.core5.util.TimeValue | getValidateAfterInactivity() | n.a. | n.a. |
|
||||
UNCHANGED | public | void | setValidateAfterInactivity(org.apache.hc.core5.util.TimeValue) | n.a. | n.a. |
|
||||
UNCHANGED | protected | void | validateSession(org.apache.hc.core5.reactor.IOSession, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http2.nio.AsyncPingHandler | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | BasicPingHandler(org.apache.hc.core5.function.Callback) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | cancel() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | void | consumeResponse(java.nio.ByteBuffer) |
| n.a. |
|
||||||||||
UNCHANGED | public | void | failed(java.lang.Exception) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | java.nio.ByteBuffer | getData() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.HandlerFactory | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | DefaultAsyncPushConsumerFactory(org.apache.hc.core5.http.HttpRequestMapper) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
UNCHANGED | public | org.apache.hc.core5.http.nio.AsyncPushConsumer | create(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.RequestConnControl | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestConnControl | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2RequestConnControl() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.RequestContent | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestContent | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2RequestContent(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | H2RequestContent() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.RequestTargetHost | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestTargetHost | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2RequestTargetHost() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.RequestValidateHost | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpRequestInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2RequestValidateHost | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2RequestValidateHost() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpRequest, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.ResponseConnControl | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2ResponseConnControl | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2ResponseConnControl() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.protocol.ResponseContent | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.HttpResponseInterceptor | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.protocol.H2ResponseContent | n.a. | INSTANCE |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2ResponseContent(boolean) | n.a. | n.a. |
|
||||
UNCHANGED | public | H2ResponseContent() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | process(org.apache.hc.core5.http.HttpResponse, |
| n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Enum | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | java.io.Serializable | n.a. |
UNCHANGED | java.lang.Comparable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | true | 9216848737094253358 | n.a. |
New | true | 9216848737094253358 | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
UNCHANGED | public static final | org.apache.hc.core5.http2.ssl.ApplicationProtocol | n.a. | HTTP_1_1 |
UNCHANGED | public static final | org.apache.hc.core5.http2.ssl.ApplicationProtocol | n.a. | HTTP_2 |
UNCHANGED | public final | java.lang.String | n.a. | id |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | java.lang.String | toString() | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.ssl.ApplicationProtocol | valueOf(java.lang.String) | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.http2.ssl.ApplicationProtocol[] | values() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||
UNCHANGED | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConscryptClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | ConscryptClientTlsStrategy() | n.a. | n.a. |
|
||||
UNCHANGED | public | ConscryptClientTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer,
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | ConscryptServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer,
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | ConscryptSupport() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLSessionInitializer | initialize(java.lang.Object, | n.a. | n.a. |
|
||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLSessionVerifier | verify(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2ClientTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
||||
UNCHANGED | public | H2ClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | H2ClientTlsStrategy(org.apache.hc.core5.reactor.ssl.SSLSessionVerifier) | n.a. | n.a. |
|
||||
UNCHANGED | public | H2ClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||
UNCHANGED | public | H2ClientTlsStrategy() | n.a. | n.a. |
|
||||
UNCHANGED | public | H2ClientTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer,
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Interface | Compatibility Changes: |
UNCHANGED | org.apache.hc.core5.http.nio.ssl.TlsStrategy | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | H2ServerTlsStrategy() | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(int[])
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | H2ServerTlsStrategy(javax.net.ssl.SSLContext) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | public | void | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer, | n.a. | n.a. |
|
||||||||||
UNCHANGED | public | boolean | upgrade(org.apache.hc.core5.reactor.ssl.TransportSecurityLayer,
Annotations:
| n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
UNCHANGED | java.lang.Object | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
UNCHANGED | public | H2TlsSupport() | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
UNCHANGED | static public | javax.net.ssl.SSLParameters | enforceRequirements(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | org.apache.hc.core5.reactor.ssl.SSLSessionInitializer | enforceRequirements(java.lang.Object, | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | java.lang.String[] | selectApplicationProtocols(java.lang.Object) | n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | setApplicationProtocols(javax.net.ssl.SSLParameters,
Annotations:
| n.a. | n.a. |
|
||||||||||
UNCHANGED | static public | void | setEnableRetransmissions(javax.net.ssl.SSLParameters, | n.a. | n.a. |
|