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

/openjdk7/jdk/src/share/classes/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 DAbstractPlainDatagramSocketImpl.java155 protected abstract void setTimeToLive(int ttl) throws IOException; method in class:AbstractPlainDatagramSocketImpl
/openjdk7/jdk/src/solaris/classes/java/net/
H A DPlainDatagramSocketImpl.java53 protected native void setTimeToLive(int ttl) throws IOException; method in class:PlainDatagramSocketImpl
/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainDatagramSocketImpl.java236 protected void setTimeToLive(int ttl) throws IOException { method in class:DualStackPlainDatagramSocketImpl
H A DTwoStacksPlainDatagramSocketImpl.java178 protected native void setTimeToLive(int ttl) throws IOException; method in class:TwoStacksPlainDatagramSocketImpl
/openjdk7/jdk/test/java/net/Socket/
H A DSocketImplTest.java121 protected void setTimeToLive(int ttl) throws IOException { method in class:SocketImplTest.MyDatagramSocketImpl

Completed in 939 milliseconds