Package io.deephaven.server.config
Interface ServerConfig.Builder<T,B extends ServerConfig.Builder<T,B>>
- All Known Subinterfaces:
JettyConfig.Builder
,NettyConfig.Builder
- Enclosing interface:
- ServerConfig
public static interface ServerConfig.Builder<T,B extends ServerConfig.Builder<T,B>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxInboundMessageSize
(int maxInboundMessageSize) outboundSsl
(SSLConfig outboundSsl) port
(int port) schedulerPoolSize
(int schedulerPoolSize) shutdownTimeout
(Duration shutdownTimeout) tokenExpire
(Duration duration)
-
Method Details
-
host
-
port
-
targetUrl
-
ssl
-
outboundSsl
-
tokenExpire
-
schedulerPoolSize
-
maxInboundMessageSize
-
proxyHint
-
shutdownTimeout
-
build
T build()
-