|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericHTTPException | |
---|---|
com.monoserv.http | |
com.monoserv.http.exceptions |
Uses of GenericHTTPException in com.monoserv.http |
---|
Methods in com.monoserv.http that throw GenericHTTPException | |
---|---|
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. |
void |
HttpResponse.setHttpVersion(double httpVersion)
Sets the HTTP version to a new value. |
void |
HttpResponse.setHttpVersion(double httpVersion)
Sets the HTTP version to a new value. |
Uses of GenericHTTPException in com.monoserv.http.exceptions |
---|
Subclasses of GenericHTTPException in com.monoserv.http.exceptions | |
---|---|
class |
HeaderDoesNotExistException
|
class |
InvalidHTTPResponseCode
|
class |
InvalidQueryStringFieldName
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |