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 Summary
Constructors Constructor Description HttpRestConsumerPath(HttpServerChannelHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpServerChannelHandlergetConsumer()StringgetConsumerPath()StringgetRestrictMethod()booleanisMatchOnUriPrefix()StringtoString()
-
-
-
Constructor Detail
-
HttpRestConsumerPath
public HttpRestConsumerPath(HttpServerChannelHandler handler)
-
-
Method Detail
-
getRestrictMethod
public String getRestrictMethod()
- Specified by:
getRestrictMethodin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
-
getConsumerPath
public String getConsumerPath()
- Specified by:
getConsumerPathin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
-
getConsumer
public HttpServerChannelHandler getConsumer()
- Specified by:
getConsumerin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
-
isMatchOnUriPrefix
public boolean isMatchOnUriPrefix()
- Specified by:
isMatchOnUriPrefixin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
-
-