org.glassfish.grizzly.portunif
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handleRead
public NextAction handleRead(FilterChainContext ctx)
throws IOException
- Specified by:
handleRead in interface Filter- Overrides:
handleRead in class BaseFilter
- Throws:
IOException
handleWrite
public NextAction handleWrite(FilterChainContext ctx)
throws IOException
- Specified by:
handleWrite in interface Filter- Overrides:
handleWrite in class BaseFilter
- Throws:
IOException
handleEvent
public NextAction handleEvent(FilterChainContext ctx,
FilterChainEvent event)
throws IOException
- Specified by:
handleEvent in interface Filter- Overrides:
handleEvent in class BaseFilter
- Throws:
IOException
exceptionOccurred
public void exceptionOccurred(FilterChainContext ctx,
Throwable error)
- Specified by:
exceptionOccurred in interface Filter- Overrides:
exceptionOccurred in class BaseFilter
Copyright © 2012 Oracle Corporation. All Rights Reserved.