Package | Description |
---|---|
alluxio.util.network |
Modifier and Type | Method and Description |
---|---|
static void |
HttpUtils.get(String url,
Integer timeout,
HttpUtils.IProcessInputStream processInputStream)
Uses the get method to send a url with arguments by http, this method can call RESTful Api.
|
static void |
HttpUtils.post(String url,
String cookies,
Integer timeout,
HttpUtils.IProcessInputStream processInputStream)
Uses the post method to send a url with arguments by http, this method can call RESTful Api.
|
Copyright © 2023. All Rights Reserved.