Uses of Class
nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
Package
Description
HTTPを用いたメッセージング処理方式の実装に直接関連するモジュールを格納するパッケージ。
HTTPを用いたメッセージング処理方式使用時の例外を格納するパッケージ。
-
Uses of HttpMessagingException in nablarch.fw.messaging.realtime.http.client
Modifier and TypeMethodDescriptionHttpProtocolBasicClient.execute
(HttpProtocolClient.HttpRequestMethodEnum httpMethod, String url, Map<String, List<String>> headerInfo, Map<String, String> urlParams, HttpOutputStreamWriter writer, HttpInputStreamReader reader) HTTP通信を行う。 -
Uses of HttpMessagingException in nablarch.fw.messaging.realtime.http.exception
Modifier and TypeClassDescriptionclass
HTTP通信時、送受信したデータのフォーマット変換に失敗した際に送出される例外クラス。class
メッセージング機能で、コネクションの接続及びデータの読み込み要求がタイムアウトした場合に送出される例外。