|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponse | |
---|---|
com.monoserv.http |
Uses of HttpResponse in com.monoserv.http |
---|
Methods in com.monoserv.http that return HttpResponse | |
---|---|
static HttpResponse |
HttpResponse.makeResponse()
Creates a generic response message. |
static HttpResponse |
HttpResponse.makeResponse()
Creates a generic response message. |
static HttpResponse |
HttpResponse.makeResponse(int responseCode)
Creates a generic HTTP response message using the supplied integer as the response code. |
static HttpResponse |
HttpResponse.makeResponse(int responseCode)
Creates a generic HTTP response message using the supplied integer as the response code. |
static HttpResponse |
HttpResponse.makeResponse(int responseCode,
double httpVersion)
Creates a HTTP response message with the response code and using the supplied HTTP version number As of right now, creates the HttpResponse object, sets the Response code and the HTTP version and returns it. |
static HttpResponse |
HttpResponse.makeResponse(int responseCode,
double httpVersion)
Creates a HTTP response message with the response code and using the supplied HTTP version number As of right now, creates the HttpResponse object, sets the Response code and the HTTP version and returns it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |