| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.listener.states |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityBodyReceived
State between end of payload read and start of response headers write.
|
class |
Expect100ContinueHeaderReceived
Special state of receiving request with expect:100-continue header.
|
class |
ReceivingEntityBody
State between start and end of payload read.
|
class |
ReceivingHeaders
State between start and end of inbound request headers read.
|
class |
Response100ContinueSent
Special state of sending 100-continue response.
|
class |
ResponseCompleted
State of successfully written response.
|
class |
SendingEntityBody
State between start and end of outbound response entity body write.
|
class |
SendingHeaders
State between start and end of outbound response headers write.
|
| Modifier and Type | Field and Description |
|---|---|
ListenerState |
ListenerReqRespStateManager.state |
Copyright © 2021 WSO2. All rights reserved.