Package io.undertow.servlet.core
Class ServletBlockingHttpExchange
- java.lang.Object
-
- io.undertow.servlet.core.ServletBlockingHttpExchange
-
- All Implemented Interfaces:
io.undertow.httpcore.BlockingHttpExchange,Closeable,AutoCloseable
public class ServletBlockingHttpExchange extends Object implements io.undertow.httpcore.BlockingHttpExchange
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ServletBlockingHttpExchange(io.undertow.server.HttpServerExchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()InputStreamgetInputStream()OutputStreamgetOutputStream()
-
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
- Specified by:
getInputStreamin interfaceio.undertow.httpcore.BlockingHttpExchange
-
getOutputStream
public OutputStream getOutputStream()
- Specified by:
getOutputStreamin interfaceio.undertow.httpcore.BlockingHttpExchange
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceio.undertow.httpcore.BlockingHttpExchange- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-