Uses of Class
net.webpdf.wsclient.openapi.ServerConfigProxy
-
Packages that use ServerConfigProxy Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigProxy in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigProxy Modifier and Type Method Description @Nullable ServerConfigProxyServerConfigConnector. getProxy()Get proxyServerConfigProxyServerConfigProxy. host(String host)ServerConfigProxyServerConfigProxy. port(Integer port)ServerConfigProxyServerConfigProxy. scheme(String scheme)Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigProxy Modifier and Type Method Description ServerConfigConnectorServerConfigConnector. proxy(ServerConfigProxy proxy)voidServerConfigConnector. setProxy(ServerConfigProxy proxy)
-