-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Welcome to the Microsphere Gateway wiki! This documentation is auto-generated from the project source code and provides detailed information about each Java component.
-
Current Version:
0.2.1-SNAPSHOT - Java Compatibility: Java 17, Java 21, Java 25
- License: Apache License 2.0
- Repository: microsphere-projects/microsphere-gateway
io.microsphere.spring.cloud.gateway.commons.annotation
- 🏷️ ConditionalOnMicrosphereGatewayEnabled - Annotation - Since 1.0.0
- 🏷️ ConditionalOnMicrosphereWebEndpointMappingEnabled - Annotation - Since 1.0.0
io.microsphere.spring.cloud.gateway.commons.config
- 📦 ConfigUtils - Class - Since 1.0.0
- 📦 WebEndpointConfig - Class - Since 1.0.0
- 📦 WebEndpointConfigurationPropertiesBindHandlerAdvisor - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.commons.constants
- 🔌 CommonConstants - Interface - Since 1.0.0
- 🔌 CommonsPropertyConstants - Interface - Since 1.0.0
- 🔌 RouteConstants - Interface - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.annotation
- 🏷️ ConditionalOnGatewayEnabled - Annotation - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.autoconfigure
- 📦 GatewayAutoConfiguration - Class - Since 1.0.0
- 📦 WebEndpointMappingGatewayAutoConfiguration - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.constants
- 🔌 GatewayPropertyConstants - Interface - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.context
- 📦 WebEndpointApplicationContextInitializer - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.event
- 📦 DisabledHeartbeatEventRouteRefreshListenerInterceptor - Class - Since 1.0.0
- 📦 PropagatingRefreshRoutesEventApplicationListener - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.filter
- 📦 DefaultGatewayFilterChain - Class - Since 1.0.0
- 📦 WebEndpointMappingGlobalFilter - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.handler
- 📦 CachingFilteringWebHandler - Class - Since 1.0.0
- 📦 FilteringWebHandlerBeanDefinitionRegistryPostProcessor - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webflux.util
- 📦 GatewayUtils - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webmvc.annotation
- 🏷️ ConditionalOnGatewayServerMvcEnabled - Annotation - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webmvc.autoconfigure
- 📦 WebEndpointMappingGatewayServerMvcAutoConfiguration - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webmvc.constants
- 🔌 GatewayPropertyConstants - Interface - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webmvc.context
- 📦 WebEndpointApplicationContextInitializer - Class - Since 1.0.0
io.microsphere.spring.cloud.gateway.server.webmvc.filter
- 📦 WebEndpointMappingHandlerFilterFunction - Class - Since 1.0.0
- 📦 WebEndpointMappingHandlerSupplier - Class - Since 1.0.0
This wiki is auto-generated from the source code of microsphere-gateway. To update, trigger the wiki-publish workflow.
spring-cloud-gateway-commons
- CommonConstants
- CommonsPropertyConstants
- ConditionalOnMicrosphereGatewayEnabled
- ConditionalOnMicrosphereWebEndpointMappingEnabled
- ConfigUtils
- RouteConstants
- WebEndpointConfig
- WebEndpointConfigurationPropertiesBindHandlerAdvisor
spring-cloud-gateway-server-webflux
- CachingFilteringWebHandler
- ConditionalOnGatewayEnabled
- DefaultGatewayFilterChain
- DisabledHeartbeatEventRouteRefreshListenerInterceptor
- FilteringWebHandlerBeanDefinitionRegistryPostProcessor
- GatewayAutoConfiguration
- GatewayPropertyConstants
- GatewayUtils
- PropagatingRefreshRoutesEventApplicationListener
- WebEndpointApplicationContextInitializer
- WebEndpointMappingGatewayAutoConfiguration
- WebEndpointMappingGlobalFilter
spring-cloud-gateway-server-webmvc