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 Details

    • ServletBlockingHttpExchange

      public ServletBlockingHttpExchange(HttpServerExchange exchange)
  • Method Details

    • 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
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface io.undertow.httpcore.BlockingHttpExchange
      Specified by:
      close in interface Closeable
      Throws:
      IOException