A channel processor exposes operations to put {@link Event}s into {@link Channel}s. These operations will propagate a {@link ChannelException}if any errors occur while attempting to write to {@code required} channels.Each channel processor instance is configured with a {@link ChannelSelector}instance that specifies which channels are {@linkplain ChannelSelector#getRequiredChannels(Event) required} and whichchannels are {@linkplain ChannelSelector#getOptionalChannels(Event) optional}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.