org.apache.commons.feedparser.network
Class DataEvent

java.lang.Object
  extended by org.apache.commons.feedparser.network.DataEvent

public class DataEvent
extends Object

Represents a data request

Version:
$Id: DataEvent.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton

Field Summary
 long count
          The amount of bytes read.
 ResourceRequest request
           
 String resource
          The resource URL.
 
Constructor Summary
DataEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public long count
The amount of bytes read.


resource

public String resource
The resource URL.


request

public ResourceRequest request
Constructor Detail

DataEvent

public DataEvent()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.