public interface ChannelProcessor
CommunicationController| Modifier and Type | Method and Description |
|---|---|
void |
processIO()
Performs I/O processing for this component.
|
void processIO()
CommunicationController.registerChannel(ChannelProcessor, java.nio.channels.SelectableChannel)
method becomes ready. The communication processor can define which events
it is interested in through the SelectionKey it gets when
registering a channel.Copyright © 2014–2024 aquenos GmbH. All rights reserved.