Searched refs:bindaddr (Results 1 – 4 of 4) sorted by relevance
169 public MulticastSocket(SocketAddress bindaddr) throws IOException { in MulticastSocket() argument175 if (bindaddr != null) { in MulticastSocket()177 bind(bindaddr); in MulticastSocket()
259 public DatagramSocket(SocketAddress bindaddr) throws SocketException { in DatagramSocket() argument262 if (bindaddr != null) { in DatagramSocket()264 bind(bindaddr); in DatagramSocket()
40 public DatagramSocket(java.net.SocketAddress bindaddr) throws java.net.SocketException { throw new … in DatagramSocket() argument
42 public DatagramSocket(java.net.SocketAddress bindaddr) throws java.net.SocketException { in DatagramSocket() argument