public class BackChannelFilter extends BaseFilter
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.| Modifier and Type | Method and Description |
|---|---|
void |
exceptionOccurred(FilterChainContext ctx,
Throwable error) |
NextAction |
handleEvent(FilterChainContext ctx,
FilterChainEvent event) |
NextAction |
handleRead(FilterChainContext ctx) |
NextAction |
handleWrite(FilterChainContext ctx) |
createContext, handleAccept, handleClose, handleConnect, onAdded, onFilterChainChanged, onRemoved, toStringpublic NextAction handleRead(FilterChainContext ctx) throws IOException
handleRead in interface FilterhandleRead in class BaseFilterIOExceptionpublic NextAction handleWrite(FilterChainContext ctx) throws IOException
handleWrite in interface FilterhandleWrite in class BaseFilterIOExceptionpublic NextAction handleEvent(FilterChainContext ctx, FilterChainEvent event) throws IOException
handleEvent in interface FilterhandleEvent in class BaseFilterIOExceptionpublic void exceptionOccurred(FilterChainContext ctx, Throwable error)
exceptionOccurred in interface FilterexceptionOccurred in class BaseFilterCopyright © 2016 Oracle Corporation. All Rights Reserved.