com.aelitis.azureus.core.networkmanager.impl.http
Class HTTPNetworkConnection.httpRequest

java.lang.Object
  extended by com.aelitis.azureus.core.networkmanager.impl.http.HTTPNetworkConnection.httpRequest
Enclosing class:
HTTPNetworkConnection

protected static class HTTPNetworkConnection.httpRequest
extends Object


Constructor Summary
protected HTTPNetworkConnection.httpRequest(long[] _offsets, long[] _lengths, long _content_length, boolean _partial_content, boolean _keep_alive)
           
 
Method Summary
protected  long getContentLength()
           
protected  int getIndex()
           
protected  long[] getModifiableLengths()
           
protected  long[] getModifiableOffsets()
           
protected  long[] getOriginalLengths()
           
protected  long[] getOriginalOffsets()
           
protected  long getTotalLength()
           
protected  boolean hasSentFirstReply()
           
protected  boolean isPartialContent()
           
protected  boolean keepAlive()
           
protected  void setIndex(int _index)
           
protected  void setSentFirstReply()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPNetworkConnection.httpRequest

protected HTTPNetworkConnection.httpRequest(long[] _offsets,
                                            long[] _lengths,
                                            long _content_length,
                                            boolean _partial_content,
                                            boolean _keep_alive)
Method Detail

isPartialContent

protected boolean isPartialContent()

getContentLength

protected long getContentLength()

hasSentFirstReply

protected boolean hasSentFirstReply()

setSentFirstReply

protected void setSentFirstReply()

getOriginalOffsets

protected long[] getOriginalOffsets()

getOriginalLengths

protected long[] getOriginalLengths()

getModifiableOffsets

protected long[] getModifiableOffsets()

getModifiableLengths

protected long[] getModifiableLengths()

getIndex

protected int getIndex()

setIndex

protected void setIndex(int _index)

getTotalLength

protected long getTotalLength()

keepAlive

protected boolean keepAlive()