Uses of Interface
nablarch.fw.messaging.realtime.http.streamio.HttpInputStreamReader
Packages that use HttpInputStreamReader
Package
Description
HTTPを用いたメッセージング処理方式の実装に直接関連するモジュールを格納するパッケージ。
HTTPを用いたメッセージング処理の際に使用するI/Oモジュールを格納するパッケージ。
-
Uses of HttpInputStreamReader in nablarch.fw.messaging.realtime.http.client
Methods in nablarch.fw.messaging.realtime.http.client that return HttpInputStreamReaderModifier and TypeMethodDescriptionprotected HttpInputStreamReader
HttpMessagingClient.createCharHttpStreamReader()
HTTPリクエストを発行後、OutputStreamを読み取り結果を返却させるためのIFを生成する。Methods in nablarch.fw.messaging.realtime.http.client with parameters of type HttpInputStreamReaderModifier and TypeMethodDescriptionHttpProtocolBasicClient.execute
(HttpProtocolClient.HttpRequestMethodEnum httpMethod, String url, Map<String, List<String>> headerInfo, Map<String, String> urlParams, HttpOutputStreamWriter writer, HttpInputStreamReader reader) HTTP通信を行う。HttpProtocolClient.execute
(HttpProtocolClient.HttpRequestMethodEnum httpMethod, String url, Map<String, List<String>> headerInfo, Map<String, String> urlParams, HttpOutputStreamWriter writer, HttpInputStreamReader reader) HTTP通信を行う。 -
Uses of HttpInputStreamReader in nablarch.fw.messaging.realtime.http.streamio
Classes in nablarch.fw.messaging.realtime.http.streamio that implement HttpInputStreamReaderModifier and TypeClassDescriptionclass
HTTP通信時に使用するReaderクラス。class
HTTP通信時に使用するReaderクラス。class
HTTP通信時に使用するReaderクラス。