Interface IoFilterChain

All Known Implementing Classes:
AbstractIoFilterChain, VmPipeFilterChain

public interface IoFilterChain
A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially. Every IoSession has its own IoFilterChain (1-to-1 relationship).