rero.dcc
Class GenericDCC
java.lang.Object
rero.dcc.GenericDCC
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- ConnectDCC, ListenDCC
- public abstract class GenericDCC
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
impl
protected ProtocolDCC impl
fw
protected ChatFramework fw
GenericDCC
public GenericDCC()
announceFramework
public void announceFramework(ChatFramework f)
setImplementation
public void setImplementation(ProtocolDCC _impl)
getNickname
public String getNickname()
getTypeOfDCC
public int getTypeOfDCC()
getState
public int getState()
getImplementation
public ProtocolDCC getImplementation()
connect
public void connect()
establishConnection
public abstract Socket establishConnection()
run
public void run()
- Specified by:
run
in interface Runnable