Package | Description |
---|---|
us.codecraft.webmagic |
Main class "Spider" and models.
|
us.codecraft.webmagic.model |
Page model and annotations used to customize a crawler.
|
Modifier and Type | Method and Description |
---|---|
HttpRequestBody |
Request.getRequestBody() |
Modifier and Type | Method and Description |
---|---|
void |
Request.setRequestBody(HttpRequestBody requestBody) |
Modifier and Type | Method and Description |
---|---|
static HttpRequestBody |
HttpRequestBody.custom(byte[] body,
String contentType,
String encoding) |
static HttpRequestBody |
HttpRequestBody.form(Map<String,Object> params,
String encoding) |
static HttpRequestBody |
HttpRequestBody.json(String json,
String encoding) |
static HttpRequestBody |
HttpRequestBody.xml(String xml,
String encoding) |
Copyright © 2017. All rights reserved.