Uses of Class
com.biglybt.core.tracker.server.TRTrackerServerException
Packages that use TRTrackerServerException
Package
Description
-
Uses of TRTrackerServerException in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that throw TRTrackerServerExceptionModifier and TypeMethodDescriptionvoid
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 TRTrackerServerExceptionModifier and TypeMethodDescriptionstatic TRTrackerServer
TRTrackerServerFactory.create
(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, Map<String, Object> properties) static TRTrackerServer
TRTrackerServerFactory.createSSL
(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.createSSL
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.createSSL
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean startup_ready) static TRTrackerServer
TRTrackerServerFactory.createSSL
(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.createSSL
(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, Map<String, Object> properties) void
TRTrackerServer.deny
(byte[] hash, boolean explicit) TRTrackerServerTorrentPeerListener.eventOccurred
(TRTrackerServerTorrent torrent, TRTrackerServerPeer peer, int event, String url_parameters) 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 TRTrackerServerExceptionModifier and TypeMethodDescriptionstatic TRTrackerServer
TRTrackerServerFactoryImpl.create
(String name, int protocol, int port, InetAddress bind_ip, boolean ssl, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready, Map<String, Object> properties) void
TRTrackerServerImpl.deny
(byte[] _hash, boolean _explicit) TRTrackerServerTorrentImpl.exportScrapeToMap
(String url_parameters, String ip_address, boolean allow_cache) protected void
TRTrackerServerTorrentImpl.handleRedirects
(String url_parameters, String real_ip_address, boolean scrape) TRTrackerServerTorrentImpl.peerContact
(String url_parameters, String event, HashWrapper peer_id, int tcp_port, int udp_port, int http_port, byte crypto_level, byte az_ver, String original_address, String ip_address, boolean ip_override, boolean loopback, 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, String url_parameters) void
TRTrackerServerImpl.postProcess
(TRTrackerServerPeer peer, TRTrackerServerTorrentImpl torrent, int type, String request, Map response) void
TRTrackerServerImpl.preProcess
(TRTrackerServerPeer peer, TRTrackerServerTorrent torrent, int type, String request, Map response) protected TRTrackerServerTorrentImpl
TRTrackerServerProcessor.processTrackerRequest
(TRTrackerServerImpl _server, String request, Map[] root_out, TRTrackerServerPeerImpl[] peer_out, int _request_type, byte[][] hashes, String link, String scrape_flags, HashWrapper peer_id, boolean no_peer_id, byte compact_mode, String key, String event, boolean stop_to_queue, int port, int udp_port, int http_port, String real_ip_address, 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 TRTrackerServerExceptionModifierConstructorDescriptionTRTrackerServerTCP
(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 TRTrackerServerExceptionModifierConstructorDescriptionTRBlockingServer
(String _name, int _port, 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 TRTrackerServerExceptionModifierConstructorDescriptionTRNonBlockingServer
(String _name, int _port, InetAddress _bind_ip, boolean _apply_ip_filter, boolean _start_up_ready, TRNonBlockingServerProcessorFactory _processor_factory) TRNonBlockingServer
(String _name, int _port, InetAddress _bind_ip, boolean _apply_ip_filter, TRNonBlockingServerProcessorFactory _processor_factory)