Uses of Interface
org.jgrapes.core.Subchannel
Package
Description
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
I/O related components built on top of the core package.
Classes for managing processes.
Utility classes, mainly for adapted buffers to specific needs.
Components for handling mail.
Networking related I/O classes.
-
Uses of Subchannel in org.jgrapes.core
Modifier and TypeMethodDescriptionstatic Subchannel
Creates a new subchannel of the given component’s channel.Modifier and TypeMethodDescriptionstatic String
Subchannel.toString
(Subchannel subchannel) Returns a string representation of the channel. -
Uses of Subchannel in org.jgrapes.io
Modifier and TypeInterfaceDescriptioninterface
Represents a subchannel for grouping input and output events related to an I/O resource such as an opened file or a network connection. -
Uses of Subchannel in org.jgrapes.io.process
Modifier and TypeClassDescriptionfinal class
The Class ProcessChannel. -
Uses of Subchannel in org.jgrapes.io.util
Modifier and TypeClassDescriptionclass
The base class for the connections managed by this component.class
Provides an I/O subchannel that is linked to another I/O subchannel. -
Uses of Subchannel in org.jgrapes.mail
Modifier and TypeInterfaceDescriptioninterface
A special sub channel used for sending and receiving mail.Modifier and TypeClassDescriptionprotected class
A sub-channel for mail connections.protected class
The specific implementation of theMailChannel
.protected class
The specific implementation of theMailChannel
. -
Uses of Subchannel in org.jgrapes.net
Modifier and TypeInterfaceDescriptioninterface
A special sub channel used for socket connections.