Class AbstractCodecEmbedder.EmbeddedChannelPipeline
- java.lang.Object
-
- org.jboss.netty.channel.DefaultChannelPipeline
-
- org.jboss.netty.handler.codec.embedder.AbstractCodecEmbedder.EmbeddedChannelPipeline
-
- All Implemented Interfaces:
ChannelPipeline
- Enclosing class:
- AbstractCodecEmbedder<E>
private static final class AbstractCodecEmbedder.EmbeddedChannelPipeline extends DefaultChannelPipeline
-
-
Constructor Summary
Constructors Constructor Description EmbeddedChannelPipeline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
notifyHandlerException(ChannelEvent e, java.lang.Throwable t)
-
Methods inherited from class org.jboss.netty.channel.DefaultChannelPipeline
addAfter, addBefore, addFirst, addLast, attach, execute, get, get, getChannel, getContext, getContext, getContext, getFirst, getLast, getNames, getSink, isAttached, remove, remove, remove, removeFirst, removeLast, replace, replace, replace, sendDownstream, sendUpstream, toMap, toString
-
-
-
-
Method Detail
-
notifyHandlerException
protected void notifyHandlerException(ChannelEvent e, java.lang.Throwable t)
- Overrides:
notifyHandlerException
in classDefaultChannelPipeline
-
-