Class JavaXWebConnectionAdapter
java.lang.Object
com.atlassian.confluence.impl.adapter.javax.servlet.http.JavaXWebConnectionAdapter
- All Implemented Interfaces:
AutoCloseable,javax.servlet.http.WebConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()javax.servlet.ServletInputStreamjavax.servlet.ServletOutputStream
-
Constructor Details
-
JavaXWebConnectionAdapter
public JavaXWebConnectionAdapter(jakarta.servlet.http.WebConnection delegate)
-
-
Method Details
-
getInputStream
- Specified by:
getInputStreamin interfacejavax.servlet.http.WebConnection- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfacejavax.servlet.http.WebConnection- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-