public class ActBlockingExchange
extends java.lang.Object
implements io.undertow.server.BlockingHttpExchange
| Modifier and Type | Field and Description |
|---|---|
static io.undertow.util.AttachmentKey<ActionContext> |
KEY_APP_CTX |
| Constructor and Description |
|---|
ActBlockingExchange(io.undertow.server.HttpServerExchange exchange,
ActionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
io.undertow.io.Receiver |
getReceiver() |
io.undertow.io.Sender |
getSender() |
public static final io.undertow.util.AttachmentKey<ActionContext> KEY_APP_CTX
public ActBlockingExchange(io.undertow.server.HttpServerExchange exchange,
ActionContext context)
public java.io.InputStream getInputStream()
getInputStream in interface io.undertow.server.BlockingHttpExchangepublic java.io.OutputStream getOutputStream()
getOutputStream in interface io.undertow.server.BlockingHttpExchangepublic io.undertow.io.Sender getSender()
getSender in interface io.undertow.server.BlockingHttpExchangepublic io.undertow.io.Receiver getReceiver()
getReceiver in interface io.undertow.server.BlockingHttpExchangepublic void close()
throws java.io.IOException
close in interface io.undertow.server.BlockingHttpExchangeclose in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionCopyright © 2014–2017 ActFramework. All rights reserved.