@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.network
-
Interface Summary Interface Description ClientSideConnection Represents a connection from the client to the server on the client side.EngineConnection Represents a connection on the server or client engine.LocalPlayerConnection Represents a connection of a client to the server where the clientplayer
has successfully joined.PlayerConnection Represents a connection of a client to the server where thePlayer
has successfully joined.RconConnection Represents a connection by an RCON client.RemoteConnection ServerPlayerConnection Represents a connection of a client to the server where theServerPlayer
has successfully joined.ServerSideConnection Represents a connection between a minecraft client and server. -
Class Summary Class Description EngineConnectionSide<C extends EngineConnection> Represents the side of an engine connection.EngineConnectionTypes An enumeration of all the possible engine connection types.