soc.client
Class SOCPlayerClient.ClientNetwork.NetReadTask

java.lang.Object
  extended by soc.client.SOCPlayerClient.ClientNetwork.NetReadTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SOCPlayerClient.ClientNetwork

static class SOCPlayerClient.ClientNetwork.NetReadTask
extends java.lang.Object
implements java.lang.Runnable

A task to continuously read from the server socket. Not used for talking to the practice server.


Field Summary
(package private)  SOCPlayerClient client
           
(package private)  SOCPlayerClient.ClientNetwork net
           
 
Constructor Summary
SOCPlayerClient.ClientNetwork.NetReadTask(SOCPlayerClient client, SOCPlayerClient.ClientNetwork net)
           
 
Method Summary
 void run()
          continuously read from the net in a separate thread; not used for talking to the practice server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

net

final SOCPlayerClient.ClientNetwork net

client

final SOCPlayerClient client
Constructor Detail

SOCPlayerClient.ClientNetwork.NetReadTask

public SOCPlayerClient.ClientNetwork.NetReadTask(SOCPlayerClient client,
                                                 SOCPlayerClient.ClientNetwork net)
Method Detail

run

public void run()
continuously read from the net in a separate thread; not used for talking to the practice server.

Specified by:
run in interface java.lang.Runnable