public interface DataSource
Modifier and Type | Method and Description |
---|---|
String |
get()
获取数据 retrieve data
|
int |
getStatusCode()
获取执行结果状态码 Get execution result status code
|
String |
getStatusLine()
获取执行结果状态的字符串说明 Get string description of execution result status
|
String get() throws Exception
Exception
- 与IO异常相关 Related to IO exceptionString getStatusLine()
int getStatusCode()
Copyright © 2016–2021. All rights reserved.