public class GridNodeConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CYCLE
how often in ms each proxy will detect that a session has timed out.
|
static String |
HOST
The hub needs to know its hostname in order to write the proper Location header for the request
being forwarded.
|
static String |
HUB_HOST |
static String |
MAX_CONCURRENT |
static String |
PORT
port for the hub.
|
static String |
SERVLETS |
static String |
TIME_OUT
how long can a session be idle before being considered timed out.
|
Constructor and Description |
---|
GridNodeConfiguration() |
Modifier and Type | Method and Description |
---|---|
static GridNodeConfiguration |
build(String[] args) |
String[] |
getArgs() |
List<org.openqa.selenium.remote.DesiredCapabilities> |
getCapabilities() |
Map<String,Object> |
getConfiguration() |
String |
getHost() |
String |
getHubHost() |
int |
getPort() |
org.json.JSONObject |
getRegistrationRequest() |
RemoteControlConfiguration |
getRemoteControlConfiguration() |
GridRole |
getRole() |
void |
setRole(GridRole role) |
public static final String HOST
public static final String HUB_HOST
public static final String PORT
public static final String CYCLE
public static final String TIME_OUT
public static final String MAX_CONCURRENT
public static final String SERVLETS
public static GridNodeConfiguration build(String[] args)
public org.json.JSONObject getRegistrationRequest()
public GridRole getRole()
public void setRole(GridRole role)
public RemoteControlConfiguration getRemoteControlConfiguration()
public String[] getArgs()
public List<org.openqa.selenium.remote.DesiredCapabilities> getCapabilities()
public String getHost()
public int getPort()
public String getHubHost()
Copyright © 2014. All rights reserved.