A B C D E F G H I J K M O P R S T W
All Classes All Packages =======ClientTest - Class in com.coswald.jtalker.net.test
close() - Method in class com.coswald.jtalker.net.ServerOutputStream
close() - Method in class com.coswald.jtalker.net.TCPClient
close() - Method in class com.coswald.jtalker.net.TCPClientInstance
close() - Method in class com.coswald.jtalker.net.TCPServer
com.coswald.jtalker - package com.coswald.jtalker
com.coswald.jtalker.net - package com.coswald.jtalker.net
com.coswald.jtalker.net.test - package com.coswald.jtalker.net.test
A C E F G I M O R S T W
All Classes All Packages
>>>>>>> master
All Classes All Packages =======
A C E F G I M O R S T W
All Classes All Packages >>>>>>> master
All Classes All Packages
=======
All Classes All Packages >>>>>>> master
B
-
<<<<<<< HEAD
- BACKGROUND_RESET - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The reset color dictated by ANSI code 0 (this dictates the background) It is currently set to RGB values (16, 16, 16).
- BRIGHT_BLACK - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright black color that is described by ANSI code 1;30 (or 1;40 for backgrounds).
- BRIGHT_BLUE - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright blue color that is described by ANSI code 1;34 (or 1;44 for backgrounds).
- BRIGHT_CYAN - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright cyan color that is described by ANSI code 1;36 (or 1;46 for backgrounds).
- BRIGHT_GREEN - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright green color that is described by ANSI code 1;32 (or 1;42 for backgrounds).
- BRIGHT_MAGENTA - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright magenta color that is described by ANSI code 1;35 (or 1;45 for backgrounds).
- BRIGHT_RED - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright red color that is described by ANSI code 1;31 (or 1;41 for backgrounds).
- BRIGHT_WHITE - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright white color that is described by ANSI code 1;37 (or 1;47 for backgrounds).
- BRIGHT_YELLOW - Static variable in class com.coswald.jtalker.gui.ANSIColorConstants
-
The bright yellow color that is described by ANSI code 1;33 (or 1;43 for backgrounds).
All Classes All Packages
Tests
TCPClient
.Closes all of the output streams within the output stream list.
Closes all of the associated streams and sockets associated with a client.
Removes the
DataOutputStream
associated with this instance from
the ServerOutputStream
, writes a goodbye message to the
ServerOUtputStream
, closes the socket and the socket input.Shuts down the threadpool associated with the clients, the server output
stream, as well as the server socket.
A server/client chat application in Java.
Utilizes java socket programming for use with the JTalker application.
Tests the
net
package.All Classes All Packages