org.jwat.warc
Class WarcConcurrentTo

java.lang.Object
  extended by org.jwat.warc.WarcConcurrentTo

public class WarcConcurrentTo
extends Object

Simple wrapper for a (non) validated WARC ConcurrentTo header.

Author:
nicl

Field Summary
 String warcConcurrentToStr
          Warc-Concurrent-To string representation.
 URI warcConcurrentToUri
          Warc-Concurrent-To URI object.
 
Constructor Summary
WarcConcurrentTo()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

warcConcurrentToStr

public String warcConcurrentToStr
Warc-Concurrent-To string representation.


warcConcurrentToUri

public URI warcConcurrentToUri
Warc-Concurrent-To URI object.

Constructor Detail

WarcConcurrentTo

public WarcConcurrentTo()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011-2012. All Rights Reserved.