facebook4j.internal.http
Interface HttpResponseCode
- All Known Implementing Classes:
- HttpClientImpl
public interface HttpResponseCode
- Since:
- Twitter4J 2.1.2
- Author:
- Yusuke Yamamoto - yusuke at mac.com
OK
static final int OK
- See Also:
- Constant Field Values
MULTIPLE_CHOICES
static final int MULTIPLE_CHOICES
- See Also:
- Constant Field Values
FOUND
static final int FOUND
- See Also:
- Constant Field Values
NOT_MODIFIED
static final int NOT_MODIFIED
- See Also:
- Constant Field Values
BAD_REQUEST
static final int BAD_REQUEST
- See Also:
- Constant Field Values
UNAUTHORIZED
static final int UNAUTHORIZED
- See Also:
- Constant Field Values
FORBIDDEN
static final int FORBIDDEN
- See Also:
- Constant Field Values
NOT_FOUND
static final int NOT_FOUND
- See Also:
- Constant Field Values
NOT_ACCEPTABLE
static final int NOT_ACCEPTABLE
- See Also:
- Constant Field Values
TOO_LONG
static final int TOO_LONG
- See Also:
- Constant Field Values
ENHANCE_YOUR_CLAIM
static final int ENHANCE_YOUR_CLAIM
- See Also:
- Search API: new HTTP response code 420 for rate limiting starting 1/18/2010,
Constant Field Values
INTERNAL_SERVER_ERROR
static final int INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
BAD_GATEWAY
static final int BAD_GATEWAY
- See Also:
- Constant Field Values
SERVICE_UNAVAILABLE
static final int SERVICE_UNAVAILABLE
- See Also:
- Constant Field Values