oogp2p
Class ConnectIR

java.lang.Object
  extended byoogp2p.InfoReceived
      extended byoogp2p.ConnectIR

public class ConnectIR
extends InfoReceived


Field Summary
(package private)  java.net.InetAddress myToIP
           
(package private)  java.lang.String myToName
           
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  ConnectIR()
           
protected ConnectIR(ConnectNettable n)
           
 
Method Summary
 void execute()
           
 boolean isType(Nettable n)
           
 InfoReceived makeType(Nettable n)
           
 
Methods inherited from class oogp2p.InfoReceived
getNettableReceiver, getNettableSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myToIP

java.net.InetAddress myToIP

myToName

java.lang.String myToName
Constructor Detail

ConnectIR

public ConnectIR()

ConnectIR

protected ConnectIR(ConnectNettable n)
Method Detail

isType

public boolean isType(Nettable n)
Specified by:
isType in class InfoReceived

makeType

public InfoReceived makeType(Nettable n)
Specified by:
makeType in class InfoReceived

execute

public void execute()
Specified by:
execute in class InfoReceived