1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[289678][api][breaking] ServerSocket creation in multiple IP addresses

-added 3.2 tags
This commit is contained in:
David McKnight 2010-05-03 19:43:01 +00:00
parent 5217704fbc
commit 82a60f8a39
2 changed files with 2 additions and 0 deletions

View file

@ -153,6 +153,7 @@ public class ConnectionEstablisher
* @param bindAddr the local IP address to bind to
* @param timeout the idle duration to wait before shutting down
* @param ticket validation id required by the client to access the DataStore
* @since 3.2
*/
public ConnectionEstablisher(String port, int backlog, InetAddress bindAddr, String timeout, String ticket)
{

View file

@ -170,6 +170,7 @@ public class Server implements Runnable
* @param bindAddr the local IP address to bind to
* @param timeout the idle time to wait before shutting down
* @param ticket the ticket that the client needs to interact with the DataStore
* @since 3.2
*/
public Server(String port, int backlog, InetAddress bindAddr, String timeout, String ticket)
{