HttpLinkConnectionManagerObject

Experimental: An http link connection manager.

プロパティ(parentとその逆)

Ver.プロパティR/O
[13][14][15]
[16][17][18][19]
parent Application
[13][14][15]
[16][17][18][19]
eventListeners EventListeners
[13][14][15]
[16][17][18][19]
events Events

プロパティ

Ver.プロパティ名R/O説明
[13][14][15]
[16][17][18][19]
index 数値インデックス
[13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[13][14][15]
[16][17][18][19]
properties Object

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[13][14][15]
[16][17][18][19]
getElements() Array( HttpLinkConnectionManagerObject )オブジェクト参照を返す
[13][14][15]
[16][17][18][19]
httpConnect(serverurl, jsonData) なしExperimental: Create a url connection for the given server address
serverurl 文字列値Server URL to connect
jsonData 文字列値JSON data
[13][14][15]
[16][17][18][19]
isConnected(serverurl) 真偽値Experimental: Checks if the given server URL is connected or not.
serverurl 文字列値Server URL to check
[13][14][15]
[16][17][18][19]
logout(serverurl) なしExperimental: Logout from the given URL
serverurl 文字列値Server URL to logout from
[13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.