| Interface | Description |
|---|---|
| ListenerState |
Listener states of HTTP/2 source handler.
|
| Class | Description |
|---|---|
| EntityBodyReceived |
State between end of inbound request payload read and start of outbound response or push response headers write.
|
| Expect100ContinueHeaderReceived |
Listener goes into
Expect100ContinueHeaderReceived state when the expect header is detected. |
| ReceivingEntityBody |
State between start and end of inbound request payload read.
|
| ReceivingHeaders |
State between start and end of inbound request headers read.
|
| Response100ContinueSent |
Writes 100-continue response to the caller.
|
| ResponseCompleted |
State of successfully written outbound response or push response.
|
| SendingEntityBody |
State between start and end of outbound response or push response entity body write.
|
| SendingHeaders |
State between start and end of outbound response headers write.
|
Copyright © 2023 WSO2. All rights reserved.