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 Concrete Methods Modifier and Type Method Description static RestProxyConfreadConfFromFile(java.lang.String fileName)
-
-
-
Method Detail
-
readConfFromFile
public static RestProxyConf readConfFromFile(java.lang.String fileName) throws java.io.IOException, org.xipki.util.exception.InvalidConfException
- Throws:
java.io.IOExceptionorg.xipki.util.exception.InvalidConfException
-
-