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
IOException
void fail() throws IOException
IOException
Copyright © 2015 Oracle Corporation. All rights reserved.