public class HTTPRepositoryClient extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HTTPRepositoryClient.HTTPRepositoryProfile |
Constructor and Description |
---|
HTTPRepositoryClient() |
Modifier and Type | Method and Description |
---|---|
step.resources.Resource |
downloadResource(HTTPRepositoryClient.HTTPRepositoryProfile profile,
String url,
Function<BufferedInputStream,step.resources.Resource> streamConsumer) |
String |
getETag(HTTPRepositoryClient.HTTPRepositoryProfile profile,
String url) |
static String |
getFileName(String url) |
public step.resources.Resource downloadResource(HTTPRepositoryClient.HTTPRepositoryProfile profile, String url, Function<BufferedInputStream,step.resources.Resource> streamConsumer)
public String getETag(HTTPRepositoryClient.HTTPRepositoryProfile profile, String url)
Copyright © 2020. All rights reserved.