oogp2p
Class InfoReceived
java.lang.Object
oogp2p.InfoReceived
- Direct Known Subclasses:
- ChatInfoReceived, ChordInfoReceived, Command, ConnectIR, FileInfoReceived, PastryInfoReceived, RecordInfoReceived, SearchInfoReceived
- public abstract class InfoReceived
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myNettableSender
protected java.net.InetAddress myNettableSender
myNettableReceiver
protected java.net.InetAddress myNettableReceiver
InfoReceived
public InfoReceived()
InfoReceived
protected InfoReceived(Nettable n)
isType
public abstract boolean isType(Nettable n)
makeType
public abstract InfoReceived makeType(Nettable n)
execute
public abstract void execute()
getNettableSender
public java.net.InetAddress getNettableSender()
getNettableReceiver
public java.net.InetAddress getNettableReceiver()