リアルタイムサーバー

Long polling User Eventに使用できるリアルタイムサーバー

string
realtime_server

realtime_server

integer
10

このサーバーがサーバーの新しいリストを取得して新しいLong pollingを開始するまでに実行可能な再試行回数の上限。

610

Long polling接続を再試行するまでのレスポンスがない時間の最大秒数。

これは、Long pollingが機能しているようではあるものの、パッケージが届かない場合に、ネットワーク関連の問題を解決するのに役立ちます。

integer
10

このサーバーが利用可能な時間 (分)

string
http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all

サーバーのURL。

レスポンスの例

{
  "type": "realtime_server",
  "max_retries": 10,
  "retry_timeout": 610,
  "ttl": 10,
  "url": "http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all"
}