game.net
Class Abstract_network_layer

java.lang.Object
  extended by game.net.Abstract_network_layer

public abstract class Abstract_network_layer
extends java.lang.Object

This class is used as a base class for network layers. (It should have default visibility, but I had to make it public to get around a bug in jview -- at least, that's my story.)


Field Summary
protected static java.util.logging.Logger log
           
 
Constructor Summary
protected Abstract_network_layer()
          Construct.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static java.util.logging.Logger log
Constructor Detail

Abstract_network_layer

protected Abstract_network_layer()
Construct. Initially the layer is not verbose.