Uses of Class
com.biglybt.core.tracker.server.TRTrackerServerException
-
-
Uses of TRTrackerServerException in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that throw TRTrackerServerException Modifier and Type Method Description void
TRHostImpl. postProcess(TRTrackerServerRequest request)
void
TRHostImpl. preProcess(TRTrackerServerRequest request)
-
Uses of TRTrackerServerException in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that throw TRTrackerServerException Modifier and Type Method Description static TRTrackerServer
TRTrackerServerFactory. create(int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, java.util.Map<java.lang.String,java.lang.Object> properties)
static TRTrackerServer
TRTrackerServerFactory. createSSL(int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean startup_ready)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, java.util.Map<java.lang.String,java.lang.Object> properties)
void
TRTrackerServer. deny(byte[] hash, boolean explicit)
java.util.Map
TRTrackerServerTorrentPeerListener. eventOccurred(TRTrackerServerTorrent torrent, TRTrackerServerPeer peer, int event, java.lang.String url_parameters)
TRTrackerServerTorrent
TRTrackerServer. permit(java.lang.String originator, byte[] hash, boolean explicit)
TRTrackerServerTorrent
TRTrackerServer. permit(java.lang.String originator, byte[] hash, boolean explicit, boolean enabled)
void
TRTrackerServerRequestListener. postProcess(TRTrackerServerRequest request)
void
TRTrackerServerRequestListener. preProcess(TRTrackerServerRequest request)
-
Uses of TRTrackerServerException in com.biglybt.core.tracker.server.impl
Methods in com.biglybt.core.tracker.server.impl that throw TRTrackerServerException Modifier and Type Method Description static TRTrackerServer
TRTrackerServerFactoryImpl. create(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean ssl, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready, java.util.Map<java.lang.String,java.lang.Object> properties)
void
TRTrackerServerImpl. deny(byte[] _hash, boolean _explicit)
java.util.Map
TRTrackerServerTorrentImpl. exportScrapeToMap(java.lang.String url_parameters, java.lang.String ip_address, boolean allow_cache)
protected void
TRTrackerServerTorrentImpl. handleRedirects(java.lang.String url_parameters, java.lang.String real_ip_address, boolean scrape)
TRTrackerServerPeerImpl
TRTrackerServerTorrentImpl. peerContact(java.lang.String url_parameters, java.lang.String event, HashWrapper peer_id, int tcp_port, int udp_port, int http_port, byte crypto_level, byte az_ver, java.lang.String original_address, java.lang.String ip_address, boolean ip_override, boolean loopback, java.lang.String tracker_key, long uploaded, long downloaded, long left, long interval_requested, int up_speed, DHTNetworkPosition network_position)
protected void
TRTrackerServerTorrentImpl. peerEvent(TRTrackerServerPeer peer, int event, java.lang.String url_parameters)
TRTrackerServerTorrent
TRTrackerServerImpl. permit(java.lang.String _originator, byte[] _hash, boolean _explicit)
TRTrackerServerTorrent
TRTrackerServerImpl. permit(java.lang.String _originator, byte[] _hash, boolean _explicit, boolean _enabled)
void
TRTrackerServerImpl. postProcess(TRTrackerServerPeer peer, TRTrackerServerTorrentImpl torrent, int type, java.lang.String request, java.util.Map response)
void
TRTrackerServerImpl. preProcess(TRTrackerServerPeer peer, TRTrackerServerTorrent torrent, int type, java.lang.String request, java.util.Map response)
protected TRTrackerServerTorrentImpl
TRTrackerServerProcessor. processTrackerRequest(TRTrackerServerImpl _server, java.lang.String request, java.util.Map[] root_out, TRTrackerServerPeerImpl[] peer_out, int _request_type, byte[][] hashes, java.lang.String link, java.lang.String scrape_flags, HashWrapper peer_id, boolean no_peer_id, byte compact_mode, java.lang.String key, java.lang.String event, boolean stop_to_queue, int port, int udp_port, int http_port, java.lang.String real_ip_address, java.lang.String original_client_ip_address, long downloaded, long uploaded, long left, int num_want, byte crypto_level, byte az_ver, int up_speed, DHTNetworkPosition network_position)
-
Uses of TRTrackerServerException in com.biglybt.core.tracker.server.impl.tcp
Constructors in com.biglybt.core.tracker.server.impl.tcp that throw TRTrackerServerException Constructor Description TRTrackerServerTCP(java.lang.String _name, int _port, boolean _ssl, boolean _apply_ip_filter, boolean _start_up_ready)
-
Uses of TRTrackerServerException in com.biglybt.core.tracker.server.impl.tcp.blocking
Constructors in com.biglybt.core.tracker.server.impl.tcp.blocking that throw TRTrackerServerException Constructor Description TRBlockingServer(java.lang.String _name, int _port, java.net.InetAddress _bind_ip, boolean _ssl, boolean _apply_ip_filter, boolean _start_up_ready)
-
Uses of TRTrackerServerException in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Constructors in com.biglybt.core.tracker.server.impl.tcp.nonblocking that throw TRTrackerServerException Constructor Description TRNonBlockingServer(java.lang.String _name, int _port, java.net.InetAddress _bind_ip, boolean _apply_ip_filter, boolean _start_up_ready, TRNonBlockingServerProcessorFactory _processor_factory)
TRNonBlockingServer(java.lang.String _name, int _port, java.net.InetAddress _bind_ip, boolean _apply_ip_filter, TRNonBlockingServerProcessorFactory _processor_factory)
-