-
Bug
-
Resolution: Fixed
-
P5
-
7
-
b12
-
generic
-
generic
-
Not verified
Typo in the following:
* <P>The <code>backlog</code> argument must be a positive
* value greater than 0. If the value passed *if* equal or less
* than 0, then the default value will be assumed.
.....
ServerSocket(int port, int backlog, InetAddress bindAddr)
* The <code>backlog</code> argument must be a positive
* value greater than 0. If the value passed *if* equal or less
* than 0, then the default value will be assumed.
void bind(SocketAddress endpoint, int backlog)
* <P>The <code>backlog</code> argument must be a positive
* value greater than 0. If the value passed *if* equal or less
* than 0, then the default value will be assumed.
.....
ServerSocket(int port, int backlog, InetAddress bindAddr)
* The <code>backlog</code> argument must be a positive
* value greater than 0. If the value passed *if* equal or less
* than 0, then the default value will be assumed.
void bind(SocketAddress endpoint, int backlog)
- relates to
-
JDK-6502056 ServerSocket: need link to getLocalPort from constructors which do not specify a port
-
- Closed
-