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
IOException
void awaitWritable() throws IOException
IOException
void awaitWritable(long time, TimeUnit timeUnit) throws IOException
IOException
Copyright © 2018. All rights reserved.