Searched refs:bindaddr (Results 1 – 4 of 4) sorted by relevance
166 public MulticastSocket(SocketAddress bindaddr) throws IOException { in MulticastSocket() argument172 if (bindaddr != null) { in MulticastSocket()174 bind(bindaddr); in MulticastSocket()
257 public DatagramSocket(SocketAddress bindaddr) throws SocketException { in DatagramSocket() argument260 if (bindaddr != null) { in DatagramSocket()262 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