Searched defs:getTimeToLive (Results 1 - 10 of 10) sorted by relevance
/openjdk7/jdk/src/share/classes/java/net/ |
H A D | MulticastSocket.java | 233 * @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 D | DatagramSocketImpl.java | 157 * @deprecated use getTimeToLive instead. 169 * @see #getTimeToLive() 180 protected abstract int getTimeToLive() throws IOException; method in class:DatagramSocketImpl
|
H A D | AbstractPlainDatagramSocketImpl.java | 160 protected abstract int getTimeToLive() throws IOException; method in class:AbstractPlainDatagramSocketImpl
|
/openjdk7/jdk/test/java/util/ResourceBundle/Control/ |
H A D | ExpirationTest.java | 146 public long getTimeToLive(String name, Locale loc) { method in class:ExpirationTest.TestControl
|
H A D | StressTest.java | 195 public long getTimeToLive(String baseName, Locale locale) { method in class:StressTest.Worker.TestControl
|
/openjdk7/jdk/src/solaris/classes/java/net/ |
H A D | PlainDatagramSocketImpl.java | 55 protected native int getTimeToLive() throws IOException; method in class:PlainDatagramSocketImpl
|
/openjdk7/jdk/src/windows/classes/java/net/ |
H A D | DualStackPlainDatagramSocketImpl.java | 240 protected int getTimeToLive() throws IOException { method in class:DualStackPlainDatagramSocketImpl
|
H A D | TwoStacksPlainDatagramSocketImpl.java | 180 protected native int getTimeToLive() throws IOException; method in class:TwoStacksPlainDatagramSocketImpl
|
/openjdk7/jdk/test/java/net/Socket/ |
H A D | SocketImplTest.java | 124 protected int getTimeToLive() throws IOException { method in class:SocketImplTest.MyDatagramSocketImpl
|
/openjdk7/jdk/src/share/classes/java/util/ |
H A D | ResourceBundle.java | 208 * 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 40 milliseconds