| Package | Description |
|---|---|
| com.jscape.inet.gateway.operation.email | |
| com.jscape.inet.gateway.operation.web | |
| com.jscape.inet.gateway.port.web | |
| com.jscape.util.net |
| Modifier and Type | Method and Description |
|---|---|
TransportAddress |
EmailServiceConfiguration.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailServiceConfiguration.setAddress(TransportAddress value) |
| Constructor and Description |
|---|
EmailServiceConfiguration(TransportAddress address,
EmailServiceConfiguration.ConnectionType connectionType,
java.lang.String username,
java.lang.String password,
java.lang.String sender,
java.lang.String debugFile,
int version) |
| Modifier and Type | Method and Description |
|---|---|
TransportAddress |
WebServiceConfiguration.getHttpAddress() |
TransportAddress |
WebServiceConfiguration.getHttpsAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServiceConfiguration.setHttpAddress(TransportAddress value) |
void |
WebServiceConfiguration.setHttpsAddress(TransportAddress value) |
| Constructor and Description |
|---|
WebServiceConfiguration(TransportAddress httpAddress,
boolean httpEnabled,
TransportAddress httpsAddress,
boolean httpsEnabled,
java.lang.String httpsKeyAlias,
long sessionTimeoutMillis,
boolean fipsModeRequired,
int version) |
| Modifier and Type | Method and Description |
|---|---|
TransportAddress |
WebApiClient.blockClientIpFor(java.lang.String gatewayHost,
int gatewayPort,
java.lang.String serverHost,
int serverPort,
java.lang.Long period) |
TransportAddress |
WebApiClient.remoteAddress() |
| Constructor and Description |
|---|
WebApiClient(WebApiClient.Protocol protocol,
TransportAddress address,
Time timeout,
javax.net.ssl.SSLSocketFactory sslSocketFactory,
javax.net.ssl.HostnameVerifier hostnameVerifier,
java.util.logging.Logger logger)
Creates a new client instance.
|
| Modifier and Type | Method and Description |
|---|---|
TransportAddress |
TransportAddress.domainAddress() |
static TransportAddress |
TransportAddress.forUrl(java.net.URL url) |
TransportAddress |
TransportAddress.ipAddress() |
| Constructor and Description |
|---|
TransportAddress(TransportAddress that) |
Copyright © Advanced Systems Concepts Inc. 2009-2021. All Rights Reserved