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 java.io.IOException
java.io.IOExceptionvoid fail()
throws java.io.IOException
java.io.IOExceptionCopyright © 2014 Oracle Corporation. All Rights Reserved.