Uses of Class
org.jgrapes.io.util.LinkedIOSubchannel
Packages that use LinkedIOSubchannel
Package
Description
Utility classes, mainly for adapted buffers to specific needs.
-
Uses of LinkedIOSubchannel in org.jgrapes.io.util
Methods in org.jgrapes.io.util with type parameters of type LinkedIOSubchannelModifier 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.Methods in org.jgrapes.io.util that return types with arguments of type LinkedIOSubchannelModifier 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.