Class BungeeConnectionManager

java.lang.Object
org.geysermc.floodgate.core.player.ConnectionManager
org.geysermc.floodgate.bungee.player.BungeeConnectionManager

@Singleton public final class BungeeConnectionManager extends org.geysermc.floodgate.core.player.ConnectionManager
  • Field Summary

    Fields inherited from class org.geysermc.floodgate.core.player.ConnectionManager

    platformIdentifierToConnection
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.Channel
    channelFor(net.md_5.bungee.api.connection.PendingConnection connection)
     
    protected @Nullable Object
     

    Methods inherited from class org.geysermc.floodgate.core.player.ConnectionManager

    acceptedConnections, acceptedConnectionsCount, addAcceptedConnection, addConnection, connectionByPlatformIdentifier, connectionByUuid, connectionByXuid, findPendingConnection, removeConnection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BungeeConnectionManager

      public BungeeConnectionManager()
  • Method Details

    • platformIdentifierOrConnectionFor

      protected @Nullable Object platformIdentifierOrConnectionFor(Object input)
      Specified by:
      platformIdentifierOrConnectionFor in class org.geysermc.floodgate.core.player.ConnectionManager
    • channelFor

      public io.netty.channel.Channel channelFor(net.md_5.bungee.api.connection.PendingConnection connection)