com.deepexi.devops.proxy.KeyStoreLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-proxy-servlet Show documentation
Show all versions of http-proxy-servlet Show documentation
Supports servlets for http and https request proxy
The newest version!
package com.deepexi.devops.proxy;
/**
* 该接口声明了 KeyStoreModel 对象的创建方法
* @author linyuan - [email protected]
* @since 2019-12-18
*/
public interface KeyStoreLoader {
KeyStoreModel loadKeyStoreModel(RequestContext requestContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy