oogp2p.chat.nettables
Class ChatInitNettable

java.lang.Object
  extended byoogp2p.Nettable
      extended byoogp2p.chat.nettables.ChatNettable
          extended byoogp2p.chat.nettables.ChatInitNettable
All Implemented Interfaces:
java.io.Serializable

public class ChatInitNettable
extends ChatNettable

ChatInitNettable.java Created: Tue Apr 1 23:22:55 2003

Version:
Author:
OOGs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class oogp2p.chat.nettables.ChatNettable
 
Fields inherited from class oogp2p.Nettable
myApplication, myReceiver, mySender
 
Constructor Summary
ChatInitNettable(java.lang.String to, java.net.InetAddress toIP)
           
ChatInitNettable(java.lang.String from, java.lang.String to, java.net.InetAddress fromIP, java.net.InetAddress toIP)
           
 
Methods inherited from class oogp2p.chat.nettables.ChatNettable
execute, getContents, getFrom, getTimeStamp, getTo
 
Methods inherited from class oogp2p.Nettable
getApplicationName, getReceiver, getSender, setReceiver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatInitNettable

public ChatInitNettable(java.lang.String from,
                        java.lang.String to,
                        java.net.InetAddress fromIP,
                        java.net.InetAddress toIP)

ChatInitNettable

public ChatInitNettable(java.lang.String to,
                        java.net.InetAddress toIP)
                 throws java.net.UnknownHostException