package com.walker.security; public interface SpiderLoader { /** * 加载协议,并与本地的固定参数对比。

* 如果不成功,抛出异常。 * @return */ Object load(); }