com.github.mkopylec.charon.forwarding.ClientHttpRequestFactoryCreator 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.Valid;
import org.springframework.http.client.ClientHttpRequestFactory;
public interface ClientHttpRequestFactoryCreator extends Valid {
ClientHttpRequestFactory createRequestFactory(TimeoutConfiguration configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy