Uses of Class
org.apache.openejb.server.httpd.HttpResponseImpl
Packages that use HttpResponseImpl
-
Uses of HttpResponseImpl in org.apache.openejb.server.httpd
Methods in org.apache.openejb.server.httpd that return HttpResponseImplModifier and TypeMethodDescriptionprotected static HttpResponseImplHttpResponseImpl.createError(String message) This could be improved at some day in the future to also include a stack trace of the exceptionsprotected static HttpResponseImplHttpResponseImpl.createError(String message, Throwable t) creates an error with user defined variablesprotected static HttpResponseImplHttpResponseImpl.createForbidden(String ip) Creates a forbidden response to be sent to the browser using IP authentication