Searched refs:MulticastSocket (Results 1 – 9 of 9) sorted by relevance
34 import java.net.MulticastSocket;120 MulticastSocket s = new MulticastSocket(); in constructor()130 MulticastSocket orig = new MulticastSocket(); in constructorI()134 MulticastSocket dup = new MulticastSocket(port); in constructorI()144 MulticastSocket mss = new MulticastSocket(0); in getInterface()157 mss = new MulticastSocket(0); in getInterface()170 MulticastSocket mss = new MulticastSocket(0); in getNetworkInterface()191 mss = new MulticastSocket(0); in getNetworkInterface()199 mss = new MulticastSocket(0); in getNetworkInterface()213 MulticastSocket mss = new MulticastSocket(); in getTimeToLive()[all …]
266 (getDatagramSocket() instanceof MulticastSocket)) { in setOption()269 (getDatagramSocket() instanceof MulticastSocket)) { in setOption()275 (getDatagramSocket() instanceof MulticastSocket)) { in setOption()292 (getDatagramSocket() instanceof MulticastSocket)) { in getOption()295 (getDatagramSocket() instanceof MulticastSocket)) { in getOption()299 (getDatagramSocket() instanceof MulticastSocket)) { in getOption()
85 class MulticastSocket extends DatagramSocket { class112 public MulticastSocket() throws IOException { in MulticastSocket() method in MulticastSocket137 public MulticastSocket(int port) throws IOException { in MulticastSocket() method in MulticastSocket166 public MulticastSocket(SocketAddress bindaddr) throws IOException { in MulticastSocket() method in MulticastSocket
350 boolean isMulticast = (this instanceof MulticastSocket) ? true : false; in createImpl()
23 import java.net.MulticastSocket;47 try (MulticastSocket mcSock = new MulticastSocket(); in testGroupReceive()66 private void assertRecv(MulticastSocket mcSock, boolean expectedSucceed, String expectedMsg) in assertRecv()
30 import java.net.MulticastSocket;269 try (MulticastSocket mcastSock = new MulticastSocket()) { in testGetInterfaceAddressesDoesNotThrowNPE()
406 options.put(MulticastSocket.class, set); in initOptionSets()
22 "java.net.MulticastSocket.Test",
297 "ojluni/src/main/java/java/net/MulticastSocket.java",