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