Uses of Class
applications.webServer.httpPacketUtils.HttpResponse

Packages that use HttpResponse
applications.webServer 
applications.webServer.httpPacketUtils 

Uses of HttpResponse in applications.webServer
 

Fields in applications.webServer declared as HttpResponse
private HttpResponseMamServletResponse.m_httpResponse
          
 

Methods in applications.webServer that return HttpResponse
HttpResponseMamServletResponse.getHttpResponse()
          
 

Methods in applications.webServer with parameters of type HttpResponse
protected voidMamServletResponse.setHttpResponse(HttpResponse httpResponse)
          
 

Uses of HttpResponse in applications.webServer.httpPacketUtils
 

Methods in applications.webServer.httpPacketUtils that return HttpResponse
static HttpResponseHttpResponseFactory.createExpiredOkResponse(String htmlBody)
          
static HttpResponseHttpResponseFactory.createGetFileResponseWithoutBody(String contentType, int fileLength)
          
static HttpResponseHttpResponseFactory.createNotFoundResponse()
          
static HttpResponseHttpResponseFactory.createOkResponse(String htmlBody)