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.BlockingHttpExchange
public java.io.OutputStream getOutputStream()
getOutputStream
in interface io.undertow.server.BlockingHttpExchange
public io.undertow.io.Sender getSender()
getSender
in interface io.undertow.server.BlockingHttpExchange
public io.undertow.io.Receiver getReceiver()
getReceiver
in interface io.undertow.server.BlockingHttpExchange
public void close() throws java.io.IOException
close
in interface io.undertow.server.BlockingHttpExchange
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
Copyright © 2014–2017 ActFramework. All rights reserved.