Class DefaultChannelPipelinePublic
java.lang.Object
io.netty.channel.DefaultChannelPipeline
org.geysermc.geyser.network.netty.DefaultChannelPipelinePublic
- All Implemented Interfaces:
io.netty.channel.ChannelInboundInvoker
,io.netty.channel.ChannelOutboundInvoker
,io.netty.channel.ChannelPipeline
,Iterable<Map.Entry<String,io.netty.channel.ChannelHandler>>
public class DefaultChannelPipelinePublic
extends io.netty.channel.DefaultChannelPipeline
Exists solely to make DefaultChannelPipeline's protected constructor public
-
Constructor Summary
-
Method Summary
Methods inherited from class io.netty.channel.DefaultChannelPipeline
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, onUnhandledInboundChannelActive, onUnhandledInboundChannelInactive, onUnhandledInboundChannelReadComplete, onUnhandledInboundException, onUnhandledInboundMessage, onUnhandledInboundMessage, onUnhandledInboundUserEventTriggered, read, remove, remove, remove, removeFirst, removeIfExists, removeIfExists, removeIfExists, removeLast, replace, replace, replace, toMap, toString, voidPromise, write, write, writeAndFlush, writeAndFlush
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DefaultChannelPipelinePublic
public DefaultChannelPipelinePublic(io.netty.channel.Channel channel)
-