Class GeyserBedrockPeer

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
org.cloudburstmc.protocol.bedrock.BedrockPeer
org.geysermc.geyser.network.GeyserBedrockPeer
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

public class GeyserBedrockPeer extends org.cloudburstmc.protocol.bedrock.BedrockPeer
  • Nested Class Summary

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

    io.netty.channel.ChannelHandler.Sharable
  • Field Summary

    Fields inherited from class org.cloudburstmc.protocol.bedrock.BedrockPeer

    channel, closed, NAME, packetQueue, sessionFactory, sessions, tickFuture
  • Constructor Summary

    Constructors
    Constructor
    Description
    GeyserBedrockPeer(io.netty.channel.Channel channel, org.cloudburstmc.protocol.bedrock.BedrockSessionFactory sessionFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class org.cloudburstmc.protocol.bedrock.BedrockPeer

    channelActive, channelInactive, channelRead, checkForClosed, close, enableEncryption, getChannel, getCodec, getCodecHelper, getCompressionStrategy, getRakVersion, getSocketAddress, handlerRemoved, isConnected, isConnecting, onBedrockPacket, onClose, onSessionCreated, onTick, removeSession, sendPacket, sendPacketImmediately, setCodec, setCompression, setCompression, userEventTriggered

    Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

    channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, handlerAdded, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.netty.channel.ChannelHandler

    handlerAdded
  • Constructor Details

    • GeyserBedrockPeer

      public GeyserBedrockPeer(io.netty.channel.Channel channel, org.cloudburstmc.protocol.bedrock.BedrockSessionFactory sessionFactory)
  • Method Details

    • getRealAddress

      public SocketAddress getRealAddress()
    • setProxiedAddress

      public void setProxiedAddress(SocketAddress proxiedAddress)