org.gudy.azureus2.core3.tracker.host
Interface TRHostTorrentRequest

All Known Implementing Classes:
TRHostTorrentRequestImpl

public interface TRHostTorrentRequest


Field Summary
static int RT_ANNOUNCE
           
static int RT_FULL_SCRAPE
           
static int RT_SCRAPE
           
 
Method Summary
 TRHostPeer getPeer()
           
 java.lang.String getRequest()
           
 int getRequestType()
           
 java.util.Map getResponse()
           
 TRHostTorrent getTorrent()
           
 

Field Detail

RT_ANNOUNCE

static final int RT_ANNOUNCE
See Also:
Constant Field Values

RT_SCRAPE

static final int RT_SCRAPE
See Also:
Constant Field Values

RT_FULL_SCRAPE

static final int RT_FULL_SCRAPE
See Also:
Constant Field Values
Method Detail

getPeer

TRHostPeer getPeer()

getTorrent

TRHostTorrent getTorrent()

getRequestType

int getRequestType()

getRequest

java.lang.String getRequest()

getResponse

java.util.Map getResponse()