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 TypeMethodDescriptionvoidTRHostImpl.postProcess(TRTrackerServerRequest request) voidTRHostImpl.preProcess(TRTrackerServerRequest request) -
Uses of TRTrackerServerException in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that throw TRTrackerServerExceptionModifier and TypeMethodDescriptionstatic TRTrackerServerTRTrackerServerFactory.create(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, Map<String, Object> properties) static TRTrackerServerTRTrackerServerFactory.createSSL(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean startup_ready) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, Map<String, Object> properties) voidTRTrackerServer.deny(byte[] hash, boolean explicit) TRTrackerServerTorrentPeerListener.eventOccurred(TRTrackerServerTorrent torrent, TRTrackerServerPeer peer, int event, String url_parameters) voidTRTrackerServerRequestListener.postProcess(TRTrackerServerRequest request) voidTRTrackerServerRequestListener.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 TRTrackerServerTRTrackerServerFactoryImpl.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) voidTRTrackerServerImpl.deny(byte[] _hash, boolean _explicit) TRTrackerServerTorrentImpl.exportScrapeToMap(String url_parameters, String ip_address, boolean allow_cache) protected voidTRTrackerServerTorrentImpl.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 voidTRTrackerServerTorrentImpl.peerEvent(TRTrackerServerPeer peer, int event, String url_parameters) voidTRTrackerServerImpl.postProcess(TRTrackerServerPeer peer, TRTrackerServerTorrentImpl torrent, int type, String request, Map response) voidTRTrackerServerImpl.preProcess(TRTrackerServerPeer peer, TRTrackerServerTorrent torrent, int type, String request, Map response) protected TRTrackerServerTorrentImplTRTrackerServerProcessor.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, Map<String, Object> _properties) -
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) TRBlockingServer(String _name, int _port, InetAddress _bind_ip, boolean _ssl, boolean _apply_ip_filter, boolean _start_up_ready, Map<String, Object> _properties) -
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, Map<String, Object> _properties, TRNonBlockingServerProcessorFactory _processor_factory) TRNonBlockingServer(String _name, int _port, InetAddress _bind_ip, boolean _apply_ip_filter, TRNonBlockingServerProcessorFactory _processor_factory) TRNonBlockingServer(String _name, int _port, InetAddress _bind_ip, boolean _apply_ip_filter, Map<String, Object> _properties, TRNonBlockingServerProcessorFactory _processor_factory)