public class HttpTransportUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HEADER_DISTRIBUTION_ORIGINAL_ID |
Constructor and Description |
---|
HttpTransportUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
deletePackage(org.apache.http.client.fluent.Executor executor,
URI distributionURI,
String remotePackageId) |
static InputStream |
fetchNextPackage(org.apache.http.client.fluent.Executor executor,
URI distributionURI,
Map<String,String> headers) |
public static final String HEADER_DISTRIBUTION_ORIGINAL_ID
public static InputStream fetchNextPackage(org.apache.http.client.fluent.Executor executor, URI distributionURI, Map<String,String> headers) throws URISyntaxException, IOException
URISyntaxException
IOException
public static boolean deletePackage(org.apache.http.client.fluent.Executor executor, URI distributionURI, String remotePackageId) throws URISyntaxException, IOException
URISyntaxException
IOException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.