Uses of Class
net.webpdf.wsclient.openapi.ServerConfigValveHost
-
Packages that use ServerConfigValveHost Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigValveHost in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigValveHost Modifier and Type Method Description ServerConfigValveHostServerConfigValveHost. className(String className)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigValveHost Modifier and Type Method Description @Nullable List<ServerConfigValveHost>ServerConfigHost. getValve()A component to insert into the request processing pipeline of the underlying tomcat server.Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigValveHost Modifier and Type Method Description ServerConfigHostServerConfigHost. addValveItem(ServerConfigValveHost valveItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigValveHost Modifier and Type Method Description voidServerConfigHost. setValve(List<ServerConfigValveHost> valve)ServerConfigHostServerConfigHost. valve(List<ServerConfigValveHost> valve)
-