Interface TRTrackerServerListener
- All Known Implementing Classes:
TRHostImpl
public interface TRTrackerServerListener
-
Method Summary
Modifier and TypeMethodDescriptionbooleandenied(byte[] hash, boolean explicit) booleanhandleExternalRequest(InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async) boolean
-
Method Details
-
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
-
permitted
-
denied
boolean denied(byte[] hash, boolean explicit)
-