Searched refs:setTimeToLive (Results 1 – 10 of 10) sorted by relevance
53 protected native void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in PlainDatagramSocketImpl
171 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in DatagramSocketImpl
235 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MulticastSocket241 getImpl().setTimeToLive(ttl); in setTimeToLive()
157 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in AbstractPlainDatagramSocketImpl
204 mss.setTimeToLive(120); in test_getTimeToLive()206 mss.setTimeToLive(220); in test_getTimeToLive()331 sendingSocket.setTimeToLive(2); in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()356 sendingSocket.setTimeToLive(10); in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()762 mss.setTimeToLive(120); in test_setTimeToLiveI()764 mss.setTimeToLive(220); in test_setTimeToLiveI()
141 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MockDatagramSocketImpl
442 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
403 protected void setTimeToLive(int ttl) throws IOException {}
1975 NATIVE_METHOD(PlainDatagramSocketImpl, setTimeToLive, "(I)V"),