Home
last modified time | relevance | path

Searched refs:setTimeToLive (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DDatagramSocketImpl.java191 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in DatagramSocketImpl
301 setTimeToLive((Integer)value); in setOption()
DPlainDatagramSocketImpl.java158 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in PlainDatagramSocketImpl
167 setTimeToLive((int) ttl & 0xff); in setTTL()
DMulticastSocket.java245 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MulticastSocket
251 getImpl().setTimeToLive(ttl); in setTimeToLive()
DAbstractPlainDatagramSocketImpl.java174 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in AbstractPlainDatagramSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DMulticastSocketTest.java214 mss.setTimeToLive(120); in getTimeToLive()
216 mss.setTimeToLive(220); in getTimeToLive()
335 sendingSocket.setTimeToLive(2); in check_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
360 sendingSocket.setTimeToLive(10); in check_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
740 mss.setTimeToLive(120); in setTimeToLiveI()
742 mss.setTimeToLive(220); in setTimeToLiveI()
DDatagramSocketImplTest.java182 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/luni/src/test/java/libcore/java/net/
DOldDatagramSocketImplFactoryTest.java195 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DDatagramSocketAdaptor.java396 protected void setTimeToLive(int ttl) throws IOException {}
/libcore/api/
Dcurrent.txt5586 method protected abstract void setTimeToLive(int) throws java.io.IOException;
5801 method public void setTimeToLive(int) throws java.io.IOException;