public static interface HttpContinue.ContinueResponseSender
| Modifier and Type | Method | Description |
|---|---|---|
void |
awaitWritable() |
|
void |
awaitWritable(long time,
java.util.concurrent.TimeUnit timeUnit) |
|
boolean |
send() |
Continue sending the response.
|
boolean send()
throws java.io.IOException
java.io.IOExceptionvoid awaitWritable()
throws java.io.IOException
java.io.IOExceptionvoid awaitWritable(long time,
java.util.concurrent.TimeUnit timeUnit)
throws java.io.IOException
java.io.IOExceptionCopyright © 2018. All rights reserved.