java.lang.Object
org.apache.skywalking.oap.server.library.server.http.HTTPServerConfig

public class HTTPServerConfig extends Object
  • Method Details

    • builder

    • setHost

      public void setHost(String host)
    • setPort

      public void setPort(int port)
    • setContextPath

      public void setContextPath(String contextPath)
    • setMaxThreads

      public void setMaxThreads(int maxThreads)
    • setIdleTimeOut

      public void setIdleTimeOut(long idleTimeOut)
    • setAcceptQueueSize

      public void setAcceptQueueSize(int acceptQueueSize)
    • setMaxRequestHeaderSize

      public void setMaxRequestHeaderSize(int maxRequestHeaderSize)
    • setEnableTLS

      public void setEnableTLS(boolean enableTLS)
    • setTlsKeyPath

      public void setTlsKeyPath(String tlsKeyPath)
    • setTlsCertChainPath

      public void setTlsCertChainPath(String tlsCertChainPath)
    • setAcceptProxyRequest

      public void setAcceptProxyRequest(boolean acceptProxyRequest)
    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • getContextPath

      public String getContextPath()
    • getMaxThreads

      public int getMaxThreads()
    • getIdleTimeOut

      public long getIdleTimeOut()
    • getAcceptQueueSize

      public int getAcceptQueueSize()
    • getMaxRequestHeaderSize

      public int getMaxRequestHeaderSize()
    • isEnableTLS

      public boolean isEnableTLS()
    • getTlsKeyPath

      public String getTlsKeyPath()
    • getTlsCertChainPath

      public String getTlsCertChainPath()
    • isAcceptProxyRequest

      public boolean isAcceptProxyRequest()