public abstract class AbstractConduit<D extends Conduit> extends Object implements Conduit
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConduit(D next)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
XnioWorker |
getWorker()
Get the XNIO worker associated with this conduit.
|
protected AbstractConduit(D next)
next - the delegate conduit to setpublic XnioWorker getWorker()
ConduitCopyright © 2017 JBoss by Red Hat. All rights reserved.