C D E F G I J L M O S T V

C

calcAuthHeader(AuthenticationHeader, String, String, String, String) - クラス org.siprop.simulator.multiPacketer.DigestAuthentication のメソッド
responseを計算して、Authヘッダーを返す。
ConsoleMain - org.siprop.simulator.multiPacketer の クラス
コンソール操作用のクラス
ConsoleMain() - クラス org.siprop.simulator.multiPacketer.ConsoleMain のコンストラクタ
 

D

DigestAuthentication - org.siprop.simulator.multiPacketer の クラス
Digest認証用クラス
非常に簡易的な実装のみ行っている。
DigestAuthentication() - クラス org.siprop.simulator.multiPacketer.DigestAuthentication のコンストラクタ
 

E

execByFile(File) - クラス org.siprop.simulator.multiPacketer.JSController のメソッド
スクリプトファイルを指定して実行するメソッド
execByFile(File, InitStructure) - クラス org.siprop.simulator.multiPacketer.JSController のメソッド
スクリプトファイルを指定して実行するメソッド
execByText(String) - クラス org.siprop.simulator.multiPacketer.JSController のメソッド
スクリプトを直接渡して実行するメソッド
execByText(String, InitStructure) - クラス org.siprop.simulator.multiPacketer.JSController のメソッド
スクリプトを直接渡して実行するメソッド
ExecCode - org.siprop.simulator.multiPacketer の 列挙型
実行後の返り値を示すEnum。
ExecMode - org.siprop.simulator.multiPacketer の 列挙型
実行モードを示すEnum。

F

finalize() - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
終了時に、Transportのクローズする。

G

getClassName() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
ScriptableObjectに必要なメソッドで、クラスの名称を返す。
getClassName() - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
ScriptableObjectに必要なメソッドで、クラスの名称を返す。
getContext() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
JSEngineが使用する Contextを取得する
getIpType() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
IP種別を取得する
getLocalIP() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
ローカルIPを取得する
getLocalPort() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
ローカルポートを取得する
getLocalSocket() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
ローカルSocketAddressを取得する
getRemoteIP() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
リモートIPを取得する
getRemotePort() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
リモートポートを取得する
getRemoteSocket() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
リモートSocketAddressを取得する
getScope() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
JSEngineが使用する Scriptableのスコープを取得する
getTracer() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
Tracer を取得する
getTransportType() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
トランスポートタイプを取得する

I

InitStructure - org.siprop.simulator.multiPacketer の クラス
初期化パラメータを保持するための構造体クラス。
InitStructure() - クラス org.siprop.simulator.multiPacketer.InitStructure のコンストラクタ
コンストラクター
InitStructure(Tracer) - クラス org.siprop.simulator.multiPacketer.InitStructure のコンストラクタ
 
isV6() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
IPv6かどうか?

J

jsConstructor() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
JavaScript側で呼び出された時用のコンストラクター
jsConstructor(InitStructure) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
JavaScript側で呼び出された時用のコンストラクター
JSController - org.siprop.simulator.multiPacketer の クラス
JavaScriptを操作するためのクラス
JSController() - クラス org.siprop.simulator.multiPacketer.JSController のコンストラクタ
コンストラクター
JSController(Tracer) - クラス org.siprop.simulator.multiPacketer.JSController のコンストラクタ
コンストラクター
JSEngine - org.siprop.simulator.multiPacketer の クラス
JavaScript側で動作するクラス。
JSEngine() - クラス org.siprop.simulator.multiPacketer.JSEngine のコンストラクタ
コンストラクター
JSException - org.siprop.simulator.multiPacketer の クラス
本アプリ用Exception
JSException(String) - クラス org.siprop.simulator.multiPacketer.JSException のコンストラクタ
 
jsFunction_calcAuth(String, String, String, String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
Authに関する値を計算して、返す。
jsFunction_getVar(String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
変数を取得する。
jsFunction_importScript(String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
スクリプトファイルをスクリプト内でインポートする
jsFunction_print(String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
文字列を出力する。
jsFunction_receive() - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
パケットを受信する。
jsFunction_replaceVariables(String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
変数Mapから、Packetを生成する。
jsFunction_send(String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
渡された文字列を送信する。
jsFunction_setReceiveMode(Boolean) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
trueをセットするとjsEngine.receive()がsent-byのポートで待ち受け、
falseにするとjsEngine.receive()がLocalポートで待ち受ける動作モードとなる。
jsFunction_setVar(String, String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
変数をセットする。
jsFunction_setVariablesForSIPByPacket(String) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
Packetから、変数Mapへセットする。
jsFunction_sleep(double) - クラス org.siprop.simulator.multiPacketer.JSEngine のメソッド
指定したミリ秒数 停止する。

L

loadScript(File, Context) - クラス org.siprop.simulator.multiPacketer.JSController の static メソッド
スクリプトファイルのロード
loadScript(InputStream, String, Context) - クラス org.siprop.simulator.multiPacketer.JSController の static メソッド
スクリプトファイルのロード
LOG - クラス org.siprop.simulator.multiPacketer.DigestAuthentication の static 変数
log4j アクセスポイント。
LOG - クラス org.siprop.simulator.multiPacketer.InitStructure の static 変数
log4j アクセスポイント。
LOG - クラス org.siprop.simulator.multiPacketer.JSController の static 変数
log4j アクセスポイント。
LOG - クラス org.siprop.simulator.multiPacketer.JSEngine の static 変数
log4j アクセスポイント。

M

main(String[]) - クラス org.siprop.simulator.multiPacketer.ConsoleMain の static メソッド
 

O

org.siprop.simulator.multiPacketer - パッケージ org.siprop.simulator.multiPacketer
 

S

setContext(Context) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
JSEngineが使用する Contextをセットする
setIpType(String) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
IP種別をセットする
setLocalIP(String) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
ローカルIPをセットする
setLocalPort(int) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
ローカルポートをセットする
setLocalSocket(InetSocketAddress) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
ローカルSocketAddressをセットする
setRemoteIP(String) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
リモートIPをセットする
setRemotePort(int) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
リモートポートをセットする
setRemoteSocket(InetSocketAddress) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
リモートSocketAddressをセットする
setScope(Scriptable) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
JSEngineが使用する Scriptableのスコープをセットする
setTransportType(String) - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
トランスポートタイプをセットする
SystemVariables - org.siprop.simulator.multiPacketer の 列挙型
システム変数を示すEnum。

T

tracer - クラス org.siprop.simulator.multiPacketer.ConsoleMain の static 変数
 

V

validator() - クラス org.siprop.simulator.multiPacketer.InitStructure のメソッド
セットされた各パラメータが正当かどうかチェックする
valueOf(String) - 列挙 org.siprop.simulator.multiPacketer.ExecCode の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.siprop.simulator.multiPacketer.ExecMode の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙 org.siprop.simulator.multiPacketer.SystemVariables の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 org.siprop.simulator.multiPacketer.ExecCode の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.siprop.simulator.multiPacketer.ExecMode の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - 列挙 org.siprop.simulator.multiPacketer.SystemVariables の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。

C D E F G I J L M O S T V