Uses of Class
net.webpdf.wsclient.openapi.ServerConfigHostValve
-
Packages that use ServerConfigHostValve Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigHostValve in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigHostValve Modifier and Type Method Description ServerConfigHostValveServerConfigHostValve. className(String className)ServerConfigHostValveServerConfigHostValve. otherAttributes(Map<String,String> otherAttributes)ServerConfigHostValveServerConfigHostValve. putotherAttributesItem(String key, String otherAttributesItem)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigHostValve Modifier and Type Method Description @Nullable List<ServerConfigHostValve>ServerConfigHost. getValve()A `valve` element represents a component to insert into the request processing pipeline of the underlying Tomcat server.Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigHostValve Modifier and Type Method Description ServerConfigHostServerConfigHost. addValveItem(ServerConfigHostValve valveItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigHostValve Modifier and Type Method Description voidServerConfigHost. setValve(List<ServerConfigHostValve> valve)ServerConfigHostServerConfigHost. valve(List<ServerConfigHostValve> valve)
-