Uses of Class
com.coswald.jtalker.net.ServerOutputStream
-
Packages that use ServerOutputStream Package Description com.coswald.jtalker.net Utilizes java socket programming for use with the JTalker application. -
-
Uses of ServerOutputStream in com.coswald.jtalker.net
Fields in com.coswald.jtalker.net declared as ServerOutputStream Modifier and Type Field Description protected ServerOutputStream
TCPClientInstance. output
The output stream (where we send all the data we receive).Constructors in com.coswald.jtalker.net with parameters of type ServerOutputStream Constructor Description TCPClientInstance(Socket socket, ServerOutputStream output)
Constructs a client instance with the given socket and output stream.
-