public interface WebConnection extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
ServletInputStream |
getInputStream()
Returns an input stream for this web connection.
|
ServletOutputStream |
getOutputStream()
Returns an output stream for this web connection.
|
closeServletInputStream getInputStream() throws IOException
IOException - if an I/O error occursServletOutputStream getOutputStream() throws IOException
IOException - if an I/O error occursComments to: servlet-dev@eclipse.org.
Copyright © 2019, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.