REQ - RESP - public interface RepeaterTranslateFactory<REQ,RESP>
| Modifier and Type | Method and Description |
|---|---|
Request |
request(EoxConfig config,
EoxNameRuleFactory rule,
REQ oreq)
将原始 request 翻译成 repeater request
|
RESP |
response(EoxConfig config,
RESP oresp,
Response resp) |
Request request(EoxConfig config, EoxNameRuleFactory rule, REQ oreq)
config - 配置rule - 临时文件命名规则oreq - 原始 requestCopyright © 2018. All rights reserved.