Package com.coswald.jtalker.net
Utilizes java socket programming for use with the JTalker application. This package defines and constructs objects with which JTalker can use to talk between a server and a client. It also includes some utility classes that only certain net packages would use (so there would be little point separating them into a different package). This package is the main backbone to the JTalker application; a lot of the software depends on this package and it's classes to work smoothly.
- Since:
- JTalker 0.0.1
- Version:
- 0.0.1
- Author:
- C. William Oswald
-
Class Summary Class Description ServerClientConstants A set of descriptions for specific constants within a JTalker application.ServerOutputStream A data output stream that lets aTCPServer
treat multipleDataOutputStream
s as one stream.TCPClient A TCP client for the JTalker application.TCPClientInstance A listener that broadcasts all of what it "hears" from one client to the rest.TCPServer A TCP server for the JTalker application.