A B C D E F G H I J K M O P R S T W 
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.
TextEntryPanel - Class in com.coswald.jtalker.gui
A panel that allows entry and sending of text.
TextEntryPanel() - Constructor for class com.coswald.jtalker.gui.TextEntryPanel
Constructs a TextEntryPanel.
TextEntryPanel.TextUpdater - Class in com.coswald.jtalker.gui
Updates any text pipe using the underlying text field's current text.
TextInputStream - Class in com.coswald.jtalker
A simple stream for reading text.
TextInputStream(byte[]) - Constructor for class com.coswald.jtalker.TextInputStream
Creates a TextInputStream so that it uses buf as its buffer array.
TextInputStream(byte[], int, int) - Constructor for class com.coswald.jtalker.TextInputStream
Creates a TextInputStream that uses buf as its buffer array.
TextInputStream(String) - Constructor for class com.coswald.jtalker.TextInputStream
Creates a stream with the given String as the starting bytes.
TextPipe - Interface in com.coswald.jtalker.gui
Sends text along from one are to another.
TextUpdater(TextPipe) - Constructor for class com.coswald.jtalker.gui.TextEntryPanel.TextUpdater
Constructs an updater that updates a given text pipe.
typed - Variable in class com.coswald.jtalker.gui.ColoredTextPane
A history of what has been appended.
A B C D E F G H I J K M O P R S T W 
All Classes All Packages