public class WebConnectionImpl extends Object implements javax.servlet.http.WebConnection
| Constructor and Description |
|---|
WebConnectionImpl(org.xnio.StreamConnection channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
javax.servlet.ServletInputStream |
getInputStream() |
javax.servlet.ServletOutputStream |
getOutputStream() |
public javax.servlet.ServletInputStream getInputStream()
throws IOException
getInputStream in interface javax.servlet.http.WebConnectionIOExceptionpublic javax.servlet.ServletOutputStream getOutputStream()
throws IOException
getOutputStream in interface javax.servlet.http.WebConnectionIOExceptionpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.