public interface RunnableChainNode
| 限定符和类型 | 方法和说明 |
|---|---|
List<ChainNodeWrapper> |
next(String responseContent,
okhttp3.Response response,
ChainContext chainContext)
解析内容并决定下一步需要执行的内容
|
RequestWrapper |
request(String targetHtml,
okhttp3.Response prevResponse,
ChainContext chainContext)
构建本次请求内容
|
RequestWrapper request(String targetHtml, okhttp3.Response prevResponse, ChainContext chainContext)
List<ChainNodeWrapper> next(String responseContent, okhttp3.Response response, ChainContext chainContext) throws IOException
IOExceptionCopyright © 2017. All rights reserved.