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

All Known Implementing Classes:
MyTrackerView

public interface TRHostListener


Method Summary
 boolean handleExternalRequest(java.net.InetSocketAddress client_address, java.lang.String user, java.lang.String url, java.net.URL absolute_url, java.lang.String header, java.io.InputStream is, java.io.OutputStream os, AsyncController async)
           
 void torrentAdded(TRHostTorrent t)
           
 void torrentChanged(TRHostTorrent t)
           
 void torrentRemoved(TRHostTorrent t)
           
 

Method Detail

torrentAdded

void torrentAdded(TRHostTorrent t)

torrentChanged

void torrentChanged(TRHostTorrent t)

torrentRemoved

void torrentRemoved(TRHostTorrent t)

handleExternalRequest

boolean handleExternalRequest(java.net.InetSocketAddress client_address,
                              java.lang.String user,
                              java.lang.String url,
                              java.net.URL absolute_url,
                              java.lang.String header,
                              java.io.InputStream is,
                              java.io.OutputStream os,
                              AsyncController async)
                              throws java.io.IOException
Throws:
java.io.IOException