public interface WebConnection
HttpUpgradeHandler to interact with an upgraded
 HTTP connection.| Modifier and Type | Method and Description | 
|---|---|
| void | close()The Servlet 3.1 interface extends AutoCloseable but that is not available
 in Java 6 so this is the single method from that interface. | 
| AbstractServletInputStream | getInputStream()Provides access to the  AbstractServletInputStreamfor reading
 data from the client. | 
| AbstractServletOutputStream | getOutputStream()Provides access to the  AbstractServletOutputStreamfor writing
 data to the client. | 
AbstractServletInputStream getInputStream() throws IOException
AbstractServletInputStream for reading
 data from the client.IOExceptionAbstractServletOutputStream getOutputStream() throws IOException
AbstractServletOutputStream for writing
 data to the client.IOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.