Package org.xipki.ca.gateway.rest
Class RestProxyConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.ProtocolProxyConf
-
- org.xipki.ca.gateway.rest.RestProxyConf
-
public class RestProxyConf extends org.xipki.ca.gateway.conf.ProtocolProxyConf- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description RestProxyConf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReverseProxyMode()static RestProxyConfreadConfFromFile(String fileName)voidsetReverseProxyMode(String reverseProxyMode)voidvalidate()
-
-
-
Method Detail
-
readConfFromFile
public static RestProxyConf readConfFromFile(String fileName) throws IOException, org.xipki.util.exception.InvalidConfException
- Throws:
IOExceptionorg.xipki.util.exception.InvalidConfException
-
getReverseProxyMode
public String getReverseProxyMode()
-
setReverseProxyMode
public void setReverseProxyMode(String reverseProxyMode)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Overrides:
validatein classorg.xipki.ca.gateway.conf.ProtocolProxyConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-