Uses of Interface
org.jgrapes.io.util.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
-
Uses of InputConsumer in org.jgrapes.io.util
Modifier 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).