Class ServletBlockingHttpExchange

  • All Implemented Interfaces:
    io.undertow.httpcore.BlockingHttpExchange, Closeable, AutoCloseable

    public class ServletBlockingHttpExchange
    extends Object
    implements io.undertow.httpcore.BlockingHttpExchange
    Author:
    Stuart Douglas
    • Constructor Detail

      • ServletBlockingHttpExchange

        public ServletBlockingHttpExchange​(io.undertow.server.HttpServerExchange exchange)
    • Method Detail

      • getInputStream

        public InputStream getInputStream()
        Specified by:
        getInputStream in interface io.undertow.httpcore.BlockingHttpExchange
      • getOutputStream

        public OutputStream getOutputStream()
        Specified by:
        getOutputStream in interface io.undertow.httpcore.BlockingHttpExchange