public final class CrawlerConstant extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REQUEST_HOSTORY
所有请求的集合
|
static int |
SC_INTERNAL_SERVER_ERROR
默认的请求异常时的响应码,500
|
static int |
SC_OK
默认的请求成功时的响应码, 200
|
static String |
SEPARATOR
提取时出现多条数据拼接的标识符
|
static String |
WAIT_DOWN
等待下载的URL的集合
|
Constructor and Description |
---|
CrawlerConstant() |
public static final String WAIT_DOWN
public static final String REQUEST_HOSTORY
public static final String SEPARATOR
public static final int SC_OK
public static final int SC_INTERNAL_SERVER_ERROR
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.