Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
C
E
F
G
M
N
P
R
S
V
W
C
ChatFrame
- Class in
examples.example5_chat_OO_library
TODO Put here a description of what this class does.
ChatFrame(Client)
- Constructor for class examples.example5_chat_OO_library.
ChatFrame
TODO Put here a description of what this constructor does.
ChatPanel
- Class in
examples.example5_chat_OO_library
TODO Put here a description of what this class does.
ChatPanel(String, Color, Dimension)
- Constructor for class examples.example5_chat_OO_library.
ChatPanel
TODO Put here a description of what this constructor does.
Chatter
- Class in
examples.example5_chat_OO_library
A simple Chat window for 2 users to chat.
Chatter(String)
- Constructor for class examples.example5_chat_OO_library.
Chatter
Displays a pair of text areas: one for what the other Chatter just said, and one for what you are about to say.
Client
- Class in
examples.example2_one_client_OO
NetworkingExamples project: examples.example2_one_client_OO.
Client(String, int)
- Constructor for class examples.example2_one_client_OO.
Client
Constructs readers and writers for talking to the Server, as follows: 1.
Client
- Class in
simpleNetworking
A simple Client that you can use in your programs.
Client(String)
- Constructor for class simpleNetworking.
Client
Connects to the given Server, getting a Socket, and prepares for reading/writer to the Server based on that Socket.
ClientRunner
- Class in
examples.example3_one_client_OO_library
A simple example of communication between this Client and the Server.
ClientRunner(Client)
- Constructor for class examples.example3_one_client_OO_library.
ClientRunner
Starts a Thread in which the given Client does whatever it is supposed to do.
ClientRunner
- Class in
examples.example4_two_clients_OO_library
A simple example of communication between this Client and the Server.
ClientRunner(Client)
- Constructor for class examples.example4_two_clients_OO_library.
ClientRunner
Starts a Thread in which the given Client does whatever it is supposed to do.
close()
- Method in class examples.example2_one_client_OO.
Client
Closes all resources that this Client uses: writer, reader, socket.
close()
- Method in class examples.example2_one_client_OO.
Server
Closes all resources that this Server uses: writer, reader, socket.
close()
- Method in class simpleNetworking.
Client
Closes the resources associated with this Client.
close()
- Method in class simpleNetworking.
ReaderWriter
Closes all resources that this ReaderWriter uses: writer, reader, socket.
close(int)
- Method in class simpleNetworking.
Server
Closes the resources associated with communicating to the given Client.
close()
- Method in class simpleNetworking.
Server
For every Client currently associated with this Server, closes the resources associated with communicating with that Client.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
C
E
F
G
M
N
P
R
S
V
W