Interface TRHostListener
- All Known Implementing Classes:
MyTrackerView
public interface TRHostListener
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandleExternalRequest(InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async) voidvoidvoid
-
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
-