public static interface HttpContinue.ContinueResponseSender
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.