public interface Option
| 限定符和类型 | 方法和说明 |
|---|---|
static Options |
conv2Options(Option[] opts) |
void |
fill(Options options) |
static Option |
withHTTPHeader(String key,
String value) |
static Option |
withHTTPQuery(String key,
String value) |
static Option |
withRequestID(String requestID) |
static Option |
withServerTimeout(Duration timeout) |
static Option |
withTimeout(Duration timeout) |
void fill(Options options)
Copyright © 2023. All rights reserved.