public class ServletBlockingHttpExchange extends Object implements BlockingHttpExchange
| Constructor and Description |
|---|
ServletBlockingHttpExchange(HttpServerExchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
Receiver |
getReceiver() |
Sender |
getSender() |
public ServletBlockingHttpExchange(HttpServerExchange exchange)
public InputStream getInputStream()
getInputStream in interface BlockingHttpExchangepublic OutputStream getOutputStream()
getOutputStream in interface BlockingHttpExchangepublic Sender getSender()
getSender in interface BlockingHttpExchangepublic void close()
throws IOException
close in interface BlockingHttpExchangeclose in interface Closeableclose in interface AutoCloseableIOExceptionpublic Receiver getReceiver()
getReceiver in interface BlockingHttpExchangeCopyright © 2021 JBoss by Red Hat. All rights reserved.