Package io.undertow.servlet.core
Class ServletBlockingHttpExchange
java.lang.Object
io.undertow.servlet.core.ServletBlockingHttpExchange
- All Implemented Interfaces:
BlockingHttpExchange,Closeable,AutoCloseable
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ServletBlockingHttpExchange
-
-
Method Details
-
getInputStream
- Specified by:
getInputStreamin interfaceBlockingHttpExchange
-
getOutputStream
- Specified by:
getOutputStreamin interfaceBlockingHttpExchange
-
getSender
- Specified by:
getSenderin interfaceBlockingHttpExchange
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceBlockingHttpExchange- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getReceiver
- Specified by:
getReceiverin interfaceBlockingHttpExchange
-