protected class NioEndpoint.ChannelProcessor extends Object implements Runnable
ChannelProcessor
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
Created on Mar 6, 2012 at 9:10:06 AMModifier and Type | Field and Description |
---|---|
protected NioChannel |
channel |
protected SocketStatus |
status |
Constructor and Description |
---|
NioEndpoint.ChannelProcessor(NioChannel channel)
Create a new instance of
ChannelProcessor |
NioEndpoint.ChannelProcessor(NioChannel channel,
SocketStatus status)
Create a new instance of
ChannelProcessor |
protected NioChannel channel
protected SocketStatus status
public NioEndpoint.ChannelProcessor(NioChannel channel)
ChannelProcessor
channel
- public NioEndpoint.ChannelProcessor(NioChannel channel, SocketStatus status)
ChannelProcessor
channel
- status
- Copyright © 2016 JBoss by Red Hat. All rights reserved.