public final class UnicastUdpTransport
extends java.lang.Object
UnicastUdpTransport
- responsible for managing UDP transport.
The implementation includes:
- UDP port demux functionality, i.e. many RTSP/RTP clients may share the same UDP ports.
- NAT traversal functionality (STUN)
Constructor and Description |
---|
UnicastUdpTransport(IUdpDatagramAcceptor acceptor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.net.InetSocketAddress[] |
getPublicAddresses()
Returns UDP public addresses.
|
void |
release()
Releases the transport.
|