Click or drag to resize
NbRestExecutor Class
REST Executor
Inheritance Hierarchy
SystemObject
  Nec.Nebula.InternalNbRestExecutor

Namespace: Nec.Nebula.Internal
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public class NbRestExecutor

The NbRestExecutor type exposes the following members.

Constructors
  NameDescription
Public methodNbRestExecutor
コンストラクタ
Top
Properties
  NameDescription
Public propertyHttpTimeout
HTTPタイムアウト。 HTTPリクエストを一度でも発行したあとに変更しようとすると、 HttpClient が再作成される。
Top
Methods
  NameDescription
Protected method_ExecuteRequest
リクエスト実行
Public methodCancelPendingRequests
実行中のリクエストをキャンセルする
Public methodCreateRequest
リクエスト生成 呼び元で引数にnullを設定しないようにすること。
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Public methodExecuteRequest
リクエスト実行 呼び元で引数にnullを設定しないようにすること。
Public methodExecuteRequestForJson
リクエスト実行(レスポンスが JSONObject)。 リクエスト失敗時は、NbHttpException がスローされる。 呼び元で引数にnullを設定しないようにすること。
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在のオブジェクトを表す文字列を返します。
(Inherited from Object.)
Top
Version Information

Core

Supported in: 1.0
See Also