| Interface | Description |
|---|---|
| ListenerState |
ListenerStates of source handler.
|
| Class | Description |
|---|---|
| EntityBodyReceived |
State between end of payload read and start of response headers write.
|
| Expect100ContinueHeaderReceived |
Special state of receiving request with expect:100-continue header.
|
| ListenerReqRespStateManager |
Context class to manipulate current state of the listener message.
|
| ReceivingEntityBody |
State between start and end of payload read.
|
| ReceivingHeaders |
State between start and end of inbound request headers read.
|
| Response100ContinueSent |
Special state of sending 100-continue response.
|
| ResponseCompleted |
State of successfully written response.
|
| SendingEntityBody |
State between start and end of outbound response entity body write.
|
| SendingHeaders |
State between start and end of outbound response headers write.
|
Copyright © 2023 WSO2. All rights reserved.