jar

com.github.mkopylec : reverse-proxy-spring-boot-starter

Maven & Gradle

Jun 06, 2016
175 stars

reCAPTCHA Spring Boot Starter · Spring Boot starter for reverse proxy.

Table Of Contents

Latest Version

Download com.github.mkopylec : reverse-proxy-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.mkopylec : reverse-proxy-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 reverse-proxy-spring-boot-starter-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mkopylec.reverseproxy.core.mappings

├─ com.github.mkopylec.reverseproxy.core.mappings.ConfigurationMappingsProvider.class - [JAR]

├─ com.github.mkopylec.reverseproxy.core.mappings.MappingsCorrector.class - [JAR]

├─ com.github.mkopylec.reverseproxy.core.mappings.MappingsProvider.class - [JAR]

com.github.mkopylec.reverseproxy.core.balancer

├─ com.github.mkopylec.reverseproxy.core.balancer.LoadBalancer.class - [JAR]

├─ com.github.mkopylec.reverseproxy.core.balancer.RandomLoadBalancer.class - [JAR]

com.github.mkopylec.reverseproxy.configuration

├─ com.github.mkopylec.reverseproxy.configuration.EnableReverseProxy.class - [JAR]

├─ com.github.mkopylec.reverseproxy.configuration.ReverseProxyConfiguration.class - [JAR]

├─ com.github.mkopylec.reverseproxy.configuration.ReverseProxyProperties.class - [JAR]

com.github.mkopylec.reverseproxy.exceptions

├─ com.github.mkopylec.reverseproxy.exceptions.ReverseProxyException.class - [JAR]

com.github.mkopylec.reverseproxy.utils

├─ com.github.mkopylec.reverseproxy.utils.UriCorrector.class - [JAR]

com.github.mkopylec.reverseproxy.core.http

├─ com.github.mkopylec.reverseproxy.core.http.HttpProxyFilter.class - [JAR]

├─ com.github.mkopylec.reverseproxy.core.http.RequestDataExtractor.class - [JAR]

Advertisement