Searched refs:getTimeToLive (Results 1 – 6 of 6) sorted by relevance
121 public int getTimeToLive() throws IOException { in getTimeToLive() method in MulticastSocket123 return impl.getTimeToLive(); in getTimeToLive()248 int currTTL = getTimeToLive(); in send()
121 protected abstract int getTimeToLive() throws IOException; in getTimeToLive() method in DatagramSocketImpl
110 public int getTimeToLive() throws IOException { in getTimeToLive() method in PlainDatagramSocketImpl116 return (byte) getTimeToLive(); in getTTL()
152 protected int getTimeToLive() throws IOException { in getTimeToLive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
1068 protected int getTimeToLive() throws IOException { in test_sendLjava_net_DatagramPacket() method in OldDatagramSocketTest.testDatagramSocketImpl2032 protected int getTimeToLive() throws IOException { in getTimeToLive() method in OldDatagramSocketTest.TestDatagramSocketImpl
305 long time = control.getTimeToLive(baseName, targetLocale); in getBundle()940 public long getTimeToLive(String baseName, Locale locale) { in getTimeToLive() method in ResourceBundle.Control