summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/abi-spec.json
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2019-01-09 14:15:41 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-01-23 21:40:17 +0100
commit9ed1c886451d0c3fc3e30f17e677c7155823de33 (patch)
tree27b7a9f07e805b7e1226276bc955efff5c9f4cf1 /vespa-http-client/abi-spec.json
parent115f575beec63a3efa2e06d7272223eb50cae32c (diff)
Update abi specs for 7.
Diffstat (limited to 'vespa-http-client/abi-spec.json')
-rw-r--r--vespa-http-client/abi-spec.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/vespa-http-client/abi-spec.json b/vespa-http-client/abi-spec.json
index 9878fad99ea..94c373ec5bd 100644
--- a/vespa-http-client/abi-spec.json
+++ b/vespa-http-client/abi-spec.json
@@ -95,7 +95,6 @@
"public void <init>(com.yahoo.vespa.http.client.config.Endpoint)",
"public com.yahoo.vespa.http.client.config.Endpoint getEndpoint()",
"public boolean isSuccess()",
- "public boolean isTransient()",
"public com.yahoo.vespa.http.client.Result$ResultType getResultType()",
"public java.lang.Exception getException()",
"public java.lang.String getTraceMessage()",
@@ -135,7 +134,6 @@
"public java.lang.CharSequence getDocumentDataAsCharSequence()",
"public java.lang.Object getContext()",
"public boolean isSuccess()",
- "public boolean isTransient()",
"public java.util.List getDetails()",
"public boolean hasLocalTrace()",
"public java.lang.String toString()"
@@ -280,7 +278,6 @@
"public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setUseCompression(boolean)",
"public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setMaxRetries(int)",
"public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setDryRun(boolean)",
- "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setEnableV3Protocol(boolean)",
"public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setMinTimeBetweenRetries(long, java.util.concurrent.TimeUnit)",
"public long getMinTimeBetweenRetriesMs()",
"public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setTraceLevel(int)",
@@ -332,7 +329,6 @@
"public int getMaxRetries()",
"public long getMinTimeBetweenRetriesMs()",
"public boolean isDryRun()",
- "public boolean isEnableV3Protocol()",
"public int getTraceLevel()",
"public int getTraceEveryXOperation()",
"public boolean getPrintTraceToStdErr()"