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 TypeMethodDescriptionbooleanTRHostListener.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 TypeMethodDescriptionbooleanTRHostImpl.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 TypeMethodDescriptionbooleanTRTrackerServerListener.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 ByteArrayOutputStreamTRTrackerServerFactoryImpl.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 booleanTRTrackerServerProcessorTCP.handleExternalRequest(InetSocketAddress local_address, InetSocketAddress remote_address, String user, String url, String header, InputStream is, OutputStream os, AsyncController async, boolean[] keep_alive) protected booleanTRTrackerServerTCP.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 booleanTRTrackerServerProcessorTCP.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 ByteArrayOutputStreamTRNonBlockingServerProcessor.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 AsyncControllerTrackerWebPageRequestImpl.getAsyncController() -
Uses of AsyncController in com.biglybt.ui.swt.views
Methods in com.biglybt.ui.swt.views with parameters of type AsyncControllerModifier and TypeMethodDescriptionbooleanMyTrackerView.handleExternalRequest(InetSocketAddress client, String user, String url, URL absolute_url, String header, InputStream is, OutputStream os, AsyncController async)