rero.dcc
public abstract class GenericDCC extends Object implements Runnable
Field Summary | |
---|---|
protected ChatFramework | fw |
protected ProtocolDCC | impl |
Method Summary | |
---|---|
void | announceFramework(ChatFramework f) |
void | connect() |
abstract Socket | establishConnection() |
ProtocolDCC | getImplementation() |
String | getNickname() |
int | getState() |
int | getTypeOfDCC() |
void | run() |
void | setImplementation(ProtocolDCC _impl) |