You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/com/kttdevelopment/simplehttpserver/SimpleHttpsServer.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ public static SimpleHttpsServer create(final int port) throws IOException {
65
65
* Creates a {@link SimpleHttpsServer} bounded to a port. The server must have a {@link HttpsConfigurator} set using {@link #setHttpsConfigurator(HttpsConfigurator)}.
66
66
*
67
67
* @param port port to bind to
68
-
* @param backlog request backlog
68
+
* @param backlog maximum amount of inbound connections allowed
69
69
* @return a {@link SimpleHttpsServer}
70
70
* @throws java.net.BindException if server can not bind to port
71
71
* @throws NullPointerException if address is <code>null</code>
0 commit comments