public class WebConnectionImpl extends Object implements jakarta.servlet.http.WebConnection
| Constructor and Description |
|---|
WebConnectionImpl(org.xnio.StreamConnection channel,
ByteBufferPool bufferPool,
Executor ioExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
jakarta.servlet.ServletInputStream |
getInputStream() |
jakarta.servlet.ServletOutputStream |
getOutputStream() |
public WebConnectionImpl(org.xnio.StreamConnection channel,
ByteBufferPool bufferPool,
Executor ioExecutor)
public jakarta.servlet.ServletInputStream getInputStream()
throws IOException
getInputStream in interface jakarta.servlet.http.WebConnectionIOExceptionpublic jakarta.servlet.ServletOutputStream getOutputStream()
throws IOException
getOutputStream in interface jakarta.servlet.http.WebConnectionIOExceptionpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.