public static interface ExpectationHandler.AckAction
ExpectationHandler may confirm or refuse
client expectation.| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge()
Acknowledges a client that server wants to receive payload.
|
void |
fail()
Notifies a client that server doesn't want to process HTTP message
payload.
|
void acknowledge()
throws IOException
IOExceptionvoid fail() throws IOException
IOExceptionCopyright © 2018 Oracle Corporation. All Rights Reserved.