Package com.niklasarndt.okhttpmock
Annotation Type HttpCode
public @interface HttpCode
-
Field Summary
Fields Modifier and Type Field Description static int
HTTP_200_OK
static int
HTTP_204_NO_CONTENT
static int
HTTP_302_FOUND
static int
HTTP_303_SEE_OTHER
static int
HTTP_304_NOT_MODIFIED
static int
HTTP_400_BAD_REQUEST
static int
HTTP_401_UNAUTHORIZED
static int
HTTP_403_FORBIDDEN
static int
HTTP_404_NOT_FOUND
static int
HTTP_405_METHOD_NOT_ALLOWED
static int
HTTP_409_CONFLICT
static int
HTTP_500_INTERNAL_SERVER_ERROR
-
Field Details
-
HTTP_200_OK
static final int HTTP_200_OK- See Also:
- Constant Field Values
-
HTTP_204_NO_CONTENT
static final int HTTP_204_NO_CONTENT- See Also:
- Constant Field Values
-
HTTP_302_FOUND
static final int HTTP_302_FOUND- See Also:
- Constant Field Values
-
HTTP_303_SEE_OTHER
static final int HTTP_303_SEE_OTHER- See Also:
- Constant Field Values
-
HTTP_304_NOT_MODIFIED
static final int HTTP_304_NOT_MODIFIED- See Also:
- Constant Field Values
-
HTTP_400_BAD_REQUEST
static final int HTTP_400_BAD_REQUEST- See Also:
- Constant Field Values
-
HTTP_401_UNAUTHORIZED
static final int HTTP_401_UNAUTHORIZED- See Also:
- Constant Field Values
-
HTTP_403_FORBIDDEN
static final int HTTP_403_FORBIDDEN- See Also:
- Constant Field Values
-
HTTP_404_NOT_FOUND
static final int HTTP_404_NOT_FOUND- See Also:
- Constant Field Values
-
HTTP_405_METHOD_NOT_ALLOWED
static final int HTTP_405_METHOD_NOT_ALLOWED- See Also:
- Constant Field Values
-
HTTP_409_CONFLICT
static final int HTTP_409_CONFLICT- See Also:
- Constant Field Values
-
HTTP_500_INTERNAL_SERVER_ERROR
static final int HTTP_500_INTERNAL_SERVER_ERROR- See Also:
- Constant Field Values
-