rero.dcc
public class DataDCC extends Object
| Field Summary | |
|---|---|
| protected HashMap | connectionCache |
| protected static List | dccList |
| protected static HashMap | resumeData |
| Constructor Summary | |
|---|---|
| DataDCC() | |
| Method Summary | |
|---|---|
| void | addConnection(String port, GenericDCC dcc) used by the resume stuff |
| void | closeChat(String nickname) |
| void | closeConnection(String nickname) |
| void | closeConnection(String nickname, int type) |
| Iterator | getActiveConnections() |
| List | getAllConnections() |
| Iterator | getClosedConnections() |
| GenericDCC | getConnection(String port) |
| GenericDCC | getConnectionFromHash(String hash) |
| LinkedList | getConnections(int type, int state) |
| LinkedList | getConnections(Collection dccCollection, int type, int state) |
| GenericDCC | getConnectionToAccept(String nickname) |
| ProtocolDCC | getSpecificConnection(String nickname, int type) |
| GenericDCC | getUserConnection(Collection dccCollection, String nickname) |
| Iterator | getWaitingConnections() |
| void | removeConnection(GenericDCC dcc) |