Package io.undertow.servlet.spec
Class WebConnectionImpl
java.lang.Object
io.undertow.servlet.spec.WebConnectionImpl
- All Implemented Interfaces:
jakarta.servlet.http.WebConnection,AutoCloseable
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionWebConnectionImpl(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, Executor ioExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()jakarta.servlet.ServletInputStreamjakarta.servlet.ServletOutputStream
-
Constructor Details
-
WebConnectionImpl
public WebConnectionImpl(org.xnio.StreamConnection channel, ByteBufferPool bufferPool, Executor ioExecutor)
-
-
Method Details
-
getInputStream
- Specified by:
getInputStreamin interfacejakarta.servlet.http.WebConnection- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfacejakarta.servlet.http.WebConnection- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-