public class ProxyConfiguration extends Object
| Constructor and Description |
|---|
ProxyConfiguration(@NotNull String proxyName,
int port)
Prepares the proxy server with the given hostname and port for access by webPDF SOAP and REST webservice calls.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull org.apache.http.HttpHost |
getHost()
Returns a
HttpHost instance, that bundles all collected host information for the proxy server, that shall
be used for webPDF webservice calls. |
public ProxyConfiguration(@NotNull
@NotNull String proxyName,
int port)
proxyName - The proxy server's hostname.port - The proxy server's port.Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.