| ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponse | |
applications.webServer | |
applications.webServer.httpPacketUtils |
Uses of HttpResponse in applications.webServer |
Fields in applications.webServer declared as HttpResponse | |
private HttpResponse | MamServletResponse.m_httpResponse |
Methods in applications.webServer that return HttpResponse | |
HttpResponse | MamServletResponse.getHttpResponse() |
Methods in applications.webServer with parameters of type HttpResponse | |
protected void | MamServletResponse.setHttpResponse(HttpResponse httpResponse) |
Uses of HttpResponse in applications.webServer.httpPacketUtils |
Methods in applications.webServer.httpPacketUtils that return HttpResponse | |
static HttpResponse | HttpResponseFactory.createExpiredOkResponse(String htmlBody) |
static HttpResponse | HttpResponseFactory.createGetFileResponseWithoutBody(String contentType, int fileLength) |
static HttpResponse | HttpResponseFactory.createNotFoundResponse() |
static HttpResponse | HttpResponseFactory.createOkResponse(String htmlBody) |
| ||||||||||
PREV NEXT | FRAMES NO FRAMES |