Class SSLableProxy

java.lang.Object
com.predic8.membrane.core.rules.AbstractProxy
com.predic8.membrane.core.rules.SSLableProxy
All Implemented Interfaces:
Rule, Cloneable
Direct Known Subclasses:
AbstractServiceProxy, STOMPProxy

public abstract class SSLableProxy extends AbstractProxy
  • Constructor Details

    • SSLableProxy

      public SSLableProxy()
  • Method Details

    • getSslOutboundContext

      public SSLProvider getSslOutboundContext()
      Specified by:
      getSslOutboundContext in interface Rule
      Overrides:
      getSslOutboundContext in class AbstractProxy
    • setSslOutboundContext

      protected void setSslOutboundContext(SSLContext sslOutboundContext)
    • getName

      public String getName()
      Specified by:
      getName in interface Rule
      Overrides:
      getName in class AbstractProxy
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
      Default
      80
      Description
      The port Membrane listens on for incoming connections.
      Example
      8080
    • getIp

      public String getIp()
    • setIp

      public void setIp(String ip)
      Default
      not set
      Description
      If present, binds the port only on the specified IP. Useful for hosts with multiple IP addresses.
      Example
      127.0.0.1