Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java91 protected int getTimeToLive() throws IOException { in getTimeToLive() method in MockDatagramSocketImpl
DDatagramSocketTest.java466 protected int getTimeToLive() throws IOException { in getTimeToLive() method in DatagramSocketTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/java/net/
DDatagramSocketImpl.java200 protected abstract int getTimeToLive() throws IOException; in getTimeToLive() method in DatagramSocketImpl
DMulticastSocket.java276 public int getTimeToLive() throws IOException { in getTimeToLive() method in MulticastSocket
DPlainDatagramSocketImpl.java161 protected int getTimeToLive() throws IOException { in getTimeToLive() method in PlainDatagramSocketImpl
DAbstractPlainDatagramSocketImpl.java179 protected abstract int getTimeToLive() throws IOException; in getTimeToLive() method in AbstractPlainDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldDatagramSocketImplFactoryTest.java152 protected int getTimeToLive() throws IOException { in getTimeToLive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java2744 public long getTimeToLive(String baseName, Locale locale) { in getTimeToLive() method in ResourceBundle.Control