| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.common.states | |
| org.wso2.transport.http.netty.contractimpl.sender.states |
| Modifier and Type | Field and Description |
|---|---|
SenderState |
SenderReqRespStateManager.state |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityBodyReceived
State of handling request with expect-continue.
|
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 |
Sending100Continue
This class implements SenderStates.
|
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.
|
Copyright © 2022 WSO2. All rights reserved.