Uses of Class
org.jgrapes.http.events.Request.In.Completed
Packages that use 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
Methods in org.jgrapes.http with parameters of type Request.In.CompletedModifier and TypeMethodDescriptionvoidHttpServer.onRequestCompleted(Request.In.Completed event, IOSubchannel appChannel) Checks whether the request has been handled (value ofRequestevent set totrue) or the status code in the prepared response is no longer “Not Implemented”.