Class NettyHttpServiceExpression

java.lang.Object
org.apache.camel.support.ExpressionSupport
org.apache.camel.support.ExpressionAdapter
org.apache.camel.impl.cloud.ServiceCallExpressionSupport
org.apache.camel.impl.cloud.DefaultServiceCallExpression
org.apache.camel.component.netty.http.cloud.NettyHttpServiceExpression
All Implemented Interfaces:
org.apache.camel.Expression, org.apache.camel.Predicate

public final class NettyHttpServiceExpression extends org.apache.camel.impl.cloud.DefaultServiceCallExpression
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    NettyHttpServiceExpression(String hostHeader, String portHeader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    doBuildCamelEndpointUri(String host, Integer port, String contextPath, String scheme)
     

    Methods inherited from class org.apache.camel.impl.cloud.DefaultServiceCallExpression

    buildCamelEndpointUri

    Methods inherited from class org.apache.camel.impl.cloud.ServiceCallExpressionSupport

    evaluate, getHostHeader, getPortHeader, setHostHeader, setPortHeader

    Methods inherited from class org.apache.camel.support.ExpressionAdapter

    assertionFailureMessage, evaluate, init

    Methods inherited from class org.apache.camel.support.ExpressionSupport

    assertMatches, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.Predicate

    initPredicate
  • Constructor Details

    • NettyHttpServiceExpression

      public NettyHttpServiceExpression()
    • NettyHttpServiceExpression

      public NettyHttpServiceExpression(String hostHeader, String portHeader)
  • Method Details

    • doBuildCamelEndpointUri

      protected String doBuildCamelEndpointUri(String host, Integer port, String contextPath, String scheme)
      Overrides:
      doBuildCamelEndpointUri in class org.apache.camel.impl.cloud.DefaultServiceCallExpression