Class HTTPServerConfig.HTTPServerConfigBuilder
java.lang.Object
org.apache.skywalking.oap.server.library.server.http.HTTPServerConfig.HTTPServerConfigBuilder
- Enclosing class:
- HTTPServerConfig
-
Method Summary
Modifier and TypeMethodDescriptionacceptProxyRequest(boolean acceptProxyRequest) acceptQueueSize(int acceptQueueSize) build()contextPath(String contextPath) enableTLS(boolean enableTLS) idleTimeOut(long idleTimeOut) maxRequestHeaderSize(int maxRequestHeaderSize) maxThreads(int maxThreads) port(int port) tlsCertChainPath(String tlsCertChainPath) tlsKeyPath(String tlsKeyPath) toString()
-
Method Details
-
host
- Returns:
this.
-
port
- Returns:
this.
-
contextPath
- Returns:
this.
-
maxThreads
- Returns:
this.
-
idleTimeOut
- Returns:
this.
-
acceptQueueSize
- Returns:
this.
-
maxRequestHeaderSize
- Returns:
this.
-
enableTLS
- Returns:
this.
-
tlsKeyPath
- Returns:
this.
-
tlsCertChainPath
- Returns:
this.
-
acceptProxyRequest
- Returns:
this.
-
build
-
toString
-