Uses of Interface
org.johnnei.javatorrent.tracker.IPeerConnector
-
Packages that use IPeerConnector Package Description org.johnnei.javatorrent org.johnnei.javatorrent.tracker -
-
Uses of IPeerConnector in org.johnnei.javatorrent
Methods in org.johnnei.javatorrent that return IPeerConnector Modifier and Type Method Description IPeerConnectorTorrentClient. getPeerConnector()Gets theIPeerConnectorwhich connects new peersMethod parameters in org.johnnei.javatorrent with type arguments of type IPeerConnector Modifier and Type Method Description TorrentClient.BuilderTorrentClient.Builder. setPeerConnector(Function<TorrentClient,IPeerConnector> peerConnector) -
Uses of IPeerConnector in org.johnnei.javatorrent.tracker
Classes in org.johnnei.javatorrent.tracker that implement IPeerConnector Modifier and Type Class Description classNioPeerConnectorA peer connector which allows simultaneously connect to several peers at a time.
-