jar

com.github.mkopylec : charon-spring-webmvc

Maven & Gradle

Feb 06, 2023
1 usages
227 stars

Charon Spring Boot Starter · Reverse proxy implementation in form of Spring Boot starter

Table Of Contents

Latest Version

Download com.github.mkopylec : charon-spring-webmvc JAR file - Latest Versions:

All Versions

Download com.github.mkopylec : charon-spring-webmvc JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x
5.0.x
4.10.x
4.9.x
4.8.x
4.7.x
4.6.x
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window charon-spring-webmvc-5.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mkopylec.charon.forwarding

├─ com.github.mkopylec.charon.forwarding.ClientHttpRequestFactoryCreator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.ClientHttpRequestFactoryCreatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.HttpRequestMapper.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.HttpResponseMapper.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.NoExceptionErrorHandler.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.OkClientHttpRequestFactoryCreator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.OkClientHttpRequestFactoryCreatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.RequestForwardingException.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.RequestMappingResolver.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.RestTemplateConfiguration.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.RestTemplateConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.RestTemplateProvider.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.RetryAwareRestTemplate.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.ReverseProxyFilter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.TimeoutConfiguration.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.TimeoutConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.Utils.class - [JAR]

com.github.mkopylec.charon.forwarding.interceptors.metrics

├─ com.github.mkopylec.charon.forwarding.interceptors.metrics.CommonLatencyMeter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.metrics.CommonMeter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.metrics.CommonRateMeter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.metrics.LatencyMeter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.metrics.LatencyMeterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.metrics.RateMeter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.metrics.RateMeterConfigurer.class - [JAR]

com.github.mkopylec.charon.forwarding.interceptors.resilience

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.CircuitBreaker.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.CircuitBreakerConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.CommonCircuitBreaker.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.CommonRateLimiter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.CommonResilienceHandler.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.CommonRetryer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.RateLimiter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.RateLimiterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.RetryAwareList.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.Retryer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.RetryerConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.resilience.RetryingState.class - [JAR]

com.github.mkopylec.charon.forwarding.interceptors.rewrite

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.BodilessHttpRequest.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonRegexRequestPathRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonRemovingResponseCookiesRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonRequestHostHeaderRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonRequestProtocolHeadersRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonRequestProxyHeadersRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonRequestServerNameRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonResponseProtocolHeadersRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.CommonRootPathResponseCookiesRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.LoadBalancer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.LoadBalancerConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.PathTemplate.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RandomLoadBalancer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RandomLoadBalancerConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RegexRequestPathRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RegexRequestPathRewriterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RemovingResponseCookiesRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RemovingResponseCookiesRewriterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestHostHeaderRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestHostHeaderRewriterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestProtocolHeadersRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestProtocolHeadersRewriterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestProxyHeadersRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestProxyHeadersRewriterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestServerNameRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RequestServerNameRewriterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.ResponseProtocolHeadersRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.ResponseProtocolHeadersRewriterConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RootPathResponseCookiesRewriter.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.rewrite.RootPathResponseCookiesRewriterConfigurer.class - [JAR]

com.github.mkopylec.charon.forwarding.interceptors.security

├─ com.github.mkopylec.charon.forwarding.interceptors.security.AuthenticationType.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.Authenticator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.BasicAuthenticator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.BasicAuthenticatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.BasicUserValidator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.BearerAuthenticator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.BearerAuthenticatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.CommonAuthenticator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.CredentialsValidator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.CredentialsValidatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.InMemoryTokenValidator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.InMemoryTokenValidatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.InMemoryUserValidator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.InMemoryUserValidatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.TokenValidator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.TokenValidatorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.User.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.UserValidator.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.security.UserValidatorConfigurer.class - [JAR]

com.github.mkopylec.charon.forwarding.interceptors.async

├─ com.github.mkopylec.charon.forwarding.interceptors.async.AsynchronousForwarder.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.async.AsynchronousForwarderConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.async.CommonAsynchronousForwarder.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.async.ThreadPool.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.async.ThreadPoolConfigurer.class - [JAR]

com.github.mkopylec.charon.forwarding.interceptors.log

├─ com.github.mkopylec.charon.forwarding.interceptors.log.CommonForwardingLogger.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.log.ForwardingLogger.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.log.ForwardingLoggerConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel.class - [JAR]

com.github.mkopylec.charon.forwarding.interceptors

├─ com.github.mkopylec.charon.forwarding.interceptors.HttpRequest.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.HttpRequestExecution.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.HttpRequestInterceptor.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.HttpResponse.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.RequestForwardingInterceptor.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.RequestForwardingInterceptorConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.forwarding.interceptors.RequestForwardingInterceptorType.class - [JAR]

com.github.mkopylec.charon.configuration

├─ com.github.mkopylec.charon.configuration.CharonAutoConfiguration.class - [JAR]

├─ com.github.mkopylec.charon.configuration.CharonConfiguration.class - [JAR]

├─ com.github.mkopylec.charon.configuration.CharonConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.configuration.Configurer.class - [JAR]

├─ com.github.mkopylec.charon.configuration.RequestMappingConfiguration.class - [JAR]

├─ com.github.mkopylec.charon.configuration.RequestMappingConfigurer.class - [JAR]

├─ com.github.mkopylec.charon.configuration.Valid.class - [JAR]