Class ProxyConfiguration
- java.lang.Object
-
- net.webpdf.wsclient.session.connection.proxy.ProxyConfiguration
-
public class ProxyConfiguration extends Object
An instance ofProxyConfigurationdefines a proxy host for webPDF wsclient webservice calls.
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull org.apache.hc.core5.http.HttpHostgetHost()Returns aHttpHostinstance, that bundles all collected host information for the proxy server, that shall be used for webPDF webservice calls.
-
-
-
Constructor Detail
-
ProxyConfiguration
public ProxyConfiguration(@NotNull @NotNull String proxyName, int port)Prepares the proxy server with the given hostname and port for access by webPDF SOAP and REST webservice calls.- Parameters:
proxyName- The proxy server's hostname.port- The proxy server's port.
-
-