examples.example1_one_client
Class MainForClient
java.lang.Object
examples.example1_one_client.MainForClient
public class MainForClient
- extends Object
NetworkingExamples project: examples.example1_one_client.
-- A single Server and Client exchange information, one after the other.
This is the Client's code.
See the comment at the beginning of MainForServer
for a detailed explanation of this program, including instructions for running it.
- Author:
- David Mutchler, based on the Java Tutorials on networking. May, 2009.
Method Summary |
static void |
main(String[] commandLineArguments)
Constructs a Client and starts it running. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainForClient
public MainForClient()
main
public static void main(String[] commandLineArguments)
- Constructs a Client and starts it running.
- Parameters:
commandLineArguments
- Ignored here.