com.deepexi.devops.proxy.handler.pre.AbstractProxyInitHandler 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.handler.pre;
import com.deepexi.devops.proxy.handler.Handler;
import com.deepexi.devops.proxy.handler.ProxyInitializer;
/**
* @author linyuan - [email protected]
* @since 2019-12-20
*/
public abstract class AbstractProxyInitHandler implements Handler, ProxyInitializer {
@Override
public Integer getOrder() {
return Integer.MIN_VALUE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy