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 -
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.ChannelchannelFor(Object input) protected @Nullable ObjectMethods inherited from class org.geysermc.floodgate.core.player.ConnectionManager
acceptedConnections, acceptedConnectionsCount, addAcceptedConnection, addConnection, connectionByPlatformIdentifier, connectionByUuid, connectionByXuid, findPendingConnection, removeConnection
-
Constructor Details
-
VelocityConnectionManager
public VelocityConnectionManager()
-
-
Method Details
-
platformIdentifierOrConnectionFor
- Specified by:
platformIdentifierOrConnectionForin classorg.geysermc.floodgate.core.player.ConnectionManager
-
channelFor
-