Package io.undertow.server.protocol.http
Interface HttpContinue.ContinueResponseSender
- Enclosing class:
- HttpContinue
public static interface HttpContinue.ContinueResponseSender
A continue response that is in the process of being sent.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
awaitWritable
(long time, TimeUnit timeUnit) boolean
send()
Continue sending the response.
-
Method Details
-
send
Continue sending the response.- Returns:
- true if the response is fully sent, false otherwise.
- Throws:
IOException
-
awaitWritable
- Throws:
IOException
-
awaitWritable
- Throws:
IOException
-