| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.http | 
| Modifier and Type | Method and Description | 
|---|---|
static RequestMethod | 
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RequestMethod[] | 
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static long | 
Requests.downloadFile(@NotNull RequestMethod method,
            @NotNull String url,
            @NotNull Path path)
URLを使用してファイルをダウンロードします。 
 | 
static long | 
Requests.downloadFile(@NotNull RequestMethod method,
            @NotNull String url,
            @NotNull Path path,
            @Nullable Consumer<DownloadProgress> onProgress)
URLを使用してファイルをダウンロードします。 
 | 
Copyright © 2023. All rights reserved.