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

/openjdk7/jdk/src/share/classes/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 DAbstractPlainDatagramSocketImpl.java160 protected abstract int getTimeToLive() throws IOException; method in class:AbstractPlainDatagramSocketImpl
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DExpirationTest.java146 public long getTimeToLive(String name, Locale loc) { method in class:ExpirationTest.TestControl
H A DStressTest.java195 public long getTimeToLive(String baseName, Locale locale) { method in class:StressTest.Worker.TestControl
/openjdk7/jdk/src/solaris/classes/java/net/
H A DPlainDatagramSocketImpl.java55 protected native int getTimeToLive() throws IOException; method in class:PlainDatagramSocketImpl
/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainDatagramSocketImpl.java240 protected int getTimeToLive() throws IOException { method in class:DualStackPlainDatagramSocketImpl
H A DTwoStacksPlainDatagramSocketImpl.java180 protected native int getTimeToLive() throws IOException; method in class:TwoStacksPlainDatagramSocketImpl
/openjdk7/jdk/test/java/net/Socket/
H A DSocketImplTest.java124 protected int getTimeToLive() throws IOException { method in class:SocketImplTest.MyDatagramSocketImpl
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java208 * Control#getTimeToLive(String, Locale)
209 * ResourceBundle.Control.getTimeToLive}, and {@link
1165 * {@link Control#getTimeToLive(String,Locale)
1166 * control.getTimeToLive} for details.
1559 // extreme case would be that getTimeToLive returns 0 and
1657 long ttl = control.getTimeToLive(cacheKey.getName(),
1677 * @see ResourceBundle.Control#getTimeToLive(String,Locale)
1691 * @see ResourceBundle.Control#getTimeToLive(String,Locale)
1987 * @see #getTimeToLive(String, Locale)
1995 * @see #getTimeToLive(Strin
2668 public long getTimeToLive(String baseName, Locale locale) { method in class:ResourceBundle.Control
[all...]

Completed in 112 milliseconds