Package org.geysermc.geyser.network.netty


package org.geysermc.geyser.network.netty
  • Class Summary
    Class
    Description
     
    Exists solely to make DefaultChannelPipeline's protected constructor public
    Used to inject Geyser clients directly into the server, bypassing the need to implement a complete TCP connection, by creating a local channel.
    Client -> server storing the spoofed remote address.
     
    If the incoming channel if an instance of LocalChannelWithRemoteAddress, this server creates a LocalChannelWrapper for the other end and attaches the spoofed remote address
    Manages a Minecraft Java session over our LocalChannel implementations.