Uses of Class
org.jgrapes.http.events.Request.In.Completed
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of Request.In.Completed in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpServer.onRequestCompleted
(Request.In.Completed event, IOSubchannel appChannel) Checks whether the request has been handled (value ofRequest
event set totrue
) or the status code in the prepared response is no longer “Not Implemented”.