Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Channel> |
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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Channel> |
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.