Uses of Interface
org.apache.maven.wagon.StreamingWagon
-
-
Uses of StreamingWagon in org.apache.maven.wagon
Classes in org.apache.maven.wagon that implement StreamingWagon Modifier and Type Class Description classStreamWagonBase class for wagon which provide stream based API. -
Uses of StreamingWagon in org.apache.maven.wagon.providers.file
Classes in org.apache.maven.wagon.providers.file that implement StreamingWagon Modifier and Type Class Description classFileWagonWagon Provider for Local File System -
Uses of StreamingWagon in org.apache.maven.wagon.providers.ftp
Classes in org.apache.maven.wagon.providers.ftp that implement StreamingWagon Modifier and Type Class Description classFtpHttpWagonFtpHttpWagonclassFtpsWagonFtpsWagonclassFtpWagonFtpWagon -
Uses of StreamingWagon in org.apache.maven.wagon.providers.http
Classes in org.apache.maven.wagon.providers.http that implement StreamingWagon Modifier and Type Class Description classHttpWagonclassLightweightHttpsWagonLightweightHttpsWagon, using JDK's HttpURLConnection.classLightweightHttpWagonLightweightHttpWagon, using JDK's HttpURLConnection. -
Uses of StreamingWagon in org.apache.maven.wagon.shared.http
Classes in org.apache.maven.wagon.shared.http that implement StreamingWagon Modifier and Type Class Description classAbstractHttpClientWagon
-