org.openqa.grid.internal.utils
Class ServerJsonValues

java.lang.Object
  extended by 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.
 
Constructor Summary
ServerJsonValues()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 timeout + cleanup cycle before the timeout is detected.

Constructor Detail

ServerJsonValues

public ServerJsonValues()


Copyright © 2013. All rights reserved.