Searched refs:setTimeToLive (Results 1 – 10 of 10) sorted by relevance
191 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in DatagramSocketImpl301 setTimeToLive((Integer)value); in setOption()
158 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in PlainDatagramSocketImpl167 setTimeToLive((int) ttl & 0xff); in setTTL()
245 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MulticastSocket251 getImpl().setTimeToLive(ttl); in setTimeToLive()
174 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in AbstractPlainDatagramSocketImpl
214 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()
182 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MockDatagramSocketImpl
462 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() method in DatagramSocketTest.TestDatagramSocketImpl
195 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
396 protected void setTimeToLive(int ttl) throws IOException {}
5586 method protected abstract void setTimeToLive(int) throws java.io.IOException;5801 method public void setTimeToLive(int) throws java.io.IOException;