ants.p2p.query
Class QueryHashItem

java.lang.Object
  extended by ants.p2p.query.QueryNode
      extended by ants.p2p.query.QueryItem
          extended by ants.p2p.query.QueryHashItem
All Implemented Interfaces:
java.io.Serializable

public class QueryHashItem
extends QueryItem

See Also:
Serialized Form

Field Summary
static java.lang.String ANTS_HASH
           
static java.lang.String ED2K_HASH
           
 
Constructor Summary
QueryHashItem(QueryNode father, java.lang.String hash, java.lang.String type, boolean getChunkHashes)
           
 
Method Summary
 
Methods inherited from class ants.p2p.query.QueryNode
accept, getQueryNodeFather
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANTS_HASH

public static java.lang.String ANTS_HASH

ED2K_HASH

public static java.lang.String ED2K_HASH
Constructor Detail

QueryHashItem

public QueryHashItem(QueryNode father,
                     java.lang.String hash,
                     java.lang.String type,
                     boolean getChunkHashes)