src/share/classes/java/net/DatagramSocket.java

Print this page

        

*** 103,113 **** /** * Connects this socket to a remote socket address (IP address + port number). * Binds socket if not already bound. * <p> ! * @param addr The remote address. * @param port The remote port * @throws SocketException if binding the socket fails. */ private synchronized void connectInternal(InetAddress address, int port) throws SocketException { if (port < 0 || port > 0xFFFF) { --- 103,113 ---- /** * Connects this socket to a remote socket address (IP address + port number). * Binds socket if not already bound. * <p> ! * @param address The remote address. * @param port The remote port * @throws SocketException if binding the socket fails. */ private synchronized void connectInternal(InetAddress address, int port) throws SocketException { if (port < 0 || port > 0xFFFF) {