org.openqa.grid.internal.utils
Class ServerJsonValues
java.lang.Object
org.openqa.grid.internal.utils.ServerJsonValues
public class ServerJsonValues
- extends Object
Well-known JSON constants in use by grid/server
Field Summary |
static JsonKey |
BROWSER_TIMEOUT
how many ms can a browser be hanging before being considered hanging (dead). |
static JsonKey |
CLIENT_TIMEOUT
how many ms can a session be idle before being considered timed out. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BROWSER_TIMEOUT
public static final JsonKey BROWSER_TIMEOUT
- how many ms can a browser be hanging before being considered hanging (dead). The grid does not
act on this value by itself, but passes the value on to the nodes, which do.
CLIENT_TIMEOUT
public static final JsonKey CLIENT_TIMEOUT
- how many ms can a session be idle before being considered timed out. Working together with
cleanup cycle. Worst case scenario, a session can be idle for timout + cleanup cycle before the
timeout is detected.
ServerJsonValues
public ServerJsonValues()
Copyright © 2012. All Rights Reserved.