jar

com.github.xiaoymin : servlet-gateway-spring-boot-starter

Maven & Gradle

Feb 02, 2021

servlet-gateway-spring-boot-starter · 基于Servlet体系Filter拦截技术实现HTTP请求Proxy代理,转发目标服务

Table Of Contents

Latest Version

Download com.github.xiaoymin : servlet-gateway-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.xiaoymin : servlet-gateway-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 servlet-gateway-spring-boot-starter-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.xiaoymin.gateway.core.filter

├─ com.github.xiaoymin.gateway.core.filter.ServletGatewayRouteProxyFilter.class - [JAR]

com.github.xiaoymin.gateway.core.auth

├─ com.github.xiaoymin.gateway.core.auth.DefaultServletGatewayAuthentication.class - [JAR]

├─ com.github.xiaoymin.gateway.core.auth.ServletGatewayAuthentication.class - [JAR]

com.github.xiaoymin.gateway.core.common

├─ com.github.xiaoymin.gateway.core.common.ExecutorEnum.class - [JAR]

├─ com.github.xiaoymin.gateway.core.common.RouteModeEnum.class - [JAR]

├─ com.github.xiaoymin.gateway.core.common.RouteRepositoryEnum.class - [JAR]

├─ com.github.xiaoymin.gateway.core.common.RouteUtils.class - [JAR]

com.github.xiaoymin.gateway.spring.configuration

├─ com.github.xiaoymin.gateway.spring.configuration.ServletGatewayAutoConfiguration.class - [JAR]

├─ com.github.xiaoymin.gateway.spring.configuration.ServletGatewayProperties.class - [JAR]

com.github.xiaoymin.gateway.core

├─ com.github.xiaoymin.gateway.core.RouteCache.class - [JAR]

├─ com.github.xiaoymin.gateway.core.RouteDispatcher.class - [JAR]

├─ com.github.xiaoymin.gateway.core.RouteExecutor.class - [JAR]

├─ com.github.xiaoymin.gateway.core.RouteRepository.class - [JAR]

├─ com.github.xiaoymin.gateway.core.RouteRequestContext.class - [JAR]

├─ com.github.xiaoymin.gateway.core.RouteResponse.class - [JAR]

com.github.xiaoymin.gateway.core.cache

├─ com.github.xiaoymin.gateway.core.cache.RouteInMemoryCache.class - [JAR]

com.github.xiaoymin.gateway.core.executor

├─ com.github.xiaoymin.gateway.core.executor.ApacheClientExecutor.class - [JAR]

├─ com.github.xiaoymin.gateway.core.executor.ApacheClientResponse.class - [JAR]

├─ com.github.xiaoymin.gateway.core.executor.DefaultClientResponse.class - [JAR]

├─ com.github.xiaoymin.gateway.core.executor.OkHttpClientExecutor.class - [JAR]

com.github.xiaoymin.gateway.repository

├─ com.github.xiaoymin.gateway.repository.AbsctractRepository.class - [JAR]

├─ com.github.xiaoymin.gateway.repository.CloudRepository.class - [JAR]

com.github.xiaoymin.gateway.core.ext

├─ com.github.xiaoymin.gateway.core.ext.PoolingConnectionManager.class - [JAR]

com.github.xiaoymin.gateway.cloud

├─ com.github.xiaoymin.gateway.cloud.CloudRoute.class - [JAR]

com.github.xiaoymin.gateway.core.pojo

├─ com.github.xiaoymin.gateway.core.pojo.BasicAuth.class - [JAR]

├─ com.github.xiaoymin.gateway.core.pojo.CommonAuthRoute.class - [JAR]

├─ com.github.xiaoymin.gateway.core.pojo.CommonRoute.class - [JAR]

├─ com.github.xiaoymin.gateway.core.pojo.ServiceRoute.class - [JAR]

com.github.xiaoymin.gateway.spring.support

├─ com.github.xiaoymin.gateway.spring.support.CloudSetting.class - [JAR]