Uses of Class
org.johnnei.javatorrent.TorrentClient.Builder
-
Packages that use TorrentClient.Builder Package Description org.johnnei.javatorrent org.johnnei.javatorrent.module org.johnnei.javatorrent.tracker.http -
-
Uses of TorrentClient.Builder in org.johnnei.javatorrent
Methods in org.johnnei.javatorrent that return TorrentClient.Builder Modifier and Type Method Description TorrentClient.BuilderTorrentClient.Builder. acceptIncomingConnections(boolean acceptIncomingConnections)Enables (or disables) the starting of the peer connection accepts upon building of the torrent client.TorrentClient.BuilderTorrentClient.Builder. enableExtensionBit(int bit)Enables a bit in the extension bytes.TorrentClient.BuilderTorrentClient.Builder. registerMessage(int id, Supplier<IMessage> messageSupplier)TorrentClient.BuilderTorrentClient.Builder. registerModule(IModule module)TorrentClient.BuilderTorrentClient.Builder. registerTrackerProtocol(String protocol, CheckedBiFunction<String,TorrentClient,ITracker,TrackerException> supplier)TorrentClient.BuilderTorrentClient.Builder. setConnectionDegradation(ConnectionDegradation connectionDegradation)TorrentClient.BuilderTorrentClient.Builder. setDownloadPort(int downloadPort)Sets the download port at which we are listeningTorrentClient.BuilderTorrentClient.Builder. setExecutorService(ScheduledExecutorService executorService)TorrentClient.BuilderTorrentClient.Builder. setPeerConnector(Function<TorrentClient,IPeerConnector> peerConnector)TorrentClient.BuilderTorrentClient.Builder. setPeerDistributor(Function<TorrentClient,IPeerDistributor> peerDistributor)Sets the peer distributor which is being used by theIPeerConnectorimplementation.TorrentClient.BuilderTorrentClient.Builder. setPhaseRegulator(PhaseRegulator phaseRegulator)TorrentClient.BuilderTorrentClient.Builder. setRequestLimiter(IRequestLimiter requestLimiter) -
Uses of TorrentClient.Builder in org.johnnei.javatorrent.module
Methods in org.johnnei.javatorrent.module with parameters of type TorrentClient.Builder Modifier and Type Method Description voidIModule. configureTorrentClient(TorrentClient.Builder builder)Registers all the mandatory components to theTorrentClient.Builder. -
Uses of TorrentClient.Builder in org.johnnei.javatorrent.tracker.http
Methods in org.johnnei.javatorrent.tracker.http with parameters of type TorrentClient.Builder Modifier and Type Method Description voidHttpTrackerModule. configureTorrentClient(TorrentClient.Builder builder)
-