Searched defs:getTimeToLive (Results 1 - 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DMulticastSocket.java237 * @see #getTimeToLive()
255 * @deprecated use the getTimeToLive method instead, which returns
274 public int getTimeToLive() throws IOException { method in class:MulticastSocket
277 return getImpl().getTimeToLive();
648 * int ttl = mcastSocket.getTimeToLive();
H A DAbstractPlainDatagramSocketImpl.java177 protected abstract int getTimeToLive() throws IOException; method in class:AbstractPlainDatagramSocketImpl
H A DDatagramSocketImpl.java177 * @deprecated use getTimeToLive instead.
189 * @see #getTimeToLive()
200 protected abstract int getTimeToLive() throws IOException; method in class:DatagramSocketImpl
296 Integer ttl = getTimeToLive();
H A DPlainDatagramSocketImpl.java161 protected int getTimeToLive() throws IOException { method in class:PlainDatagramSocketImpl
170 return (byte) getTimeToLive();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramSocketImplTest.java91 protected int getTimeToLive() throws IOException { method in class:MockDatagramSocketImpl
H A DDatagramSocketTest.java466 protected int getTimeToLive() throws IOException { method in class:DatagramSocketTest.TestDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java152 protected int getTimeToLive() throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java219 * Control#getTimeToLive(String, Locale)
220 * ResourceBundle.Control.getTimeToLive}, and {@link
1219 * {@link Control#getTimeToLive(String,Locale)
1220 * control.getTimeToLive} for details.
1618 // extreme case would be that getTimeToLive returns 0 and
1716 long ttl = control.getTimeToLive(cacheKey.getName(),
1736 * @see ResourceBundle.Control#getTimeToLive(String,Locale)
1752 * @see ResourceBundle.Control#getTimeToLive(String,Locale)
2048 * @see #getTimeToLive(String, Locale)
2056 * @see #getTimeToLive(Strin
2743 public long getTimeToLive(String baseName, Locale locale) { method in class:ResourceBundle.Control
[all...]

Completed in 4445 milliseconds