Interface Processor<E extends Context>

All Known Subinterfaces:
FilterChain
All Known Implementing Classes:
AbstractFilterChain, DefaultFilterChain, ListFacadeFilterChain, StandaloneProcessor

public interface Processor<E extends Context>
Processor implementations are responsible for processing I/O events, which occur on connection.
Author:
Alexey Stashok