Uses of Package
org.jgrapes.io
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Provides a base component for generating template based responses
to HTTP requests.
I/O related components built on top of the core package.
Provides the events used by the I/O related components.
Classes for managing processes.
Utility classes, mainly for adapted buffers to specific needs.
Networking related I/O classes.
-
ClassDescriptionRepresents a subchannel for grouping input and output events related to an I/O resource such as an opened file or a network connection.
-
ClassDescriptionRepresents a subchannel for grouping input and output events related to an I/O resource such as an opened file or a network connection.
-
ClassDescriptionA component that watches for new input on an
InputStream
.Represents a subchannel for grouping input and output events related to an I/O resource such as an opened file or a network connection. -
ClassDescriptionDefines the contract between a component using non blocking I/O and the
NioDispatcher
. -
ClassDescriptionRepresents a subchannel for grouping input and output events related to an I/O resource such as an opened file or a network connection.A simple implementation of
IOSubchannel
. -
ClassDescriptionRepresents a subchannel for grouping input and output events related to an I/O resource such as an opened file or a network connection.A simple implementation of
IOSubchannel
. -
ClassDescriptionRepresents a subchannel for grouping input and output events related to an I/O resource such as an opened file or a network connection.A simple implementation of
IOSubchannel
.Defines the contract between a component using non blocking I/O and theNioDispatcher
.