Uses of Interface
com.biglybt.core.util.AsyncController
Packages that use AsyncController
Package
Description
-
Uses of AsyncController in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host with parameters of type AsyncControllerModifier and TypeMethodDescriptionboolean
TRHostListener.handleExternalRequest
(InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async) -
Uses of AsyncController in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl with parameters of type AsyncControllerModifier and TypeMethodDescriptionboolean
TRHostImpl.handleExternalRequest
(InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async) -
Uses of AsyncController in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return AsyncControllerMethods in com.biglybt.core.tracker.server with parameters of type AsyncControllerModifier and TypeMethodDescriptionboolean
TRTrackerServerListener.handleExternalRequest
(InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async) -
Uses of AsyncController in com.biglybt.core.tracker.server.impl
Methods in com.biglybt.core.tracker.server.impl with parameters of type AsyncControllerModifier and TypeMethodDescriptionprotected ByteArrayOutputStream
TRTrackerServerFactoryImpl.NonBlockingProcessor.process
(String input_header, String lowercase_input_header, String url_path, InetSocketAddress remote_address, boolean announce_and_scrape_only, InputStream is, AsyncController async) -
Uses of AsyncController in com.biglybt.core.tracker.server.impl.tcp
Methods in com.biglybt.core.tracker.server.impl.tcp with parameters of type AsyncControllerModifier and TypeMethodDescriptionprotected boolean
TRTrackerServerProcessorTCP.handleExternalRequest
(InetSocketAddress local_address, InetSocketAddress remote_address, String user, String url, String header, InputStream is, OutputStream os, AsyncController async, boolean[] keep_alive) protected boolean
TRTrackerServerTCP.handleExternalRequest
(TRTrackerServerProcessorTCP processor, InetSocketAddress local_address, InetSocketAddress client_address, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async, boolean[] keep_alive) protected boolean
TRTrackerServerProcessorTCP.processRequest
(String input_header, String lowercase_input_header, String url_path, InetSocketAddress local_address, InetSocketAddress remote_address, boolean announce_and_scrape_only, boolean keep_alive, InputStream is, OutputStream os, AsyncController async) -
Uses of AsyncController in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Methods in com.biglybt.core.tracker.server.impl.tcp.nonblocking with parameters of type AsyncControllerModifier and TypeMethodDescriptionprotected abstract ByteArrayOutputStream
TRNonBlockingServerProcessor.process
(String input_header, String lowercase_input_header, String url_path, InetSocketAddress client_address, boolean announce_and_scrape_only, InputStream is, AsyncController async) -
Uses of AsyncController in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that return AsyncControllerModifier and TypeMethodDescriptionprotected AsyncController
TrackerWebPageRequestImpl.getAsyncController()
-
Uses of AsyncController in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type AsyncControllerModifier and TypeMethodDescriptionboolean
MyTrackerView.handleExternalRequest
(InetSocketAddress client, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async)