| Package | Description |
|---|---|
| org.commonjava.indy.client.core | |
| org.commonjava.indy.client.core.auth | |
| org.commonjava.indy.client.core.module |
| Modifier and Type | Method and Description |
|---|---|
void |
IndyClientHttp.connect(org.apache.http.conn.HttpClientConnectionManager connectionManager)
Deprecated.
|
IndyContentClientModule |
Indy.content() |
void |
IndyClientHttp.delete(String path) |
void |
IndyClientHttp.delete(String path,
int... responseCodes) |
void |
IndyClientHttp.deleteWithChangelog(String path,
String changelog) |
void |
IndyClientHttp.deleteWithChangelog(String path,
String changelog,
int... responseCodes) |
HttpResources |
IndyClientHttp.execute(org.apache.http.client.methods.HttpRequestBase request) |
boolean |
IndyClientHttp.exists(String path) |
boolean |
IndyClientHttp.exists(String path,
int... responseCodes) |
boolean |
IndyClientHttp.exists(String path,
java.util.function.Supplier<Map<String,String>> querySupplier) |
boolean |
IndyClientHttp.exists(String path,
java.util.function.Supplier<Map<String,String>> querySupplier,
int... responseCodes) |
<T> T |
IndyClientHttp.get(String path,
Class<T> type) |
<T> T |
IndyClientHttp.get(String path,
com.fasterxml.jackson.core.type.TypeReference<T> typeRef) |
HttpResources |
IndyClientHttp.getRaw(org.apache.http.client.methods.HttpGet req) |
HttpResources |
IndyClientHttp.getRaw(String path) |
HttpResources |
IndyClientHttp.getRaw(String path,
Map<String,String> headers) |
org.commonjava.indy.stats.IndyVersioning |
Indy.getVersionInfo() |
Map<String,String> |
IndyClientHttp.head(String path) |
Map<String,String> |
IndyClientHttp.head(String path,
int... responseCodes) |
<T extends IndyClientModule> |
Indy.module(Class<T> type) |
org.apache.http.impl.client.CloseableHttpClient |
IndyClientHttp.newClient() |
org.apache.http.client.protocol.HttpClientContext |
IndyClientHttp.newContext() |
HttpResources |
IndyClientHttp.postRaw(String path,
Object value) |
HttpResources |
IndyClientHttp.postRaw(String path,
Object value,
Map<String,String> headers) |
<T> T |
IndyClientHttp.postWithResponse(String path,
Object value,
Class<T> type) |
<T> T |
IndyClientHttp.postWithResponse(String path,
Object value,
Class<T> type,
int... responseCodes) |
<T> T |
IndyClientHttp.postWithResponse(String path,
Object value,
com.fasterxml.jackson.core.type.TypeReference<T> typeRef) |
<T> T |
IndyClientHttp.postWithResponse(String path,
Object value,
com.fasterxml.jackson.core.type.TypeReference<T> typeRef,
int... responseCodes) |
boolean |
IndyClientHttp.put(String path,
Object value) |
boolean |
IndyClientHttp.put(String path,
Object value,
int... responseCodes) |
void |
IndyClientHttp.putWithStream(String path,
InputStream stream) |
void |
IndyClientHttp.putWithStream(String path,
InputStream stream,
int... responseCodes) |
IndySchedulerClientModule |
Indy.schedules() |
IndyStatsClientModule |
Indy.stats() |
IndyStoresClientModule |
Indy.stores() |
| Constructor and Description |
|---|
Indy(IndyClientAuthenticator authenticator,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
Collection<IndyClientModule> modules,
org.commonjava.util.jhttpc.model.SiteConfig location)
Deprecated.
|
Indy(org.commonjava.util.jhttpc.model.SiteConfig location,
IndyClientAuthenticator authenticator,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
IndyClientModule... modules) |
Indy(org.commonjava.util.jhttpc.model.SiteConfig location,
org.commonjava.util.jhttpc.auth.PasswordManager passwordManager,
IndyClientModule... modules) |
Indy(org.commonjava.util.jhttpc.model.SiteConfig location,
org.commonjava.util.jhttpc.auth.PasswordManager passwordManager,
org.commonjava.indy.model.core.io.IndyObjectMapper objectMapper,
IndyClientModule... modules) |
Indy(String baseUrl,
Collection<IndyClientModule> modules)
Deprecated.
|
Indy(String baseUrl,
IndyClientAuthenticator authenticator,
Collection<IndyClientModule> modules)
Deprecated.
|
Indy(String baseUrl,
IndyClientAuthenticator authenticator,
IndyClientModule... modules)
Deprecated.
|
Indy(String baseUrl,
IndyClientAuthenticator authenticator,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
Collection<IndyClientModule> modules)
Deprecated.
|
Indy(String baseUrl,
IndyClientAuthenticator authenticator,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
IndyClientModule... modules)
Deprecated.
|
Indy(String baseUrl,
IndyClientModule... modules) |
Indy(String baseUrl,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
Collection<IndyClientModule> modules)
Deprecated.
|
Indy(String baseUrl,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
IndyClientModule... modules)
Deprecated.
|
IndyClientHttp(IndyClientAuthenticator authenticator,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
org.commonjava.util.jhttpc.model.SiteConfig location) |
IndyClientHttp(org.commonjava.util.jhttpc.auth.PasswordManager passwordManager,
org.commonjava.indy.model.core.io.IndyObjectMapper mapper,
org.commonjava.util.jhttpc.model.SiteConfig location) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.impl.client.HttpClientBuilder |
OAuth20BearerTokenAuthenticator.decorateClientBuilder(URL url,
org.apache.http.impl.client.HttpClientBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndyNfcClientModule.clearAll() |
void |
IndyNfcClientModule.clearInStore(org.commonjava.indy.model.core.StoreType type,
String name,
String path) |
<T extends org.commonjava.indy.model.core.ArtifactStore> |
IndyStoresClientModule.create(T value,
String changelog,
Class<T> type) |
void |
IndyContentClientModule.delete(org.commonjava.indy.model.core.StoreKey key,
String path) |
void |
IndyStoresClientModule.delete(org.commonjava.indy.model.core.StoreKey key,
String changelog) |
void |
IndyContentClientModule.delete(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
void |
IndyStoresClientModule.delete(org.commonjava.indy.model.core.StoreType type,
String name,
String changelog)
Deprecated.
|
boolean |
IndyStoresClientModule.exists(org.commonjava.indy.model.core.StoreKey key) |
boolean |
IndyContentClientModule.exists(org.commonjava.indy.model.core.StoreKey key,
String path) |
Boolean |
IndyContentClientModule.exists(org.commonjava.indy.model.core.StoreKey key,
String path,
boolean cacheOnly) |
boolean |
IndyStoresClientModule.exists(org.commonjava.indy.model.core.StoreType type,
String name)
Deprecated.
|
boolean |
IndyContentClientModule.exists(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
Boolean |
IndyContentClientModule.exists(org.commonjava.indy.model.core.StoreType type,
String name,
String path,
boolean cacheOnly)
Deprecated.
|
InputStream |
IndyContentClientModule.get(org.commonjava.indy.model.core.StoreKey key,
String path) |
InputStream |
IndyContentClientModule.get(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
org.commonjava.indy.model.spi.AddOnListing |
IndyStatsClientModule.getActiveAddons() |
InputStream |
IndyStatsClientModule.getActiveAddonsJS() |
org.commonjava.indy.model.core.dto.EndpointViewListing |
IndyStatsClientModule.getAllEndpoints() |
org.commonjava.indy.model.core.dto.NotFoundCacheDTO |
IndyNfcClientModule.getAllNfcContent()
Deprecated.
|
org.commonjava.indy.model.core.dto.NotFoundCacheDTO |
IndyNfcClientModule.getAllNfcContentInStore(org.commonjava.indy.model.core.StoreType type,
String name)
Deprecated.
|
Map<org.commonjava.indy.model.core.StoreKey,Date> |
IndySchedulerClientModule.getDisabledStoreTimeouts() |
PathInfo |
IndyContentClientModule.getInfo(org.commonjava.indy.model.core.StoreKey key,
String path) |
PathInfo |
IndyContentClientModule.getInfo(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
Date |
IndySchedulerClientModule.getStoreDisableTimeout(org.commonjava.indy.model.core.StoreKey key) |
Date |
IndySchedulerClientModule.getStoreDisableTimeout(org.commonjava.indy.model.core.StoreType type,
String name) |
org.commonjava.indy.stats.IndyVersioning |
IndyStatsClientModule.getVersionInfo() |
org.commonjava.indy.model.core.dto.DirectoryListingDTO |
IndyContentClientModule.listContents(org.commonjava.indy.model.core.StoreKey key,
String path) |
org.commonjava.indy.model.core.dto.DirectoryListingDTO |
IndyContentClientModule.listContents(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
org.commonjava.indy.model.core.dto.StoreListingDTO<org.commonjava.indy.model.core.Group> |
IndyStoresClientModule.listGroups() |
org.commonjava.indy.model.core.dto.StoreListingDTO<org.commonjava.indy.model.core.Group> |
IndyStoresClientModule.listGroups(String packageType) |
org.commonjava.indy.model.core.dto.StoreListingDTO<org.commonjava.indy.model.core.HostedRepository> |
IndyStoresClientModule.listHostedRepositories() |
org.commonjava.indy.model.core.dto.StoreListingDTO<org.commonjava.indy.model.core.HostedRepository> |
IndyStoresClientModule.listHostedRepositories(String packageType) |
org.commonjava.indy.model.core.dto.StoreListingDTO<org.commonjava.indy.model.core.RemoteRepository> |
IndyStoresClientModule.listRemoteRepositories() |
org.commonjava.indy.model.core.dto.StoreListingDTO<org.commonjava.indy.model.core.RemoteRepository> |
IndyStoresClientModule.listRemoteRepositories(String packageType) |
<T extends org.commonjava.indy.model.core.ArtifactStore> |
IndyStoresClientModule.load(org.commonjava.indy.model.core.StoreKey key,
Class<T> cls) |
<T extends org.commonjava.indy.model.core.ArtifactStore> |
IndyStoresClientModule.load(org.commonjava.indy.model.core.StoreType type,
String name,
Class<T> cls)
Deprecated.
|
org.apache.http.impl.client.CloseableHttpClient |
IndyRawHttpModule.newClient() |
org.apache.http.client.protocol.HttpClientContext |
IndyRawHttpModule.newContext() |
void |
IndyContentClientModule.store(org.commonjava.indy.model.core.StoreKey key,
String path,
InputStream stream) |
void |
IndyContentClientModule.store(org.commonjava.indy.model.core.StoreType type,
String name,
String path,
InputStream stream)
Deprecated.
|
boolean |
IndyStoresClientModule.update(org.commonjava.indy.model.core.ArtifactStore store,
String changelog) |
Copyright © 2011-2017-2018. All Rights Reserved.