summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/package-info.java
blob: e1a131d5602cd3a8242d1086a3b276870bc87673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Programmatic API for feeding to Vespa clusters independently of the
 * cluster configuration. {@link com.yahoo.vespa.http.client.Session}
 * is the central interface which is used to interact with a cluster.
 * Use {@link com.yahoo.vespa.http.client.SessionFactory} to
 * instantiate a {@link com.yahoo.vespa.http.client.Session}.
 **/
@ExportPackage
@PublicApi
package com.yahoo.vespa.http.client;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;