trait PeerManagerApi extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PeerManagerApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def connectPeer(peer: Peer): Future[Unit]
- abstract def disconnectPeer(peer: Peer): Future[Unit]
- abstract def gossipGetHeadersMessage(hashes: Vector[DoubleSha256DigestBE]): Unit
Gossips the org.bitcoins.core.p2p.GetHeadersMessage to all of our peers to attempt ot get the best block headers
- abstract def gossipMessage(msg: NetworkPayload, excludedPeerOpt: Option[Peer]): Unit
Gossips the given message to all peers except the excluded peer.
Gossips the given message to all peers except the excluded peer. If None given as excluded peer, gossip message to all peers
- abstract def isConnected(peer: Peer): Future[Boolean]
- abstract def isDisconnected(peer: Peer): Future[Boolean]
- abstract def isInitialized(peer: Peer): Future[Boolean]
- abstract def peers: Set[Peer]
Peers we are currently connected too and have completed the version/verack handshake with
- abstract def sendToRandomPeer(payload: NetworkPayload): Unit
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()