summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-13 16:39:32 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-13 16:39:33 +0100
commitdd757ef131bb7e44c0aa9031845a1bd3971a687e (patch)
treebe5e93c494a6857ba9047276cd5fa16ecc4e4a3c /jdisc_http_service/abi-spec.json
parentf7795628e0682149ac4e99d3e3903ed6469eea3e (diff)
Remove stopTimeout from connector config
Use global stop timeout from server on all connectors
Diffstat (limited to 'jdisc_http_service/abi-spec.json')
-rw-r--r--jdisc_http_service/abi-spec.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/jdisc_http_service/abi-spec.json b/jdisc_http_service/abi-spec.json
index 04e6d22a445..9b55341211c 100644
--- a/jdisc_http_service/abi-spec.json
+++ b/jdisc_http_service/abi-spec.json
@@ -34,7 +34,6 @@
"public com.yahoo.jdisc.http.ConnectorConfig$Builder acceptQueueSize(int)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder reuseAddress(boolean)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder idleTimeout(double)",
- "public com.yahoo.jdisc.http.ConnectorConfig$Builder stopTimeout(double)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder tcpKeepAliveEnabled(boolean)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder tcpNoDelay(boolean)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder throttling(com.yahoo.jdisc.http.ConnectorConfig$Throttling$Builder)",
@@ -196,7 +195,6 @@
"public int acceptQueueSize()",
"public boolean reuseAddress()",
"public double idleTimeout()",
- "public double stopTimeout()",
"public boolean tcpKeepAliveEnabled()",
"public boolean tcpNoDelay()",
"public com.yahoo.jdisc.http.ConnectorConfig$Throttling throttling()",