Uses of Interface
org.xnio.ChannelSource
Packages that use ChannelSource
-
Uses of ChannelSource in org.xnio
Methods in org.xnio that return ChannelSourceModifier and TypeMethodDescriptionstatic <T extends Channel>
ChannelSource<T> IoUtils.getRetryingChannelSource
(ChannelSource<T> delegate, int maxTries) A channel source which tries to acquire a channel from a delegate channel source the given number of times before giving up.Methods in org.xnio with parameters of type ChannelSourceModifier and TypeMethodDescriptionstatic <T extends Channel>
ChannelSource<T> IoUtils.getRetryingChannelSource
(ChannelSource<T> delegate, int maxTries) A channel source which tries to acquire a channel from a delegate channel source the given number of times before giving up.