com.github.mkopylec.charon.forwarding.ClientHttpRequestFactoryCreatorConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of charon-spring-webmvc Show documentation
Show all versions of charon-spring-webmvc Show documentation
Reverse proxy implementation in form of Spring Boot starter
The newest version!
package com.github.mkopylec.charon.forwarding;
import com.github.mkopylec.charon.configuration.Configurer;
public abstract class ClientHttpRequestFactoryCreatorConfigurer extends Configurer {
protected ClientHttpRequestFactoryCreatorConfigurer(C configuredObject) {
super(configuredObject);
}
@Override
protected C configure() {
return super.configure();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy