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 BlockingHttpExchange
public OutputStream getOutputStream()
getOutputStream
in interface BlockingHttpExchange
public Sender getSender()
getSender
in interface BlockingHttpExchange
public void close() throws IOException
close
in interface BlockingHttpExchange
IOException
Copyright © 2014 JBoss by Red Hat. All rights reserved.