Class HttpRestConsumerPath

java.lang.Object
org.apache.camel.component.netty.http.handlers.HttpRestConsumerPath
All Implemented Interfaces:
org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>

public class HttpRestConsumerPath extends Object implements org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
  • Constructor Details

  • Method Details

    • getRestrictMethod

      public String getRestrictMethod()
      Specified by:
      getRestrictMethod in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
    • getConsumerPath

      public String getConsumerPath()
      Specified by:
      getConsumerPath in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
    • getConsumer

      public HttpServerChannelHandler getConsumer()
      Specified by:
      getConsumer in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
    • isMatchOnUriPrefix

      public boolean isMatchOnUriPrefix()
      Specified by:
      isMatchOnUriPrefix in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
    • toString

      public String toString()
      Overrides:
      toString in class Object