|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.Net.HttpStatus
public static class Net.HttpStatus
Contains information about the HTTP status line returned with the Net.HttpResponse
after a Net.HttpRequest
was
performed.
Constructor Summary | |
---|---|
Net.HttpStatus(int statusCode)
|
Method Summary | |
---|---|
int |
getStatusCode()
Returns the status code of the HTTP response, normally 2xx status codes indicate success while 4xx and 5xx indicate client and server errors, respectively (see HTTP/1.1: Status Code Definitions for more information about HTTP status codes). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Net.HttpStatus(int statusCode)
Method Detail |
---|
public int getStatusCode()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |