public interface WebConnection extends AutoCloseable
修飾子とタイプ | メソッドと説明 |
---|---|
ServletInputStream |
getInputStream()
このWebコネクションの入力ストリームを返します。
|
ServletOutputStream |
getOutputStream()
このWebコネクションの出力ストリームを返します。
|
close
ServletInputStream getInputStream() throws IOException
IOException
- I/Oエラーが発生したServletOutputStream getOutputStream() throws IOException
IOException
- I/Oエラーが発生したCopyright © 1999-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation. Portions Copyright © 2017- @megascus. Translated by @megascus.