| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.common.states | |
| org.wso2.transport.http.netty.contractimpl.listener.states.http2 |
| Modifier and Type | Method and Description |
|---|---|
ListenerState |
Http2MessageStateContext.getListenerState()
Get the given listener state from the context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Http2MessageStateContext.setListenerState(ListenerState state)
Set the given listener state to the context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityBodyReceived
State between end of inbound request payload read and start of outbound response or push response headers write.
|
class |
Expect100ContinueHeaderReceived
Listener goes into
Expect100ContinueHeaderReceived state when the expect header is detected. |
class |
ReceivingEntityBody
State between start and end of inbound request payload read.
|
class |
ReceivingHeaders
State between start and end of inbound request headers read.
|
class |
Response100ContinueSent
Writes 100-continue response to the caller.
|
class |
ResponseCompleted
State of successfully written outbound response or push response.
|
class |
SendingEntityBody
State between start and end of outbound response or push response entity body write.
|
class |
SendingHeaders
State between start and end of outbound response headers write.
|
Copyright © 2023 WSO2. All rights reserved.