| Package | Description |
|---|---|
| weibo4j.http | |
| weibo4j.model |
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpClient.delete(String url,
PostParameter[] params)
处理http deletemethod请求
|
Response |
HttpClient.get(String url)
处理http getmethod 请求
|
Response |
HttpClient.get(String url,
PostParameter[] params) |
Response |
HttpClient.get(String url,
PostParameter[] params,
Paging paging) |
Response |
HttpClient.httpRequest(org.apache.commons.httpclient.HttpMethod method) |
Response |
HttpClient.httpRequest(org.apache.commons.httpclient.HttpMethod method,
Boolean WithTokenHeader) |
Response |
HttpClient.multPartURL(String url,
PostParameter[] params,
ImageItem item)
支持multipart方式上传图片
|
Response |
HttpClient.multPartURL(String fileParamName,
String url,
PostParameter[] params,
File file,
boolean authenticated) |
Response |
HttpClient.post(String url,
PostParameter[] params)
处理http post请求
|
Response |
HttpClient.post(String url,
PostParameter[] params,
Boolean WithTokenHeader) |
| Constructor and Description |
|---|
AccessToken(Response res) |
| Modifier and Type | Method and Description |
|---|---|
static List<Emotion> |
Emotion.constructEmotions(Response res) |
static List<Favorites> |
Favorites.constructFavorites(Response res) |
static String[] |
User.constructIds(Response res) |
static List<School> |
School.constructSchool(Response res) |
static List<FavoritesTag> |
Tag.constructTag(Response res) |
static List<FavoritesTag> |
FavoritesTag.constructTag(Response res) |
static List<Tag> |
Tag.constructTags(Response res) |
static List<FavoritesTag> |
FavoritesTag.constructTags(Response res) |
static TagWapper |
Tag.constructTagWapper(Response res) |
static List<UserTrend> |
UserTrend.constructTrendList(Response res) |
static List<Trends> |
Trends.constructTrendsList(Response res) |
static CommentWapper |
Comment.constructWapperComments(Response res) |
static StatusWapper |
Status.constructWapperStatus(Response res) |
static UserWapper |
User.constructWapperUsers(Response res) |
| Constructor and Description |
|---|
Comment(Response res) |
Emotion(Response res) |
Favorites(Response res) |
RateLimitStatus(Response res) |
School(Response res) |
Status(Response res) |
UserTrend(Response res) |
WeiboResponse(Response res) |
Copyright © 2013. All Rights Reserved.