Class VelocityConnectionManager

java.lang.Object
org.geysermc.floodgate.core.player.ConnectionManager
org.geysermc.floodgate.velocity.player.VelocityConnectionManager

@Singleton public class VelocityConnectionManager 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
     
    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

    • VelocityConnectionManager

      public VelocityConnectionManager()
  • 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(Object input)