| 方法和说明 |
|---|
| com.baidu.jprotobuf.pbrpc.transport.RpcClientOptions.getThreadPoolSize()
please use
RpcClientOptions.getMaxTotal() instead |
| com.baidu.jprotobuf.pbrpc.transport.RpcClientOptions.setThreadPoolSize(int)
please use
RpcClientOptions.setMaxTotoal(int) instead |
| com.baidu.jprotobuf.pbrpc.utils.StringUtils.stringToInt(String, int)
Use
StringUtils.toInt(String, int) This method will be removed in Commons Lang 3.0 |
Copyright © 2022 Baidu, Inc.. All rights reserved.