Package com.biglybt.core.tracker.host
Interface TRHostListener
- All Known Implementing Classes:
MyTrackerView
public interface TRHostListener
-
Method Summary
Modifier and TypeMethodDescriptionboolean
handleExternalRequest
(InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async) void
void
void
-
Method Details
-
torrentAdded
-
torrentChanged
-
torrentRemoved
-
handleExternalRequest
boolean handleExternalRequest(InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async) throws IOException - Throws:
IOException
-