Interface RequestMatcher


public interface RequestMatcher
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(io.netty.handler.codec.http.HttpRequest request, com.browserup.bup.util.HttpMessageContents contents, com.browserup.bup.util.HttpMessageInfo messageInfo)
     
    static boolean
    methodMatches(io.netty.handler.codec.http.HttpRequest request, RequestMatcher.HttpMethod method)
     
  • Method Details

    • match

      boolean match(io.netty.handler.codec.http.HttpRequest request, com.browserup.bup.util.HttpMessageContents contents, com.browserup.bup.util.HttpMessageInfo messageInfo)
    • methodMatches

      static boolean methodMatches(io.netty.handler.codec.http.HttpRequest request, RequestMatcher.HttpMethod method)