Searched refs:getBroadcast (Results 1 – 13 of 13) sorted by relevance
99 InetAddress addr1 = interfaceAddr.getBroadcast(); in test_getBroadcast()100 InetAddress addr2 = anotherInterfaceAddr.getBroadcast(); in test_getBroadcast()
618 assertTrue(ds.getBroadcast()); in test_ConstructorLjava_net_SocketAddress()633 assertTrue(ds.getBroadcast()); in test_ConstructorLjava_net_SocketAddress()893 assertTrue("getBroadcast false when it should be true", theSocket.getBroadcast()); in test_getBroadcast()895 assertFalse("getBroadcast true when it should be False", theSocket.getBroadcast()); in test_getBroadcast()
53 public java.net.InetAddress getBroadcast() { in getBroadcast() method in InterfaceAddress
171 public synchronized boolean getBroadcast() throws java.net.SocketException { in getBroadcast() method in DatagramSocket
90 public InetAddress getBroadcast() { in getBroadcast() method in InterfaceAddress
1171 public synchronized boolean getBroadcast() throws SocketException { in getBroadcast() method in DatagramSocket
110 assertNotNull(ia.getBroadcast()); in testInterfaceProperties()128 assertNull(ia.getBroadcast()); in testLoopback()
42 assertTrue(ds.getBroadcast()); // The RI starts DatagramSocket in broadcast mode. in testInitialState()
92 public synchronized boolean getBroadcast() throws java.net.SocketException { throw new RuntimeExcep… in getBroadcast() method in DatagramSocket
336 public boolean getBroadcast() throws SocketException { in getBroadcast() method in DatagramSocketAdaptor
88 assertFalse(socket.getBroadcast()); in testInitialState()
274 assertFalse(s1.getBroadcast()); in testSocket_BasicStatusBeforeConnect()329 assertFalse(s.getBroadcast()); in assertSocketAfterConnect()
4971 method public boolean getBroadcast() throws java.net.SocketException;5192 method public java.net.InetAddress getBroadcast();