jar

com.github.sparkzxl : sparkzxl-gateway-starter

Maven & Gradle

Jan 05, 2022
1 usages
Table Of Contents

Latest Version

Download com.github.sparkzxl : sparkzxl-gateway-starter JAR file - Latest Versions:

All Versions

Download com.github.sparkzxl : sparkzxl-gateway-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.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 sparkzxl-gateway-starter-1.4.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.sparkzxl.gateway.config

├─ com.github.sparkzxl.gateway.config.CorsAutoConfig.class - [JAR]

├─ com.github.sparkzxl.gateway.config.DynamicRouteConfiguration.class - [JAR]

├─ com.github.sparkzxl.gateway.config.GatewayAutoConfig.class - [JAR]

├─ com.github.sparkzxl.gateway.config.GatewayPluginConfig.class - [JAR]

├─ com.github.sparkzxl.gateway.config.GatewayPluginConfigurationSelector.class - [JAR]

├─ com.github.sparkzxl.gateway.config.GlobalExceptionJsonHandlerConfig.class - [JAR]

├─ com.github.sparkzxl.gateway.config.ReactiveLoadBalancerAutoConfig.class - [JAR]

├─ com.github.sparkzxl.gateway.config.RequestResponseLogConfig.class - [JAR]

com.github.sparkzxl.gateway.constant

├─ com.github.sparkzxl.gateway.constant.ExchangeAttributeConstant.class - [JAR]

├─ com.github.sparkzxl.gateway.constant.RequestHeaderConstant.class - [JAR]

com.github.sparkzxl.gateway.predicate.support

├─ com.github.sparkzxl.gateway.predicate.support.DynamicRouteConfig.class - [JAR]

├─ com.github.sparkzxl.gateway.predicate.support.PreprocessResult.class - [JAR]

com.github.sparkzxl.gateway.predicate.processor

├─ com.github.sparkzxl.gateway.predicate.processor.DefaultDynamicRouteProcessor.class - [JAR]

├─ com.github.sparkzxl.gateway.predicate.processor.DynamicRouteProcessor.class - [JAR]

com.github.sparkzxl.gateway.entity

├─ com.github.sparkzxl.gateway.entity.RoutePath.class - [JAR]

com.github.sparkzxl.gateway.filter.authorization

├─ com.github.sparkzxl.gateway.filter.authorization.AbstractAuthorizationFilter.class - [JAR]

com.github.sparkzxl.gateway.response.factory

├─ com.github.sparkzxl.gateway.response.factory.DefaultExceptionHandlerStrategyFactory.class - [JAR]

├─ com.github.sparkzxl.gateway.response.factory.ExceptionHandlerStrategyFactory.class - [JAR]

com.github.sparkzxl.gateway.option

├─ com.github.sparkzxl.gateway.option.FilterOrderEnum.class - [JAR]

com.github.sparkzxl.gateway.properties

├─ com.github.sparkzxl.gateway.properties.GatewayPluginProperties.class - [JAR]

├─ com.github.sparkzxl.gateway.properties.GatewayResourceProperties.class - [JAR]

├─ com.github.sparkzxl.gateway.properties.GrayProperties.class - [JAR]

├─ com.github.sparkzxl.gateway.properties.LogRequestProperties.class - [JAR]

├─ com.github.sparkzxl.gateway.properties.VerifySignatureProperties.class - [JAR]

com.github.sparkzxl.gateway.event

├─ com.github.sparkzxl.gateway.event.ApplicationLogRunner.class - [JAR]

com.github.sparkzxl.gateway.predicate

├─ com.github.sparkzxl.gateway.predicate.DynamicRoutePredicateHandlerMapping.class - [JAR]

├─ com.github.sparkzxl.gateway.predicate.DynamicRouteSupportBeanFactoryPostProcessor.class - [JAR]

com.github.sparkzxl.gateway.annotation

├─ com.github.sparkzxl.gateway.annotation.EnableGatewayPlugin.class - [JAR]

com.github.sparkzxl.gateway.support

├─ com.github.sparkzxl.gateway.support.GatewayException.class - [JAR]

com.github.sparkzxl.gateway.filter.lb

├─ com.github.sparkzxl.gateway.filter.lb.GatewayLoadBalancerClientFilter.class - [JAR]

com.github.sparkzxl.gateway.rule

├─ com.github.sparkzxl.gateway.rule.IReactorServiceInstanceLoadBalancer.class - [JAR]

com.github.sparkzxl.gateway.filter.log

├─ com.github.sparkzxl.gateway.filter.log.AccessLogFilter.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.log.HttpResponseBodyDecorator.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.log.LogBaseSubscriber.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.log.LogParam.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.log.MDCLogFilter.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.log.OptLogUtil.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.log.ResponseLogCachedBodyFilter.class - [JAR]

com.github.sparkzxl.gateway.filter.sign

├─ com.github.sparkzxl.gateway.filter.sign.RequestSignParam.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.sign.SystemRequestParamGatewayFilterFactory.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.sign.VerifySignatureGatewayFilterFactory.class - [JAR]

com.github.sparkzxl.gateway.response

├─ com.github.sparkzxl.gateway.response.ExceptionHandlerResult.class - [JAR]

├─ com.github.sparkzxl.gateway.response.ExceptionHandlerStrategyMethodProcessor.class - [JAR]

├─ com.github.sparkzxl.gateway.response.JsonExceptionHandler.class - [JAR]

com.github.sparkzxl.gateway.util

├─ com.github.sparkzxl.gateway.util.ReactorHttpHelper.class - [JAR]

├─ com.github.sparkzxl.gateway.util.RequestIpUtil.class - [JAR]

com.github.sparkzxl.gateway.filter.context

├─ com.github.sparkzxl.gateway.filter.context.GatewayRequestContextFilter.class - [JAR]

├─ com.github.sparkzxl.gateway.filter.context.RemoveGatewayContextFilter.class - [JAR]

com.github.sparkzxl.gateway.response.strategy

├─ com.github.sparkzxl.gateway.response.strategy.ConnectTimeoutExceptionHandlerStrategy.class - [JAR]

├─ com.github.sparkzxl.gateway.response.strategy.DefaultExceptionHandlerStrategy.class - [JAR]

├─ com.github.sparkzxl.gateway.response.strategy.ExceptionHandlerStrategy.class - [JAR]

├─ com.github.sparkzxl.gateway.response.strategy.ExceptionHandlerStrategyAdapter.class - [JAR]

├─ com.github.sparkzxl.gateway.response.strategy.NotFoundExceptionHandlerStrategy.class - [JAR]

├─ com.github.sparkzxl.gateway.response.strategy.ResponseStatusExceptionHandlerStrategy.class - [JAR]

com.github.sparkzxl.gateway.context

├─ com.github.sparkzxl.gateway.context.CacheGatewayContext.class - [JAR]