All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gestalt.Connection

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----gestalt.Connection

public class Connection
extends Thread

Variable Index

 o threadgroup

Constructor Index

 o Connection(Socket, ThreadGroup)
 o Connection(Socket, ThreadGroup, Connection)

Method Index

 o avail()
 o close()
 o getLocalAddress()
 o getLocalPort()
 o recv()
 o report(String)
 o run()
 o send(Object)
 o status()
 o toString()

Variables

 o threadgroup
 protected ThreadGroup threadgroup

Constructors

 o Connection
 public Connection(Socket peer,
                   ThreadGroup threadgroup) throws IOException
 o Connection
 public Connection(Socket peer,
                   ThreadGroup threadgroup,
                   Connection c) throws IOException

Methods

 o getLocalAddress
 public InetAddress getLocalAddress()
 o getLocalPort
 public int getLocalPort()
 o send
 public void send(Object o)
 o recv
 public Object recv()
 o avail
 public boolean avail()
 o status
 public String status()
 o run
 public void run()
Overrides:
run in class Thread
 o report
 protected void report(String s)
 o toString
 public String toString()
Overrides:
toString in class Thread
 o close
 protected void close()

All Packages  Class Hierarchy  This Package  Previous  Next  Index