public class PodUpload extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
upload(HttpClient client,
PodOperationContext context,
OperationSupport operationSupport,
Path pathToUpload) |
static boolean |
uploadFileData(HttpClient client,
PodOperationContext context,
OperationSupport operationSupport,
InputStream inputStream) |
public static boolean upload(HttpClient client, PodOperationContext context, OperationSupport operationSupport, Path pathToUpload) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static boolean uploadFileData(HttpClient client, PodOperationContext context, OperationSupport operationSupport, InputStream inputStream) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2015–2022 Red Hat. All rights reserved.