Uses of Class
org.glassfish.grizzly.http.server.Response
-
Packages that use Response Package Description org.glassfish.grizzly.http.server org.glassfish.grizzly.http.server.accesslog org.glassfish.grizzly.http.server.io org.glassfish.grizzly.http.server.util -
-
Uses of Response in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server declared as Response Modifier and Type Field Description protected ResponseRequest. responseThe response with which this request is associated.Methods in org.glassfish.grizzly.http.server that return Response Modifier and Type Method Description ResponseRequest. getResponse()Methods in org.glassfish.grizzly.http.server that return types with arguments of type Response Modifier and Type Method Description org.glassfish.grizzly.CompletionHandler<Response>Response.SuspendedContextImpl. getCompletionHandler()org.glassfish.grizzly.CompletionHandler<Response>SuspendContext. getCompletionHandler()Get the suspendedResponseCompletionHandler.Methods in org.glassfish.grizzly.http.server with parameters of type Response Modifier and Type Method Description protected static voidStaticHttpHandlerBase. addCachingHeaders(Response response, File file)booleanStaticHttpHandlerBase. addToFileCache(Request req, Response res, File resource)protected booleanCLStaticHttpHandler. handle(String resourcePath, Request request, Response response)Lookup a resource based on the request URI, and process it.protected booleanStaticHttpHandler. handle(String uri, Request request, Response response)Lookup a resource based on the request URI, and process it.protected abstract booleanStaticHttpHandlerBase. handle(String uri, Request request, Response response)Lookup a resource based on the request URI, and process it.protected voidStaticHttpHandlerBase. onMissingResource(Request request, Response response)The method will be called, if the static resource requested by theRequestwasn't found, soStaticHttpHandlerimplementation may try to workaround this situation.voidHttpServerProbe.Adapter. onRequestCompleteEvent(HttpServerFilter filter, org.glassfish.grizzly.Connection connection, Response response)Method will be called, whenRequestprocessing will be completed.voidHttpServerProbe. onRequestCompleteEvent(HttpServerFilter filter, org.glassfish.grizzly.Connection connection, Response response)Method will be called, whenRequestprocessing will be completed.booleanTimeoutHandler. onTimeout(Response response)Method is called, when suspendedResponsetimeout expired.protected voidHttpServerFilter. onTraceRequest(Request request, Response response)protected static voidStaticHttpHandlerBase. pickupContentType(Response response, String path)protected booleanHttpHandler. sendAcknowledgment(Request request, Response response)The default implementation will acknowledge anExpect: 100-Continuewith a response line with the status 100 followed by the final response to this request.static voidStaticHttpHandlerBase. sendFile(Response response, File file)abstract voidHttpHandler. service(Request request, Response response)This method should contain the logic for any HTTP extension to the Grizzly HTTP web server.voidHttpHandlerChain. service(Request request, Response response)Map theRequestto the properHttpHandlervoidStaticHttpHandlerBase. service(Request request, Response response)Based on theRequestURI, try to map the file from the#getDocRoots(), and send it back to a client.Method parameters in org.glassfish.grizzly.http.server with type arguments of type Response Modifier and Type Method Description voidResponse. suspend(long timeout, TimeUnit timeunit, org.glassfish.grizzly.CompletionHandler<Response> completionHandler)Suspend theResponse.voidResponse. suspend(long timeout, TimeUnit timeunit, org.glassfish.grizzly.CompletionHandler<Response> completionHandler, TimeoutHandler timeoutHandler)Suspend theResponse.Constructors in org.glassfish.grizzly.http.server with parameters of type Response Constructor Description Request(Response response) -
Uses of Response in org.glassfish.grizzly.http.server.accesslog
Methods in org.glassfish.grizzly.http.server.accesslog with parameters of type Response Modifier and Type Method Description StringAccessLogFormat. format(Response response, Date timeStamp, long responseNanos)StringApacheLogFormat. format(Response response, Date timeStamp, long responseNanos)voidAccessLogProbe. onRequestCompleteEvent(HttpServerFilter filter, org.glassfish.grizzly.Connection connection, Response response)Receive notification of the completion of aResponsean possibly trigger an access log entry generation. -
Uses of Response in org.glassfish.grizzly.http.server.io
Methods in org.glassfish.grizzly.http.server.io with parameters of type Response Modifier and Type Method Description voidServerOutputBuffer. initialize(Response response, org.glassfish.grizzly.filterchain.FilterChainContext ctx) -
Uses of Response in org.glassfish.grizzly.http.server.util
Methods in org.glassfish.grizzly.http.server.util with parameters of type Response Modifier and Type Method Description static voidHtmlHelper. sendErrorPage(Request request, Response response, ErrorPageGenerator generator, int status, String reasonPhrase, String description, Throwable exception)Generate and send an error page for the given HTTP response status.static voidHtmlHelper. setErrorAndSendErrorPage(Request request, Response response, ErrorPageGenerator generator, int status, String reasonPhrase, String description, Throwable exception)Generate and send an error page for the given HTTP response status.static voidHtmlHelper. writeTraceMessage(Request request, Response response)
-