com.aelitis.azureus.core.peermanager.uploadslots
Class UploadSession

java.lang.Object
  extended by com.aelitis.azureus.core.peermanager.uploadslots.UploadSession

public class UploadSession
extends Object


Field Summary
protected static int TYPE_DOWNLOAD
           
protected static int TYPE_SEED
           
 
Constructor Summary
protected UploadSession(PEPeer _peer, int _session_type)
           
 
Method Summary
protected  int getSessionType()
           
protected  String getStatsTrace()
           
protected  boolean isSameSession(UploadSession session)
           
protected  void start()
           
protected  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_DOWNLOAD

protected static final int TYPE_DOWNLOAD
See Also:
Constant Field Values

TYPE_SEED

protected static final int TYPE_SEED
See Also:
Constant Field Values
Constructor Detail

UploadSession

protected UploadSession(PEPeer _peer,
                        int _session_type)
Method Detail

getSessionType

protected int getSessionType()

start

protected void start()

stop

protected void stop()

isSameSession

protected boolean isSameSession(UploadSession session)

getStatsTrace

protected String getStatsTrace()