A B C D E F G H I J K M O P R S T W
All Classes All Packages
All Classes All Packages
=======
All Classes All Packages
K
- keyPressed(KeyEvent) - Method in class com.coswald.jtalker.gui.TextEntryPanel
-
Invoked when a key has been pressed.
- keyReleased(KeyEvent) - Method in class com.coswald.jtalker.gui.TextEntryPanel
-
Invoked when a key has been released.
- keyTyped(KeyEvent) - Method in class com.coswald.jtalker.gui.TextEntryPanel
-
Invoked when a key has been typed.
All Classes All Packages
A C E F G I M O R S T W
All Classes All Packages
All Classes All Packages
>>>>>>> master
All Classes All Packages
T
- TCP_PORT - Static variable in class com.coswald.jtalker.net.ServerClientConstants
-
The port to listen on and talk on via TCP.
- TCPClient - Class in com.coswald.jtalker.net
-
A TCP client for the JTalker application.
- TCPClient(InputStream, PrintStream, String, String, int) - Constructor for class com.coswald.jtalker.net.TCPClient
-
Constructs a
TCPClient
with the given input, output, client identifier, host, and port number. - TCPClient(String, String, int) - Constructor for class com.coswald.jtalker.net.TCPClient
-
Constructs a TCP client with
System.in
as input,System.out
as output, and the rest of the parameters. - TCPClientInstance - Class in com.coswald.jtalker.net
-
A listener that broadcasts all of what it "hears" from one client to the rest.
- TCPClientInstance(Socket, ServerOutputStream) - Constructor for class com.coswald.jtalker.net.TCPClientInstance
-
Constructs a client instance with the given socket and output stream.
- TCPServer - Class in com.coswald.jtalker.net
-
A TCP server for the JTalker application.
- TCPServer(int) - Constructor for class com.coswald.jtalker.net.TCPServer
-
Constructs a server with
System.out
as the default output and the given port number. - TCPServer(PrintStream, int) - Constructor for class com.coswald.jtalker.net.TCPServer
-
Constructs a server with the given output stream and the given port.
All Classes All Packages