我想使用apache commons配置1.10来管理xml配置。
我的配置位于远程服务器中,因此我需要从流中读取它。
像load
这样的方法byte[] streamData=getConfigStream();
Properties p = new Properties();
p.load(new ByteArrayInputStream(streamData));
,可以从流中读取。
openssl s_client -showcerts -connect host:port
检查文档我找不到任何可以帮助我的东西。
有人可以帮助我如何获得所需的输出吗?