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