Searched refs:getTTL (Results 1 – 9 of 9) sorted by relevance
262 public byte getTTL() throws IOException { in getTTL() method in MulticastSocket265 return getImpl().getTTL(); in getTTL()695 byte dttl = getTTL(); in send()
182 protected abstract byte getTTL() throws IOException; in getTTL() method in DatagramSocketImpl
192 protected abstract byte getTTL() throws IOException; in getTTL() method in AbstractPlainDatagramSocketImpl
170 protected byte getTTL() throws IOException { in getTTL() method in PlainDatagramSocketImpl
86 protected byte getTTL() throws IOException { in getTTL() method in MockDatagramSocketImpl
222 public void getTTL() throws Exception { in getTTL() method in MulticastSocketTest226 assertEquals("Returned incorrect TTL", 120, mss.getTTL()); in getTTL()759 assertEquals("Failed to set TTL", 120, mss.getTTL()); in setTTLB()
457 protected byte getTTL() throws IOException { in getTTL() method in DatagramSocketTest.TestDatagramSocketImpl
147 protected byte getTTL() throws IOException { in getTTL() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
394 protected byte getTTL() throws IOException { return 0; }