Package net.webpdf.wsclient.openapi
Class ServerConfigValveHost
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigValveHost
-
public class ServerConfigValveHost extends Object
A component to insert into the request processing pipeline of the underlying tomcat server. (See: https://tomcat.apache.org/tomcat-8.5-doc/config/valve.html for further information.)
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CLASS_NAME
-
Constructor Summary
Constructors Constructor Description ServerConfigValveHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigValveHostclassName(String className)booleanequals(Object o)@Nullable StringgetClassName()The Java class name of the valve implementation to use.inthashCode()voidsetClassName(String className)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CLASS_NAME
public static final String JSON_PROPERTY_CLASS_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
className
public ServerConfigValveHost className(String className)
-
getClassName
@Nullable public @Nullable String getClassName()
The Java class name of the valve implementation to use.- Returns:
- className
-
setClassName
public void setClassName(String className)
-
-