jar

com.feingto : feingto-gateway-plus

Maven & Gradle

Jan 19, 2020
Table Of Contents

Latest Version

Download com.feingto : feingto-gateway-plus JAR file - Latest Versions:

All Versions

Download com.feingto : feingto-gateway-plus JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.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 feingto-gateway-plus-2.3.3.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.feingto.cloud.gateway

├─ com.feingto.cloud.gateway.GatewayApplication.class - [JAR]

com.feingto.cloud.gateway.filters.support

├─ com.feingto.cloud.gateway.filters.support.GwFilterConstants.class - [JAR]

├─ com.feingto.cloud.gateway.filters.support.ParameterUtils.class - [JAR]

├─ com.feingto.cloud.gateway.filters.support.RequestHelper.class - [JAR]

com.feingto.cloud.gateway.handlers

├─ com.feingto.cloud.gateway.handlers.ApiGroupMessageHandler.class - [JAR]

├─ com.feingto.cloud.gateway.handlers.ApiMessageHandler.class - [JAR]

├─ com.feingto.cloud.gateway.handlers.HystrixMessageHandler.class - [JAR]

├─ com.feingto.cloud.gateway.handlers.StrategyMessageHandler.class - [JAR]

com.feingto.cloud.gateway.domain

├─ com.feingto.cloud.gateway.domain.Api.class - [JAR]

├─ com.feingto.cloud.gateway.domain.ApiRoute.class - [JAR]

├─ com.feingto.cloud.gateway.domain.Hystrix.class - [JAR]

├─ com.feingto.cloud.gateway.domain.Strategy.class - [JAR]

com.feingto.cloud.gateway.filters.route.proxy

├─ com.feingto.cloud.gateway.filters.route.proxy.ApiRouteProxy.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.proxy.AsyncRouteProxy.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.proxy.CollapseRouteProxy.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.proxy.MockRouteProxy.class - [JAR]

com.feingto.cloud.gateway.service

├─ com.feingto.cloud.gateway.service.ApiRouteService.class - [JAR]

├─ com.feingto.cloud.gateway.service.ApiService.class - [JAR]

├─ com.feingto.cloud.gateway.service.HystrixService.class - [JAR]

├─ com.feingto.cloud.gateway.service.StrategyService.class - [JAR]

com.feingto.cloud.gateway.filters.discovery

├─ com.feingto.cloud.gateway.filters.discovery.DiscoveryRefreshWatch.class - [JAR]

├─ com.feingto.cloud.gateway.filters.discovery.DiscoveryRouteLocator.class - [JAR]

├─ com.feingto.cloud.gateway.filters.discovery.DiscoveryServiceRouteMapper.class - [JAR]

com.feingto.cloud.gateway.filters.pre

├─ com.feingto.cloud.gateway.filters.pre.ApiDecorationFilter.class - [JAR]

├─ com.feingto.cloud.gateway.filters.pre.FlowLimitFilter.class - [JAR]

├─ com.feingto.cloud.gateway.filters.pre.JwtAuthenticationFilter.class - [JAR]

├─ com.feingto.cloud.gateway.filters.pre.RouteDecorationFilter.class - [JAR]

├─ com.feingto.cloud.gateway.filters.pre.SqlFilter.class - [JAR]

com.feingto.cloud.gateway.filters.route

├─ com.feingto.cloud.gateway.filters.route.AbstractFallbackResponse.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.ApiFallbackProvider.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.ApiRibbonRoutingFilter.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.FallbackProvider.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.RouteCommand.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.RouteFallbackProvider.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.RoutingFilter.class - [JAR]

com.feingto.cloud.gateway.config

├─ com.feingto.cloud.gateway.config.ApiStoreConfiguration.class - [JAR]

├─ com.feingto.cloud.gateway.config.ApisEndpointConfiguration.class - [JAR]

├─ com.feingto.cloud.gateway.config.ConsulWatchEndpointConfiguration.class - [JAR]

├─ com.feingto.cloud.gateway.config.GatewayProxyConfiguration.class - [JAR]

├─ com.feingto.cloud.gateway.config.RibbonConfiguration.class - [JAR]

├─ com.feingto.cloud.gateway.config.WebMvcConfiguration.class - [JAR]

com.feingto.cloud.gateway.filters

├─ com.feingto.cloud.gateway.filters.AbstractApiLocator.class - [JAR]

├─ com.feingto.cloud.gateway.filters.ApiLocator.class - [JAR]

├─ com.feingto.cloud.gateway.filters.ApiRefreshEvent.class - [JAR]

├─ com.feingto.cloud.gateway.filters.ApisEndpoint.class - [JAR]

├─ com.feingto.cloud.gateway.filters.CacheApiDefinitionRepository.class - [JAR]

├─ com.feingto.cloud.gateway.filters.ConsulWatchEndpoint.class - [JAR]

├─ com.feingto.cloud.gateway.filters.StoreApiDefinitionRepository.class - [JAR]

com.feingto.cloud.gateway.repository

├─ com.feingto.cloud.gateway.repository.ApiRepository.class - [JAR]

├─ com.feingto.cloud.gateway.repository.HystrixRepository.class - [JAR]

├─ com.feingto.cloud.gateway.repository.StrategyRepository.class - [JAR]

com.feingto.cloud.gateway.filters.route.support

├─ com.feingto.cloud.gateway.filters.route.support.AbstractRouteFactory.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.support.HystrixSetter.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.support.RouteCollapseCommand.class - [JAR]

com.feingto.cloud.gateway.filters.route.okhttp

├─ com.feingto.cloud.gateway.filters.route.okhttp.OkHttpBatchCommand.class - [JAR]

├─ com.feingto.cloud.gateway.filters.route.okhttp.OkHttpCommand.class - [JAR]

com.feingto.cloud.gateway.filters.web

├─ com.feingto.cloud.gateway.filters.web.ApiHandlerMapping.class - [JAR]

├─ com.feingto.cloud.gateway.filters.web.ZuulErrorController.class - [JAR]

com.feingto.cloud.gateway.listener

├─ com.feingto.cloud.gateway.listener.ApiMessageStreamBinder.class - [JAR]

├─ com.feingto.cloud.gateway.listener.ApplicationEventListener.class - [JAR]

├─ com.feingto.cloud.gateway.listener.MessageStreamListener.class - [JAR]

com.feingto.cloud.gateway.filters.post

├─ com.feingto.cloud.gateway.filters.post.LoggerFilter.class - [JAR]

Advertisement

Dependencies from Group

Feb 16, 2021
4 usages
Apr 28, 2020
3 usages
Jan 19, 2020
2 usages
Nov 11, 2019
2 usages
Feb 16, 2021
2 usages

Discover Dependencies

Jan 18, 2020
62 stars
Jan 18, 2020
1 usages
0 stars
Jan 18, 2020
1 usages
0 stars
Jan 18, 2020
1 usages
0 stars
Jan 18, 2020
1 usages
0 stars
Jan 18, 2020
8 stars
Jan 18, 2020
2 stars
Jan 18, 2020
12 stars
Jan 18, 2020
2 usages
2k stars