Class MixedcastChat

java.lang.Object
  |
  +--MulticastChat
        |
        +--MixedcastChat

public class MixedcastChat
extends MulticastChat


Field Summary
protected  java.net.InetAddress server
           
protected  int serverPort
           
 
Fields inherited from class MulticastChat
frame, group, incoming, input, listener, outgoing, output, port, socket
 
Constructor Summary
MixedcastChat(java.net.InetAddress group, int port, java.net.InetAddress server, int serverPort)
           
 
Method Summary
protected  void initNet()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class MulticastChat
actionPerformed, handleIOException, initAWT, run, start, stop, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

server

protected java.net.InetAddress server

serverPort

protected int serverPort
Constructor Detail

MixedcastChat

public MixedcastChat(java.net.InetAddress group,
                     int port,
                     java.net.InetAddress server,
                     int serverPort)
Method Detail

initNet

protected void initNet()
                throws java.io.IOException
Overrides:
initNet in class MulticastChat

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException