| Interface | Description |
|---|---|
| SenderState |
SenderStates of target handler.
|
| Class | Description |
|---|---|
| EntityBodyReceived |
State of handling request with expect-continue.
|
| 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.
|
| Sending100Continue |
This class implements SenderStates.
|
| SendingEntityBody |
State between start and end of outbound request entity body write.
|
| SendingHeaders |
State between start and end of outbound request header write.
|
Copyright © 2022 WSO2. All rights reserved.