Class AbstractCharHttpStreamReader
java.lang.Object
nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
- All Implemented Interfaces:
HttpInputStreamReader
- Direct Known Subclasses:
CharHttpStreamReader
@Published(tag="architect")
public abstract class AbstractCharHttpStreamReader
extends AbstractHttpStreamReader
HTTP通信時に使用するReaderクラス。
-
Constructor Summary
-
Method Summary
Methods inherited from class nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
setHeaderInfo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nablarch.fw.messaging.realtime.http.streamio.HttpInputStreamReader
readInputStream
-
Constructor Details
-
AbstractCharHttpStreamReader
public AbstractCharHttpStreamReader()
-
-
Method Details
-
setParamsFromHeader
コネクションのヘッダー情報を取得/解析する。- Specified by:
setParamsFromHeader
in classAbstractHttpStreamReader
- Parameters:
key
- ヘッダー情報Keyvalues
- 値
-
setContentTypeFromHeader
ContentTypeの設定を行う。- Parameters:
values
- コンテンツタイプ
-
getEncode
エンコードを取得する。- Returns:
- エンコード
-
setEncode
エンコードを設定する。- Parameters:
encode
- エンコード
-