public class TooManyRequestsStatus extends Object implements javax.ws.rs.core.Response.StatusType
Response.StatusType
for HTTP status 429 (Too many requests).Constructor and Description |
---|
TooManyRequestsStatus() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response.Status.Family |
getFamily() |
String |
getReasonPhrase() |
int |
getStatusCode() |
public int getStatusCode()
getStatusCode
in interface javax.ws.rs.core.Response.StatusType
public javax.ws.rs.core.Response.Status.Family getFamily()
getFamily
in interface javax.ws.rs.core.Response.StatusType
public String getReasonPhrase()
getReasonPhrase
in interface javax.ws.rs.core.Response.StatusType
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.