Package com.biglybt.core.tracker.server
Interface TRTrackerServerListener
- All Known Implementing Classes:
TRHostImpl
public interface TRTrackerServerListener
-
Method Summary
Modifier and TypeMethodDescriptionboolean
denied
(byte[] hash, boolean explicit) boolean
handleExternalRequest
(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)
-