Uses of Class
org.jgrapes.http.events.Response
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of Response in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpServer.onResponse
(Response event, org.jgrapes.http.HttpServer.WebAppMsgChannel appChannel) Handles a response event from downstream by sending it through anHttpResponseEncoder
that generates the data (encoded information) and sends it upstream withOutput
events.