Uses of Class
net.webpdf.wsclient.openapi.ServerConfigHost
-
Packages that use ServerConfigHost Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigHost in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigHost Modifier and Type Method Description ServerConfigHostServerConfigHost. addFilterItem(ServerConfigHostFilter filterItem)ServerConfigHostServerConfigHost. addValveItem(ServerConfigHostValve valveItem)ServerConfigHostServerConfigHost. contextPath(String contextPath)ServerConfigHostServerConfigHost. csp(ServerConfigHostCsp csp)ServerConfigHostServerConfigHost. filter(List<ServerConfigHostFilter> filter)@NotNull ServerConfigHostServerConfigServer. getHost()Get hostServerConfigHostServerConfigHost. name(String name)ServerConfigHostServerConfigHost. valve(List<ServerConfigHostValve> valve)Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigHost Modifier and Type Method Description ServerConfigServerServerConfigServer. host(ServerConfigHost host)voidServerConfigServer. setHost(ServerConfigHost host)
-