com.antiaction.mayhem.httpd.input
Class RequestByteRange

java.lang.Object
  extended by com.antiaction.mayhem.httpd.input.RequestByteRange

public class RequestByteRange
extends java.lang.Object

Dispatch range.

Version:
1.00
Author:
Nicholas Clarke

Field Summary
 long from
           
 java.lang.Long fromLong
           
 long to
           
 java.lang.Long toLong
           
 
Constructor Summary
RequestByteRange(java.lang.Long _from, java.lang.Long _to)
           
 
Method Summary
static java.util.List parseRanges(java.lang.String rangeStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromLong

public java.lang.Long fromLong

toLong

public java.lang.Long toLong

from

public long from

to

public long to
Constructor Detail

RequestByteRange

public RequestByteRange(java.lang.Long _from,
                        java.lang.Long _to)
Method Detail

parseRanges

public static java.util.List parseRanges(java.lang.String rangeStr)


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.