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
-
threadgroup
-
-
Connection(Socket, ThreadGroup)
-
-
Connection(Socket, ThreadGroup, Connection)
-
-
avail()
-
-
close()
-
-
getLocalAddress()
-
-
getLocalPort()
-
-
recv()
-
-
report(String)
-
-
run()
-
-
send(Object)
-
-
status()
-
-
toString()
-
threadgroup
protected ThreadGroup threadgroup
Connection
public Connection(Socket peer,
ThreadGroup threadgroup) throws IOException
Connection
public Connection(Socket peer,
ThreadGroup threadgroup,
Connection c) throws IOException
getLocalAddress
public InetAddress getLocalAddress()
getLocalPort
public int getLocalPort()
send
public void send(Object o)
recv
public Object recv()
avail
public boolean avail()
status
public String status()
run
public void run()
- Overrides:
- run in class Thread
report
protected void report(String s)
toString
public String toString()
- Overrides:
- toString in class Thread
close
protected void close()
All Packages Class Hierarchy This Package Previous Next Index