Class ServiceProxyKey

java.lang.Object
com.predic8.membrane.core.rules.AbstractRuleKey
com.predic8.membrane.core.rules.ServiceProxyKey
All Implemented Interfaces:
RuleKey
Direct Known Subclasses:
APIProxyKey, SwaggerProxyKey

public class ServiceProxyKey extends AbstractRuleKey
  • Constructor Details

    • ServiceProxyKey

      public ServiceProxyKey(RuleKey key)
    • ServiceProxyKey

      public ServiceProxyKey(int port)
    • ServiceProxyKey

      public ServiceProxyKey(int port, String ip)
    • ServiceProxyKey

      public ServiceProxyKey(String host, String method, String path, int port)
    • ServiceProxyKey

      public ServiceProxyKey(String host, String method, String path, int port, String ip)
  • Method Details