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 TypeMethodDescriptionvoid
close()
javax.servlet.ServletInputStream
javax.servlet.ServletOutputStream
-
Constructor Details
-
WebConnectionImpl
public WebConnectionImpl(org.xnio.StreamConnection channel, io.undertow.connector.ByteBufferPool bufferPool, Executor ioExecutor)
-
-
Method Details
-
getInputStream
- Specified by:
getInputStream
in interfacejavax.servlet.http.WebConnection
- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStream
in interfacejavax.servlet.http.WebConnection
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-