Class LocalChannelWrapper

java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.channel.local.LocalChannel
org.geysermc.geyser.network.netty.LocalChannelWrapper
All Implemented Interfaces:
io.netty.channel.Channel, io.netty.channel.ChannelOutboundInvoker, io.netty.util.AttributeMap, Comparable<io.netty.channel.Channel>

public class LocalChannelWrapper extends io.netty.channel.local.LocalChannel
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.netty.channel.AbstractChannel

    io.netty.channel.AbstractChannel.AbstractUnsafe

    Nested classes/interfaces inherited from interface io.netty.channel.Channel

    io.netty.channel.Channel.Unsafe
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    LocalChannelWrapper​(io.netty.channel.local.LocalServerChannel parent, io.netty.channel.local.LocalChannel peer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.netty.channel.DefaultChannelPipeline
     
     

    Methods inherited from class io.netty.channel.local.LocalChannel

    config, doBeginRead, doBind, doClose, doDeregister, doDisconnect, doRegister, doWrite, isActive, isCompatible, isOpen, localAddress, localAddress0, metadata, newUnsafe, parent, remoteAddress, remoteAddress0

    Methods inherited from class io.netty.channel.AbstractChannel

    alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, compareTo, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, doShutdownOutput, equals, eventLoop, filterOutboundMessage, flush, hashCode, id, invalidateLocalAddress, invalidateRemoteAddress, isRegistered, isWritable, maxMessagesPerWrite, newFailedFuture, newId, newProgressivePromise, newPromise, newSucceededFuture, pipeline, read, toString, unsafe, validateFileRegion, voidPromise, write, write, writeAndFlush, writeAndFlush

    Methods inherited from class io.netty.util.DefaultAttributeMap

    attr, hasAttr

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.netty.util.AttributeMap

    attr, hasAttr
  • Constructor Details

    • LocalChannelWrapper

      public LocalChannelWrapper()
    • LocalChannelWrapper

      public LocalChannelWrapper(io.netty.channel.local.LocalServerChannel parent, io.netty.channel.local.LocalChannel peer)
  • Method Details

    • wrapper

      public ChannelWrapper wrapper()
    • newChannelPipeline

      protected io.netty.channel.DefaultChannelPipeline newChannelPipeline()
      Overrides:
      newChannelPipeline in class io.netty.channel.AbstractChannel