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

/libcore/ojluni/src/main/java/java/net/
H A DMulticastSocket.java205 * @deprecated use the setTimeToLive method instead, which uses
235 public void setTimeToLive(int ttl) throws IOException { method in class:MulticastSocket
241 getImpl().setTimeToLive(ttl);
268 * @see #setTimeToLive(int)
644 * mcastSocket.setTimeToLive(newttl);
646 * mcastSocket.setTimeToLive(ttl);
H A DDatagramSocketImpl.java144 * @deprecated use setTimeToLive instead.
171 protected abstract void setTimeToLive(int ttl) throws IOException; method in class:DatagramSocketImpl
178 * @see #setTimeToLive(int)
H A DPlainDatagramSocketImpl.java53 protected native void setTimeToLive(int ttl) throws IOException; method in class:PlainDatagramSocketImpl
H A DAbstractPlainDatagramSocketImpl.java157 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.java141 protected void setTimeToLive(int ttl) throws IOException { method in class:MockDatagramSocketImpl
H A DDatagramSocketTest.java442 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

Completed in 804 milliseconds