Package io.undertow.servlet.spec
Class WebConnectionImpl
java.lang.Object
io.undertow.servlet.spec.WebConnectionImpl
- All Implemented Interfaces:
AutoCloseable,javax.servlet.http.WebConnection
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionWebConnectionImpl(org.xnio.StreamConnection channel, io.undertow.connector.ByteBufferPool bufferPool, Executor ioExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()javax.servlet.ServletInputStreamjavax.servlet.ServletOutputStream
-
Constructor Details
-
WebConnectionImpl
public WebConnectionImpl(org.xnio.StreamConnection channel, io.undertow.connector.ByteBufferPool bufferPool, Executor ioExecutor)
-
-
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
-