| Package | Description |
|---|---|
| ml.comet.experiment.impl.constants | |
| ml.comet.experiment.impl.http | |
| ml.comet.experiment.impl.utils |
| Modifier and Type | Method and Description |
|---|---|
static FormParamName |
FormParamName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormParamName[] |
FormParamName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.asynchttpclient.ListenableFuture<org.asynchttpclient.Response> |
Connection.sendPostAsync(byte[] bytes,
@NonNull String endpoint,
@NonNull Map<QueryParamName,String> params,
Map<FormParamName,Object> formParams)
Allows asynchronous sending of provided byte array as POST request to the specified endpoint.
|
org.asynchttpclient.ListenableFuture<org.asynchttpclient.Response> |
Connection.sendPostAsync(@NonNull File file,
@NonNull String endpoint,
@NonNull Map<QueryParamName,String> queryParams,
Map<FormParamName,Object> formParams)
Allows asynchronous posting the content of the file as multipart form data to the specified endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<FormParamName,Object> |
RestApiUtils.assetFormParameters(@NonNull Asset asset)
Extracts form parameters from the provided
Asset. |
Copyright © 2022. All rights reserved.