Searched refs:setTimeToLive (Results 1 – 9 of 9) sorted by relevance
191 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in DatagramSocketImpl273 setTimeToLive((Integer)value); in setOption()
241 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MulticastSocket247 getImpl().setTimeToLive(ttl); in setTimeToLive()
158 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in PlainDatagramSocketImpl167 setTimeToLive((int) ttl & 0xff); in setTTL()
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()747 mss.setTimeToLive(120); in setTimeToLiveI()749 mss.setTimeToLive(220); in setTimeToLiveI()
148 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 {}