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

/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DMulticastSocket.java243 public void setTimeToLive(int ttl) throws IOException { method in class:MulticastSocket
H A DAbstractPlainDatagramSocketImpl.java190 protected abstract void setTimeToLive(int ttl) throws IOException; method in class:AbstractPlainDatagramSocketImpl
H A DDatagramSocketImpl.java191 protected abstract void setTimeToLive(int ttl) throws IOException; method in class:DatagramSocketImpl
/openjdk9/jdk/src/java.base/unix/classes/java/net/
H A DPlainDatagramSocketImpl.java117 protected native void setTimeToLive(int ttl) throws IOException; method in class:PlainDatagramSocketImpl
/openjdk9/jdk/src/java.base/windows/classes/java/net/
H A DDualStackPlainDatagramSocketImpl.java247 protected void setTimeToLive(int ttl) throws IOException { method in class:DualStackPlainDatagramSocketImpl
H A DTwoStacksPlainDatagramSocketImpl.java185 protected native void setTimeToLive(int ttl) throws IOException; method in class:TwoStacksPlainDatagramSocketImpl
/openjdk9/jdk/test/java/net/Socket/
H A DSocketImplTest.java121 protected void setTimeToLive(int ttl) throws IOException { method in class:SocketImplTest.MyDatagramSocketImpl
/openjdk9/jdk/test/java/net/SocketOption/
H A DImmutableOptions.java164 protected void setTimeToLive(int ttl) throws IOException { } method in class:ImmutableOptions.CustomDatagramSocketImpl

Completed in 47 milliseconds