PlasmoVoice
Toggle table of contents
2.1.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PlasmoVoice
proxy
/
su.plo.voice.api.proxy.socket
/
UdpProxyServer
Udp
Proxy
Server
interface
UdpProxyServer
Represents a UDP proxy server for handling UDP connections.
Members
Functions
get
Remote
Address
Link copied to clipboard
abstract
fun
getRemoteAddress
(
)
:
Optional
<
InetSocketAddress
>
Gets the remote address to which the UDP proxy server is bound.
start
Link copied to clipboard
abstract
fun
start
(
ip
:
String
,
port
:
Int
)
Starts the UDP proxy server.
stop
Link copied to clipboard
abstract
fun
stop
(
)
Stops the UDP proxy server.