Packages

c

org.bitcoins.node

PeerFinder

case class PeerFinder(peerManagerApi: PeerManagerApi, paramPeers: Vector[Peer], queue: SourceQueue[NodeStreamMessage])(implicit ec: ExecutionContext, system: ActorSystem, nodeAppConfig: NodeAppConfig, chainAppConfig: ChainAppConfig) extends StartStopAsync[PeerFinder] with P2PLogger with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeerFinder
  2. Serializable
  3. Product
  4. Equals
  5. P2PLogger
  6. BitcoinSLogger
  7. StartStopAsync
  8. StartStop
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PeerFinder(peerManagerApi: PeerManagerApi, paramPeers: Vector[Peer], queue: SourceQueue[NodeStreamMessage])(implicit ec: ExecutionContext, system: ActorSystem, nodeAppConfig: NodeAppConfig, chainAppConfig: ChainAppConfig)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addToTry(peers: Vector[PeerData], priority: Int = 0): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildPeerData(p: Peer, isPersistent: Boolean): PeerData
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def connect(peer: Peer): Future[Unit]
  9. val controlMessageHandler: ControlMessageHandler
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getPeerData(peer: Peer): Option[PeerData]
  14. def hasPeer(peer: Peer): Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logger: Logger
    Definition Classes
    BitcoinSLogger
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def onVersionMessage(peer: Peer, versionMsg: VersionMessage): Unit
  21. val paramPeers: Vector[Peer]
  22. val peerManagerApi: PeerManagerApi
  23. def popFromCache(peer: Peer): Option[PeerData]
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def queryForPeerConnections(excludePeers: Set[Peer]): Option[Unit]

    Attempts to connect to various peers on the p2p network.

    Attempts to connect to various peers on the p2p network. Try to get more peers for our node.

  26. val queue: SourceQueue[NodeStreamMessage]
  27. def reconnect(peer: Peer): Future[Unit]
  28. def removePeer(peer: Peer): Future[Option[PeerData]]
  29. def setServiceIdentifier(peer: Peer, serviceIdentifier: ServiceIdentifier): Unit
  30. def start(): Future[PeerFinder]
    Definition Classes
    PeerFinderStartStop
  31. def stop(): Future[PeerFinder]
    Definition Classes
    PeerFinderStartStop
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    PeerFinder → AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from P2PLogger

Inherited from BitcoinSLogger

Inherited from StartStopAsync[PeerFinder]

Inherited from StartStop[Future[PeerFinder]]

Inherited from AnyRef

Inherited from Any

Ungrouped