Dependencies
Declarations
-
org
-
apache
-
maven
-
wagon
-
providers
-
http
-
LightweightHttpWagon
- preemptiveAuthentication: boolean
- putConnection: HttpURLConnection
- proxy: Proxy
- MAX_REDIRECTS: int
- useCache: boolean
- httpHeaders: Properties
- authenticator: LightweightHttpWagonAuthenticator
- buildUrl(Resource): String
- fillInputData(InputData): void
- addHeaders(HttpURLConnection): void
- setAuthorization(HttpURLConnection): void
- fillOutputData(OutputData): void
- finishPutTransfer(Resource, InputStream, OutputStream): void
- openConnectionInternal(): void
- requestProxyAuthentication(): PasswordAuthentication
- requestServerAuthentication(): PasswordAuthentication
- getProxy(ProxyInfo): Proxy
- getProxyType(ProxyInfo): Type
- getSocketAddress(ProxyInfo): SocketAddress
- closeConnection(): void
- getFileList(String): List<String>
- resourceExists(String): boolean
- isUseCache(): boolean
- setUseCache(boolean): void
- getHttpHeaders(): Properties
- setHttpHeaders(Properties): void
- setSystemProperty(String, String): void
- setPreemptiveAuthentication(boolean): void
- getAuthenticator(): LightweightHttpWagonAuthenticator
- setAuthenticator(LightweightHttpWagonAuthenticator): void
- LightweightHttpWagonAuthenticator
- LightweightHttpsWagon
-
LightweightHttpWagon
-
http
-
providers
-
wagon
-
maven
-
apache