Class CharHttpStreamReader
java.lang.Object
nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
nablarch.fw.messaging.realtime.http.streamio.CharHttpStreamReader
- All Implemented Interfaces:
HttpInputStreamReader
HTTP通信時に使用するReaderクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionInputStreamからデータを読み取り返却する。Methods inherited from class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
getEncode, setContentTypeFromHeader, setEncode, setParamsFromHeader
Methods inherited from class nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
setHeaderInfo
-
Constructor Details
-
CharHttpStreamReader
public CharHttpStreamReader()
-
-
Method Details
-
readInputStream
InputStreamからデータを読み取り返却する。- Parameters:
is
- 読み取り対象- Returns:
- OutputStreamの読み取り結果
- Throws:
IOException
- 読み取り例外
-