public class ConnectingSocketMonitor
extends java.lang.Object
| Constructor and Description |
|---|
ConnectingSocketMonitor() |
ConnectingSocketMonitor(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
closeSockets()
Method added to synchronize access to underlying keySet
to prevent CME as reported in bug
https://bugs.eclipse.org/bugs/show_bug.cgi?
|
java.util.Collection |
getConnectingSockets()
Callers of this method should not iterate through the returned
Collection, as a CME is possible...as reported by bug
https://bugs.eclipse.org/bugs/show_bug.cgi?
|
void |
handleSocketEvent(ISocketEvent event) |
public ConnectingSocketMonitor(int initialCapacity)
public ConnectingSocketMonitor()
public java.util.Collection getConnectingSockets()
public void clear()
public void closeSockets()
public void handleSocketEvent(ISocketEvent event)