Uses of Interface
org.jgrapes.core.Subchannel
Packages that use 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.
Utility classes, mainly for adapted buffers to specific needs.
Networking related I/O classes.
-
Uses of Subchannel in org.jgrapes.core
Classes in org.jgrapes.core that implement SubchannelMethods in org.jgrapes.core that return SubchannelModifier and TypeMethodDescriptionstatic Subchannel
Creates a new subchannel of the given component’s channel.Methods in org.jgrapes.core with parameters of type SubchannelModifier and TypeMethodDescriptionstatic String
Subchannel.toString
(Subchannel subchannel) Returns a string representation of the channel. -
Uses of Subchannel in org.jgrapes.io
Subinterfaces of Subchannel in org.jgrapes.ioModifier 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.Classes in org.jgrapes.io that implement Subchannel -
Uses of Subchannel in org.jgrapes.io.util
Classes in org.jgrapes.io.util that implement SubchannelModifier and TypeClassDescriptionclass
Provides an I/O subchannel that is linked to another I/O subchannel. -
Uses of Subchannel in org.jgrapes.net
Subinterfaces of Subchannel in org.jgrapes.netModifier and TypeInterfaceDescriptioninterface
A special sub channel used for TCP connections.Classes in org.jgrapes.net that implement Subchannel