From eb0bf8c5bb18ad89ba03d290c6cedc6773b321bc Mon Sep 17 00:00:00 2001 From: jonmv Date: Wed, 4 Jan 2023 08:53:57 +0100 Subject: Use --compression gzip instead --- vespa-feed-client-api/abi-spec.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'vespa-feed-client-api/abi-spec.json') diff --git a/vespa-feed-client-api/abi-spec.json b/vespa-feed-client-api/abi-spec.json index 137c7f32bfe..64b049dc75d 100644 --- a/vespa-feed-client-api/abi-spec.json +++ b/vespa-feed-client-api/abi-spec.json @@ -112,6 +112,23 @@ ], "fields" : [ ] }, + "ai.vespa.feed.client.FeedClientBuilder$Compression" : { + "superClass" : "java.lang.Enum", + "interfaces" : [ ], + "attributes" : [ + "public", + "final", + "enum" + ], + "methods" : [ + "public static ai.vespa.feed.client.FeedClientBuilder$Compression[] values()", + "public static ai.vespa.feed.client.FeedClientBuilder$Compression valueOf(java.lang.String)" + ], + "fields" : [ + "public static final enum ai.vespa.feed.client.FeedClientBuilder$Compression none", + "public static final enum ai.vespa.feed.client.FeedClientBuilder$Compression gzip" + ] + }, "ai.vespa.feed.client.FeedClientBuilder" : { "superClass" : "java.lang.Object", "interfaces" : [ ], @@ -142,6 +159,7 @@ "public abstract ai.vespa.feed.client.FeedClientBuilder setCaCertificates(java.util.Collection)", "public abstract ai.vespa.feed.client.FeedClientBuilder setEndpointUris(java.util.List)", "public abstract ai.vespa.feed.client.FeedClientBuilder setProxy(java.net.URI)", + "public abstract ai.vespa.feed.client.FeedClientBuilder setCompression(ai.vespa.feed.client.FeedClientBuilder$Compression)", "public abstract ai.vespa.feed.client.FeedClient build()" ], "fields" : [ -- cgit v1.2.3