Searched refs:setTimeToLive (Results 1 - 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DDatagramSocketImpl.java164 * @deprecated use setTimeToLive instead.
191 protected abstract void setTimeToLive(int ttl) throws IOException; method in class:DatagramSocketImpl
198 * @see #setTimeToLive(int)
273 setTimeToLive((Integer)value);
H A DMulticastSocket.java209 * @deprecated use the setTimeToLive method instead, which uses
239 public void setTimeToLive(int ttl) throws IOException { method in class:MulticastSocket
245 getImpl().setTimeToLive(ttl);
272 * @see #setTimeToLive(int)
648 * mcastSocket.setTimeToLive(newttl);
650 * mcastSocket.setTimeToLive(ttl);
H A DPlainDatagramSocketImpl.java156 protected void setTimeToLive(int ttl) throws IOException { method in class:PlainDatagramSocketImpl
165 setTimeToLive((int) ttl & 0xff);
H A DAbstractPlainDatagramSocketImpl.java153 protected abstract void setTimeToLive(int ttl) throws IOException; method in class:AbstractPlainDatagramSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramSocketImplTest.java148 protected void setTimeToLive(int ttl) throws IOException { method in class:MockDatagramSocketImpl
H A DMulticastSocketTest.java210 mss.setTimeToLive(120);
212 mss.setTimeToLive(220);
337 sendingSocket.setTimeToLive(2);
362 sendingSocket.setTimeToLive(10);
769 mss.setTimeToLive(120);
771 mss.setTimeToLive(220);
H A DDatagramSocketTest.java462 protected void setTimeToLive(int arg0) throws IOException { method in class:DatagramSocketTest.TestDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java195 protected void setTimeToLive(int arg0) throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DDatagramSocketAdaptor.java396 protected void setTimeToLive(int ttl) throws IOException {}

Completed in 118 milliseconds