UdpProxyServer

interface UdpProxyServer

Represents a UDP proxy server for handling UDP connections.

Functions

Link copied to clipboard
Gets the remote address to which the UDP proxy server is bound.
Link copied to clipboard
abstract fun start(ip: String, port: Int)
Starts the UDP proxy server.
Link copied to clipboard
abstract fun stop()
Stops the UDP proxy server.