|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.itu.smds.torusman.Client
public class Client
The Class Client contains info about where to send local information.
Field Summary | |
---|---|
java.io.DataInputStream |
in
The in. |
ClientListener |
listener
The listener. |
java.io.DataOutputStream |
out
The out. |
ClientSender |
sender
The sender. |
Constructor Summary | |
---|---|
Client()
Instantiates a new client. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ClientSender sender
public ClientListener listener
public java.io.DataInputStream in
public java.io.DataOutputStream out
Constructor Detail |
---|
public Client()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |