Class JavaXWebConnectionAdapter

java.lang.Object
com.atlassian.confluence.impl.adapter.javax.servlet.http.JavaXWebConnectionAdapter
All Implemented Interfaces:
AutoCloseable, javax.servlet.http.WebConnection

public class JavaXWebConnectionAdapter extends Object implements javax.servlet.http.WebConnection
  • Constructor Details

    • JavaXWebConnectionAdapter

      public JavaXWebConnectionAdapter(jakarta.servlet.http.WebConnection delegate)
  • Method Details

    • getInputStream

      public javax.servlet.ServletInputStream getInputStream() throws IOException
      Specified by:
      getInputStream in interface javax.servlet.http.WebConnection
      Throws:
      IOException
    • getOutputStream

      public javax.servlet.ServletOutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in interface javax.servlet.http.WebConnection
      Throws:
      IOException
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception