Class HttpInboundFilter

All Implemented Interfaces:
ShouldFilter<HttpRequestMessage>, ZuulFilter<HttpRequestMessage,HttpRequestMessage>

public abstract class HttpInboundFilter extends BaseFilter<HttpRequestMessage,HttpRequestMessage>
User: [email protected] Date: 5/29/15 Time: 3:22 PM
  • Constructor Details

    • HttpInboundFilter

      public HttpInboundFilter()
  • Method Details

    • filterType

      public FilterType filterType()
      Description copied from interface: ZuulFilter
      to classify a filter by type. Standard types in Zuul are "in" for pre-routing filtering, "end" for routing to an origin, "out" for post-routing filters.
      Returns:
      FilterType