- access_token - Variable in class weibo4j.Oauth
-
- AccessToken - Class in weibo4j.http
-
- AccessToken(Response) - Constructor for class weibo4j.http.AccessToken
-
- Account - Class in weibo4j
-
- Account() - Constructor for class weibo4j.Account
-
- ApiRateLimits - Class in weibo4j.model
-
- asDocument() - Method in class weibo4j.http.Response
-
Returns the response body as org.w3c.dom.Document.
Disconnects the internal HttpURLConnection silently.
- asJSONArray() - Method in class weibo4j.http.Response
-
Returns the response body as sinat4j.org.json.JSONArray.
Disconnects the internal HttpURLConnection silently.
- asJSONObject() - Method in class weibo4j.http.Response
-
Returns the response body as sinat4j.org.json.JSONObject.
Disconnects the internal HttpURLConnection silently.
- asReader() - Method in class weibo4j.http.Response
-
- asStream() - Method in class weibo4j.http.Response
-
Returns the response stream.
This method cannot be called after calling asString() or asDcoument()
It is suggested to call disconnect() after consuming the stream.
- asString() - Method in class weibo4j.http.Response
-
Returns the response body as string.
Disconnects the internal HttpURLConnection silently.
- authorize(String, String) - Method in class weibo4j.Oauth
-
- authorize(String, String, String) - Method in class weibo4j.Oauth
-