Dependencies
- commons-codec/commons-codec/1.11
- commons-io/commons-io/2.6
- java/11
- org.apache.httpcomponents/httpclient/4.5.9
- org.apache.httpcomponents/httpcore/4.4.11
- org.apache.maven.wagon/wagon-http-shared/3.3.4
- org.apache.maven.wagon/wagon-provider-api/3.3.4
- org.codehaus.plexus/plexus-utils/3.2.0
- org.jsoup/jsoup/1.12.1
- org.slf4j/slf4j-api/1.7.25
Declarations
-
org
-
apache
-
maven
-
wagon
-
providers
-
http
-
LightweightHttpWagon
- preemptiveAuthentication: boolean
- putConnection: HttpURLConnection
- proxy: Proxy
- IOEXCEPTION_MESSAGE_PATTERN: Pattern
- 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
- convertHttpUrlConnectionException(IOException, HttpURLConnection, String): TransferFailedException
- LightweightHttpWagonAuthenticator
- LightweightHttpsWagon
-
LightweightHttpWagon
-
http
-
providers
-
wagon
-
maven
-
apache