public class ChannelWorkerWrapper extends Object implements IChannelWorker
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelWorkerWrapper(ChannelWorker worker) |
| Modifier and Type | Method and Description |
|---|---|
IChannel |
getChannel()
get
IChannel for which the worker works |
void |
interrupt()
invoke
Thread.interrupt() on worker thread |
protected ChannelWorkerWrapper(ChannelWorker worker)
public void interrupt()
IChannelWorkerThread.interrupt() on worker threadinterrupt in interface IChannelWorkerpublic IChannel getChannel()
IChannelWorkerIChannel for which the worker worksgetChannel in interface IChannelWorkerCopyright © 2020. All rights reserved.