JavaScript is disabled on your browser.
Skip navigation links
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
public interface
Status
A status line of a HTTP response.
Method Summary
All Methods
Instance Methods
Abstract 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
Skip navigation links
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