UdpAddress constructor

UdpAddress(
  1. InternetAddress address,
  2. int port
)

Implementation

UdpAddress(this.address, this.port);