Files
spring-cloud-static/spring-cloud-gateway/2.0.0.M8/multi/multi_spring-cloud-gateway.html
2018-03-02 17:24:17 +00:00

3 lines
9.1 KiB
HTML

<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Spring Cloud Gateway</title><link rel="stylesheet" type="text/css" href="css/manual-multipage.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="multi_spring-cloud-gateway.html" title="Spring Cloud Gateway"><link rel="next" href="multi_pr01.html" title=""></head><body class="firstpage" bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Spring Cloud Gateway</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="multi_pr01.html">Next</a></td></tr></table><hr></div><div lang="en" class="book"><div class="titlepage"><div><div><h1 class="title"><a name="d0e3"></a>Spring Cloud Gateway</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="preface"><a href="multi_pr01.html"></a></span></dt><dt><span class="chapter"><a href="multi_gateway-starter.html">1. How to Include Spring Cloud Gateway</a></span></dt><dt><span class="chapter"><a href="multi__glossary.html">2. Glossary</a></span></dt><dt><span class="chapter"><a href="multi_gateway-how-it-works.html">3. How It Works</a></span></dt><dt><span class="chapter"><a href="multi_gateway-request-predicates-factories.html">4. Route Predicate Factories</a></span></dt><dd><dl><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_after_route_predicate_factory">4.1. After Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_before_route_predicate_factory">4.2. Before Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_between_route_predicate_factory">4.3. Between Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_cookie_route_predicate_factory">4.4. Cookie Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_header_route_predicate_factory">4.5. Header Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_host_route_predicate_factory">4.6. Host Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_method_route_predicate_factory">4.7. Method Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_path_route_predicate_factory">4.8. Path Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_query_route_predicate_factory">4.9. Query Route Predicate Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-request-predicates-factories.html#_remoteaddr_route_predicate_factory">4.10. RemoteAddr Route Predicate Factory</a></span></dt></dl></dd><dt><span class="chapter"><a href="multi_gateway-route-filters.html">5. GatewayFilter Factories</a></span></dt><dd><dl><dt><span class="section"><a href="multi_gateway-route-filters.html#_addrequestheader_gatewayfilter_factory">5.1. AddRequestHeader GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_addrequestparameter_gatewayfilter_factory">5.2. AddRequestParameter GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_addresponseheader_gatewayfilter_factory">5.3. AddResponseHeader GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_hystrix_gatewayfilter_factory">5.4. Hystrix GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_prefixpath_gatewayfilter_factory">5.5. PrefixPath GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_preservehostheader_gatewayfilter_factory">5.6. PreserveHostHeader GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_requestratelimiter_gatewayfilter_factory">5.7. RequestRateLimiter GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_redirectto_gatewayfilter_factory">5.8. RedirectTo GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_removenonproxyheaders_gatewayfilter_factory">5.9. RemoveNonProxyHeaders GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_removerequestheader_gatewayfilter_factory">5.10. RemoveRequestHeader GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_removeresponseheader_gatewayfilter_factory">5.11. RemoveResponseHeader GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_rewritepath_gatewayfilter_factory">5.12. RewritePath GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_savesession_gatewayfilter_factory">5.13. SaveSession GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_secureheaders_gatewayfilter_factory">5.14. SecureHeaders GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_setpath_gatewayfilter_factory">5.15. SetPath GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_setresponseheader_gatewayfilter_factory">5.16. SetResponseHeader GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_setstatus_gatewayfilter_factory">5.17. SetStatus GatewayFilter Factory</a></span></dt><dt><span class="section"><a href="multi_gateway-route-filters.html#_stripprefix_gatewayfilter_factory">5.18. StripPrefix GatewayFilter Factory</a></span></dt></dl></dd><dt><span class="chapter"><a href="multi__global_filters.html">6. Global Filters</a></span></dt><dd><dl><dt><span class="section"><a href="multi__global_filters.html#_combined_global_filter_and_gatewayfilter_ordering">6.1. Combined Global Filter and GatewayFilter Ordering</a></span></dt><dt><span class="section"><a href="multi__global_filters.html#_forward_routing_filter">6.2. Forward Routing Filter</a></span></dt><dt><span class="section"><a href="multi__global_filters.html#_loadbalancerclient_filter">6.3. LoadBalancerClient Filter</a></span></dt><dt><span class="section"><a href="multi__global_filters.html#_netty_routing_filter">6.4. Netty Routing Filter</a></span></dt><dt><span class="section"><a href="multi__global_filters.html#_netty_write_response_filter">6.5. Netty Write Response Filter</a></span></dt><dt><span class="section"><a href="multi__global_filters.html#_routetorequesturl_filter">6.6. RouteToRequestUrl Filter</a></span></dt><dt><span class="section"><a href="multi__global_filters.html#_websocket_routing_filter">6.7. Websocket Routing Filter</a></span></dt></dl></dd><dt><span class="chapter"><a href="multi__configuration.html">7. Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="multi__configuration.html#_fluent_java_routes_api">7.1. Fluent Java Routes API</a></span></dt><dt><span class="section"><a href="multi__configuration.html#_discoveryclient_route_definition_locator">7.2. DiscoveryClient Route Definition Locator</a></span></dt></dl></dd><dt><span class="chapter"><a href="multi__actuator_api.html">8. Actuator API</a></span></dt><dt><span class="chapter"><a href="multi__developer_guide.html">9. Developer Guide</a></span></dt><dd><dl><dt><span class="section"><a href="multi__developer_guide.html#_writing_custom_route_predicate_factories">9.1. Writing Custom Route Predicate Factories</a></span></dt><dt><span class="section"><a href="multi__developer_guide.html#_writing_custom_gatewayfilter_factories">9.2. Writing Custom GatewayFilter Factories</a></span></dt><dt><span class="section"><a href="multi__developer_guide.html#_writing_custom_global_filters">9.3. Writing Custom Global Filters</a></span></dt><dt><span class="section"><a href="multi__developer_guide.html#_writing_custom_route_locators_and_writers">9.4. Writing Custom Route Locators and Writers</a></span></dt></dl></dd><dt><span class="chapter"><a href="multi__building_a_simple_gateway_using_spring_mvc.html">10. Building a Simple Gateway Using Spring MVC</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;<a accesskey="n" href="multi_pr01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>