Skip to content
Snippets Groups Projects
Commit b1f935ac authored by markm's avatar markm
Browse files

Added package info in class

parent 215869e9
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ import java.net.*;
* then checks how long it takes to read the single line it expects as a server response.
* The modification I have added is it checks for a password from the server. And it matches it says success and disconnects
* No fancy footwork here, it is pretty simple and similar to {@link TcpExamples.TcpExample3Client}.
* borrowed code from class
*
* @see TcpExample4DispatchServer
* @see TcpExample4HandlerThread
......
......@@ -25,6 +25,7 @@ import java.net.*;
* @author Don McGregor
* @author Don Brutzman
* @author MV3500 class
* borrowed heavily from above authors
*/
public class Matiski2HandlerThread extends Thread
{
......
......@@ -19,6 +19,7 @@ import java.net.*;
* @author Don McGregor
* @author Don Brutzman
* @author MV3500 class
* borrowed heavily from above authors
*/
public class Matiski2Server
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment