| Interface | Description |
|---|---|
| SenderState |
Sender states of target handler.
|
| Class | Description |
|---|---|
| EntityBodyReceived |
State of successfully read response.
|
| ReceivingEntityBody |
State between start and end of inbound response entity body read.
|
| ReceivingHeaders |
State between start and end of inbound response headers read.
|
| RequestCompleted |
State between end of payload write and start of response headers read.
|
| SendingEntityBody |
State between start and end of outbound request entity body write.
|
| SendingHeaders |
State between start and end of outbound request header write.
|
| WaitingFor100Continue |
A state for handling 100-continue requests.
|
Copyright © 2021 WSO2. All rights reserved.