| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.common.states | |
| org.wso2.transport.http.netty.contractimpl.sender.states.http2 |
| Modifier and Type | Method and Description |
|---|---|
SenderState |
Http2MessageStateContext.getSenderState()
Get the given sender state from the context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Http2MessageStateContext.setSenderState(SenderState senderState)
Set the given sender state to the context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityBodyReceived
State of successfully read response.
|
class |
ReceivingEntityBody
State between start and end of inbound response entity body read.
|
class |
ReceivingHeaders
State between start and end of inbound response headers read.
|
class |
RequestCompleted
State between end of payload write and start of response headers read.
|
class |
SendingEntityBody
State between start and end of outbound request entity body write.
|
class |
SendingHeaders
State between start and end of outbound request header write.
|
class |
WaitingFor100Continue
A state for handling 100-continue requests.
|
Copyright © 2021 WSO2. All rights reserved.