Uses of Interface
org.jgrapes.io.util.InputConsumer
Packages that use InputConsumer
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of InputConsumer in org.jgrapes.http
Classes in org.jgrapes.http that implement InputConsumer -
Uses of InputConsumer in org.jgrapes.io.util
Classes in org.jgrapes.io.util that implement InputConsumerModifier and TypeClassDescriptionclassAManagedBufferStreamerthat feeds the data to a JSON parser.classCollects character data from buffers and makes it available as complete lines.classAReaderthat provides the data from theManagedBuffers fed to it to a consumer.classStarts a thread with a synchronous consumer of input provided by aReaderwhich is fed with data fromManagedBuffers (usually obtained fromInputevents).