Release Note: Removal of DatagramSocketImpl.setTTL()/getTTL(), MulticastSocket.setTTL()/getTTL(), and MulticastSocket.send(DatagramPacket, byte) Methods

XMLWordPrintable

      The following terminally deprecated methods have been removed:

      `java.net.MulticastSocket` methods:
      ```
      public void setTTL(byte ttl) throws IOException
      public byte getTTL() throws IOException
      public void send(DatagramPacket p, byte ttl) throws IOException
      ```
      `java.net.DatagramSocketImpl` methods:
      ```
      protected void setTTL(byte ttl) throws IOException
      protected byte getTTL() throws IOException
      ```

            Assignee:
            Jaikiran Pai
            Reporter:
            Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: