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

/libcore/ojluni/src/main/java/java/net/
H A DMulticastSocket.java233 * @see #getTimeToLive()
251 * @deprecated use the getTimeToLive method instead, which returns
270 public int getTimeToLive() throws IOException { method in class:MulticastSocket
273 return getImpl().getTimeToLive();
643 * int ttl = mcastSocket.getTimeToLive();
H A DDatagramSocketImpl.java157 * @deprecated use getTimeToLive instead.
169 * @see #getTimeToLive()
180 protected abstract int getTimeToLive() throws IOException; method in class:DatagramSocketImpl
H A DPlainDatagramSocketImpl.java55 protected native int getTimeToLive() throws IOException; method in class:PlainDatagramSocketImpl
H A DAbstractPlainDatagramSocketImpl.java162 protected abstract int getTimeToLive() throws IOException; method in class:AbstractPlainDatagramSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramSocketImplTest.java84 protected int getTimeToLive() throws IOException { method in class:MockDatagramSocketImpl
H A DDatagramSocketTest.java446 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.java211 * Control#getTimeToLive(String, Locale)
212 * ResourceBundle.Control.getTimeToLive}, and {@link
1167 * {@link Control#getTimeToLive(String,Locale)
1168 * control.getTimeToLive} for details.
1561 // extreme case would be that getTimeToLive returns 0 and
1659 long ttl = control.getTimeToLive(cacheKey.getName(),
1679 * @see ResourceBundle.Control#getTimeToLive(String,Locale)
1693 * @see ResourceBundle.Control#getTimeToLive(String,Locale)
1989 * @see #getTimeToLive(String, Locale)
1997 * @see #getTimeToLive(Strin
2671 public long getTimeToLive(String baseName, Locale locale) { method in class:ResourceBundle.Control
[all...]

Completed in 165 milliseconds