| Package | Description |
|---|---|
| com.machinepublishers.jbrowserdriver |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConfig.Type |
ProxyConfig.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyConfig.Type[] |
ProxyConfig.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProxyConfig(ProxyConfig.Type type,
String host,
int port)
Creates a proxy.
|
ProxyConfig(ProxyConfig.Type type,
String host,
int port,
String user,
String password)
Creates a proxy.
|
ProxyConfig(ProxyConfig.Type type,
String host,
int port,
String user,
String password,
boolean expectContinue)
Creates a proxy.
|
Copyright © 2014-2016 Machine Publishers, LLC.
Project homepage: https://github.com/machinepublishers/jbrowserdriver