公告板
版本库
filestore
活动
搜索
登录
iplatform_group
/
walker-dependencies
iplatform平台基础类库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2.7.18
shikeying
2024-01-11
3b67e947e36133e2a40eb2737b15ea375e157ea0
[iplatform_group/walker-dependencies.git]
/
walker-security
/
src
/
main
/
java
/
com
/
walker
/
security
/
SpiderLoader.java
1
2
3
4
5
6
7
8
9
10
11
package com.walker.security;
public interface SpiderLoader {
/**
* 加载协议,并与本地的固定参数对比。</p>
* 如果不成功,抛出异常。
* @return
*/
Object load();
}