Home
last modified time | relevance | path

Searched defs:setTimeToLive (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java148 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MockDatagramSocketImpl
DDatagramSocketTest.java462 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() method in DatagramSocketTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/java/net/
DDatagramSocketImpl.java191 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in DatagramSocketImpl
DMulticastSocket.java241 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MulticastSocket
DPlainDatagramSocketImpl.java158 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in PlainDatagramSocketImpl
DAbstractPlainDatagramSocketImpl.java174 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in AbstractPlainDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldDatagramSocketImplFactoryTest.java195 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl