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