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() |
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 BlockingHttpExchangeIOExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.