com.limegroup.gnutella.handshaking
Class DefaultHeaders

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.limegroup.gnutella.handshaking.DefaultHeaders
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Direct Known Subclasses:
LeafHeaders, UltrapeerHeaders

public abstract class DefaultHeaders
extends java.util.Properties

This class contains the headers that all LimeWires pass in connection handshakes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
protected DefaultHeaders(java.lang.String remoteIP)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultHeaders

protected DefaultHeaders(java.lang.String remoteIP)