Udp Proxy Connection Manager
Manages UDP proxy connections.
Functions
Link copied to clipboard
Adds a UDP proxy connection.
Link copied to clipboard
Clears all UDP proxy connections.
Link copied to clipboard
abstract fun getConnectionByAnySecret(@NotNull anySecret: @NotNull UUID): Optional<UdpProxyConnection>
Retrieves a UDP proxy connection by any of the player's secrets.
Link copied to clipboard
Link copied to clipboard
abstract fun getConnectionByRemoteSecret(@NotNull remoteSecret: @NotNull UUID): Optional<UdpProxyConnection>
Retrieves a UDP proxy connection by the remote secret of the player.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the player's unique identifier by any of their secrets.
Link copied to clipboard
Gets the player's unique identifier by their proxy secret.
Link copied to clipboard
Gets the player's unique identifier by their remote secret.
Link copied to clipboard
Gets the proxy secret associated with a player's unique identifier.
Link copied to clipboard
Gets the remote secret associated with a player's unique identifier.
Link copied to clipboard
Removes a UDP proxy connection associated with a player.
Removes a UDP proxy connection.
Link copied to clipboard
@NotNull
Sets the player's remote secret for the given player UUID.