Class BackChannelFilter

java.lang.Object
org.glassfish.grizzly.filterchain.BaseFilter
org.glassfish.grizzly.portunif.BackChannelFilter
All Implemented Interfaces:
Filter

public class BackChannelFilter extends BaseFilter
The Filter, which is responsible to connect custom protocol FilterChain with main FilterChain. Usually this Filter is getting added to the custom protocol FilterChain as first Filter.
Author:
Alexey Stashok