Searched defs:getTTL (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DMulticastSocket.java177 * The lock on the socket's TTL. This is for set/getTTL and
207 * @see #getTTL()
256 public byte getTTL() throws IOException { method in class:MulticastSocket
259 return getImpl().getTTL();
688 byte dttl = getTTL();
H A DDatagramSocketImpl.java147 * @see #getTTL()
162 protected abstract byte getTTL() throws IOException; method in class:DatagramSocketImpl
H A DPlainDatagramSocketImpl.java59 protected native byte getTTL() throws IOException; method in class:PlainDatagramSocketImpl
H A DAbstractPlainDatagramSocketImpl.java173 protected abstract byte getTTL() throws IOException; method in class:AbstractPlainDatagramSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramSocketImplTest.java79 protected byte getTTL() throws IOException { method in class:MockDatagramSocketImpl
H A DDatagramSocketTest.java437 protected byte getTTL() throws IOException { method in class:DatagramSocketTest.TestDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java147 protected byte getTTL() throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl

Completed in 160 milliseconds