| Package | Description |
|---|---|
| com.vmware.appliance.techpreview.networking |
| Modifier and Type | Field and Description |
|---|---|
static ProxyTypes.ProxyProtocol |
ProxyTypes.ProxyProtocol.ftp
proxy configuration for ftp.
|
static ProxyTypes.ProxyProtocol |
ProxyTypes.ProxyProtocol.http
proxy configuration for http.
|
static ProxyTypes.ProxyProtocol |
ProxyTypes.ProxyProtocol.https
proxy configuration for https.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyTypes.ProxyProtocol |
ProxyTypes.ProxyConfigTest.getProtocol()
protocol being configured.
|
ProxyTypes.ProxyProtocol |
ProxyTypes.ProxyConfig.getProtocol()
protocol being configured.
|
static ProxyTypes.ProxyProtocol |
ProxyTypes.ProxyProtocol.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static ProxyTypes.ProxyProtocol[] |
ProxyTypes.ProxyProtocol.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Proxy.delete(ProxyTypes.ProxyProtocol protocol)
Delete a Proxy configuration for a specific protocol.
|
void |
ProxyStub.delete(ProxyTypes.ProxyProtocol protocol) |
void |
Proxy.delete(ProxyTypes.ProxyProtocol protocol,
AsyncCallback<Void> asyncCallback)
Delete a Proxy configuration for a specific protocol.
|
void |
ProxyStub.delete(ProxyTypes.ProxyProtocol protocol,
AsyncCallback<Void> asyncCallback) |
void |
Proxy.delete(ProxyTypes.ProxyProtocol protocol,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a Proxy configuration for a specific protocol.
|
void |
ProxyStub.delete(ProxyTypes.ProxyProtocol protocol,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Proxy.delete(ProxyTypes.ProxyProtocol protocol,
InvocationConfig invocationConfig)
Delete a Proxy configuration for a specific protocol.
|
void |
ProxyStub.delete(ProxyTypes.ProxyProtocol protocol,
InvocationConfig invocationConfig) |
void |
ProxyTypes.ProxyConfigTest.setProtocol(ProxyTypes.ProxyProtocol protocol)
protocol being configured.
|
void |
ProxyTypes.ProxyConfig.setProtocol(ProxyTypes.ProxyProtocol protocol)
protocol being configured.
|
| Constructor and Description |
|---|
ProxyTypes.ProxyConfig.Builder(ProxyTypes.ProxyProtocol protocol,
String server,
long port,
String username,
char[] password)
Constructor with parameters for the required properties of
ProxyTypes.ProxyConfig. |
ProxyTypes.ProxyConfigTest.Builder(ProxyTypes.ProxyProtocol protocol,
String server,
long port,
String username,
char[] password,
String testhost)
Constructor with parameters for the required properties of
ProxyTypes.ProxyConfigTest. |
Copyright © 2016. All Rights Reserved.