public class RakChannelPipeline
extends io.netty.channel.DefaultChannelPipeline
| Modifier | Constructor and Description |
|---|---|
protected |
RakChannelPipeline(io.netty.channel.Channel parent,
RakChildChannel child) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onUnhandledInboundChannelActive() |
protected void |
onUnhandledInboundChannelInactive() |
protected void |
onUnhandledInboundException(java.lang.Throwable cause) |
protected void |
onUnhandledInboundMessage(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg) |
protected void |
onUnhandledInboundUserEventTriggered(java.lang.Object evt) |
addAfter, addAfter, addBefore, addBefore, addFirst, addFirst, addFirst, addFirst, addFirst, addLast, addLast, addLast, addLast, addLast, bind, bind, channel, close, close, connect, connect, connect, connect, context, context, context, decrementPendingOutboundBytes, deregister, deregister, disconnect, disconnect, fireChannelActive, fireChannelInactive, fireChannelRead, fireChannelReadComplete, fireChannelRegistered, fireChannelUnregistered, fireChannelWritabilityChanged, fireExceptionCaught, fireUserEventTriggered, first, firstContext, flush, get, get, incrementPendingOutboundBytes, iterator, last, lastContext, names, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, onUnhandledChannelWritabilityChanged, onUnhandledInboundChannelReadComplete, onUnhandledInboundMessage, read, remove, remove, remove, removeFirst, removeIfExists, removeIfExists, removeIfExists, removeLast, replace, replace, replace, toMap, toString, voidPromise, write, write, writeAndFlush, writeAndFlushprotected RakChannelPipeline(io.netty.channel.Channel parent,
RakChildChannel child)
protected void onUnhandledInboundChannelActive()
onUnhandledInboundChannelActive in class io.netty.channel.DefaultChannelPipelineprotected void onUnhandledInboundChannelInactive()
onUnhandledInboundChannelInactive in class io.netty.channel.DefaultChannelPipelineprotected void onUnhandledInboundMessage(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object msg)
onUnhandledInboundMessage in class io.netty.channel.DefaultChannelPipelineprotected void onUnhandledInboundUserEventTriggered(java.lang.Object evt)
onUnhandledInboundUserEventTriggered in class io.netty.channel.DefaultChannelPipelineprotected void onUnhandledInboundException(java.lang.Throwable cause)
onUnhandledInboundException in class io.netty.channel.DefaultChannelPipeline