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 TypeClassDescriptionclass
AManagedBufferStreamer
that feeds the data to a JSON parser.class
Collects character data from buffers and makes it available as complete lines.class
AReader
that provides the data from theManagedBuffer
s fed to it to a consumer.class
Starts a thread with a synchronous consumer of input provided by aReader
which is fed with data fromManagedBuffer
s (usually obtained fromInput
events).