Uses of Class
org.jgrapes.io.util.LinkedIOSubchannel
Package
Description
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of LinkedIOSubchannel in org.jgrapes.io.util
Modifier and TypeMethodDescriptionstatic <T extends LinkedIOSubchannel>
Optional<T> LinkedIOSubchannel.downstreamChannel
(Manager hub, IOSubchannel upstreamChannel, Class<T> clazz) LikedownstreamChannel(Manager, IOSubchannel)
, but with the return value of the specified type.Modifier and TypeMethodDescriptionstatic Optional
<? extends LinkedIOSubchannel> LinkedIOSubchannel.downstreamChannel
(Manager hub, IOSubchannel upstreamChannel) Returns the linked downstream channel that has been created for the given component and (upstream) subchannel.