Dependencies
Declarations
-
org
-
apache
-
maven
-
wagon
-
shared
-
http
-
AbstractHttpClientWagon
-
WagonHttpEntity
-
GMT_TIME_ZONE: TimeZone
-
persistentPool: boolean
-
SSL_INSECURE: boolean
-
IGNORE_SSL_VALIDITY_DATES: boolean
-
SSL_ALLOW_ALL: boolean
-
MAX_CONN_PER_ROUTE: int
-
MAX_CONN_TOTAL: int
-
CONN_TTL: long
-
httpClientConnectionManager: HttpClientConnectionManager
-
SC_TOO_MANY_REQUESTS: int
-
initialBackoffSeconds: int
-
MAX_BACKOFF_WAIT_SECONDS: int
-
backoff(int, String): int
-
getMaxBackoffWaitSeconds(): int
-
createConnManager(): PoolingHttpClientConnectionManager
-
RETRY_HANDLER_CLASS: String
-
RETRY_HANDLER_REQUEST_SENT_ENABLED: boolean
-
RETRY_HANDLER_COUNT: int
-
RETRY_HANDLER_EXCEPTIONS: String
-
createRetryHandler(): HttpRequestRetryHandler
-
SERVICE_UNAVAILABLE_RETRY_STRATEGY_CLASS: String
-
SERVICE_UNAVAILABLE_RETRY_STRATEGY_RETRY_INTERVAL: int
-
SERVICE_UNAVAILABLE_RETRY_STRATEGY_MAX_RETRIES: int
-
createServiceUnavailableRetryStrategy(): ServiceUnavailableRetryStrategy
-
createAuthSchemeRegistry(): Registry<AuthSchemeProvider>
-
getNonRetryableExceptions(): Collection<Class<IOException>>
-
httpClient: CloseableHttpClient
-
createClient(): CloseableHttpClient
-
credentialsProvider: CredentialsProvider
-
authCache: AuthCache
-
closeable: Closeable
-
httpHeaders: Properties
-
httpConfiguration: HttpConfiguration
-
basicAuth: BasicAuthScope
-
proxyAuth: BasicAuthScope
-
openConnectionInternal(): void
-
closeConnection(): void
-
getHttpClient(): CloseableHttpClient
-
setPersistentPool(boolean): void
-
setPoolingHttpClientConnectionManager(PoolingHttpClientConnectionManager): void
-
put(File, String): void
-
putFromStream(InputStream, String, long, long): void
-
put(InputStream, Resource, File): void
-
put(Resource, File, HttpEntity): void
-
buildUrl(Resource): String
-
buildUrl(String): String
-
put(Resource, File, HttpEntity, String): void
-
put(int, Resource, File, HttpEntity, String): void
-
calculateRelocatedUrl(HttpResponse): String
-
mkdirs(String): void
-
resourceExists(String): boolean
-
resourceExists(int, String): boolean
-
execute(HttpUriRequest): CloseableHttpResponse
-
setHeaders(HttpUriRequest): void
-
getUserAgent(HttpUriRequest): String
-
getURL(Repository): String
-
getHttpConfiguration(): HttpConfiguration
-
setHttpConfiguration(HttpConfiguration): void
-
getBasicAuthScope(): BasicAuthScope
-
setBasicAuthScope(BasicAuthScope): void
-
getProxyBasicAuthScope(): BasicAuthScope
-
setProxyBasicAuthScope(BasicAuthScope): void
-
fillInputData(InputData): void
-
fillInputData(int, InputData): void
-
cleanupGetTransfer(Resource): void
-
putFromStream(InputStream, String): void
-
putFromStream(InputStream, Resource): void
-
getHttpHeaders(): Properties
-
setHttpHeaders(Properties): void
-
fillOutputData(OutputData): void
-
getCredentialsProvider(): CredentialsProvider
-
getAuthCache(): AuthCache
-
getInitialBackoffSeconds(): int
-
setInitialBackoffSeconds(int): void
-
BasicAuthScope
-
ConfigurationUtils
-
EncodingUtil
-
HtmlFileListParser
-
HttpConfiguration
-
HttpMessageUtils
-
SC_UNAUTHORIZED: int
-
SC_FORBIDDEN: int
-
SC_NOT_FOUND: int
-
SC_PROXY_AUTH_REQUIRED: int
-
SC_GONE: int
-
UNKNOWN_STATUS_CODE: int
-
formatTransferDebugMessage(String, int, String, ProxyInfo): String
-
formatTransferFailedMessage(String, ProxyInfo): String
-
formatTransferFailedMessage(String, int, String, ProxyInfo): String
-
formatAuthorizationMessage(String, int, String, ProxyInfo): String
-
formatResourceDoesNotExistMessage(String, int, String, ProxyInfo): String
-
formatMessage(String, String, int, String, ProxyInfo): String
-
HttpMethodConfiguration
-
RelaxedTrustStrategy
-
StandardServiceUnavailableRetryStrategy
Java files
Class files