| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.listener.http2 | |
| org.wso2.transport.http.netty.contractimpl.sender.http2 |
| Modifier and Type | Class and Description |
|---|---|
class |
Http2ServerTimeoutHandler
Timeout handler for HTTP/2 server.
|
| Modifier and Type | Method and Description |
|---|---|
List<Http2DataEventListener> |
Http2ServerChannel.getDataEventListeners()
Gets the list of listeners which listen for HTTP/2 data events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Http2ClientTimeoutHandler
Http2ClientTimeoutHandler handles the Read/Write Timeout of HTTP/2 streams. |
| Modifier and Type | Method and Description |
|---|---|
List<Http2DataEventListener> |
Http2ClientChannel.getDataEventListeners()
Gets the list of listeners which listen for HTTP/2 data events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Http2ClientChannel.addDataEventListener(String name,
Http2DataEventListener dataEventListener)
Adds a listener which listen for HTTP/2 data events.
|
Copyright © 2023 WSO2. All rights reserved.