JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ratpack.http
Interface Status
All Known Subinterfaces:
MutableStatus
public interface
Status
A status line of a HTTP response.
Method Summary
Methods
Modifier and Type
Method and Description
int
getCode
()
The status code.
String
getMessage
()
The message of the status.
Method Detail
getCode
int getCode()
The status code.
Returns:
The status code
getMessage
String
getMessage()
The message of the status.
Returns:
The message of the status
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method