public interface ClientEngine extends Closeable
| Modifier and Type | Method and Description |
|---|---|
Object |
getRawEngine()
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
|
ClientEngine |
init(ClientConfig config)
设置客户端引擎参数,如超时、代理等信息
|
Response |
send(Request message)
发送HTTP请求
|
ClientEngine init(ClientConfig config)
config - 客户端设置Object getRawEngine()
Copyright © 2024. All rights reserved.