Class DefaultUdpTransportConfiguration

    • Constructor Detail

      • DefaultUdpTransportConfiguration

        public DefaultUdpTransportConfiguration()
    • Method Detail

      • getLocalPort

        public int getLocalPort()
        Description copied from interface: UdpTransportConfiguration
        Most transports don't care about the local port, but some do. This option allows forcing a local port number to be used.
        Specified by:
        getLocalPort in interface UdpTransportConfiguration
        Returns:
        local port number
      • setLocalPort

        public void setLocalPort​(int localPort)