org.archive.modules.extractor.Hop

/**
* The kind of "hop" from one URI to another. Each hop type can be
* represented by a single character; strings of these characters can
* appear in logs. Eg, "LLLX" means that a URI was three normal links from
* a seed, and then one speculative link.
*
* @author pjack
*/

/** Navigation links, like A/@HREF. */
NAVLINK('L'),

/** Implied prerequisite links, like dns or robots. */
PREREQ('P'),

/** Embedded links necessary to render the page, like IMG/@SRC. */
EMBED('E'),

/**
* Speculative/aggressively extracted links, perhaps embed or nav,
* as in javascript.
*/
SPECULATIVE('X'),

/**
* Referral/redirect links, like header 'Location:' on a 301/302 response.
*/
REFER('R'),

/**
* Inferred/implied links -- not necessarily literally in the source
* material, but deduced by convention.
*/
INFERRED('I');
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值