Class/Object

org.bitcoins.node.networking.peer

PeerMessageSender

Related Docs: object PeerMessageSender | package peer

Permalink

case class PeerMessageSender(client: P2PClient)(implicit conf: NodeAppConfig) extends P2PLogger with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeerMessageSender
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. P2PLogger
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PeerMessageSender(client: P2PClient)(implicit conf: NodeAppConfig)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val client: P2PClient

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def connect(): Unit

    Permalink

    Initiates a connection with the given peer

  8. def disconnect()(implicit ec: ExecutionContext): Future[Unit]

    Permalink

    Disconnects the given peer

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def isConnected()(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
  13. def isDisconnected()(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
  14. def isInitialized()(implicit ec: ExecutionContext): Future[Boolean]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def logger(implicit config: NodeAppConfig): MarkedLogger

    Permalink
    Attributes
    protected
    Definition Classes
    P2PLogger
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def sendFilterAddMessage(hash: HashDigest): Future[Unit]

    Permalink
  21. def sendFilterClearMessage(): Future[Unit]

    Permalink
  22. def sendFilterLoadMessage(bloom: BloomFilter): Future[Unit]

    Permalink
  23. def sendGetCompactFilterCheckPointMessage(stopHash: DoubleSha256Digest): Future[Unit]

    Permalink
  24. def sendGetCompactFilterHeadersMessage(startHeight: Int, stopHash: DoubleSha256Digest): Future[Unit]

    Permalink
  25. def sendGetCompactFiltersMessage(startHeight: Int, stopHash: DoubleSha256Digest): Future[Unit]

    Permalink
  26. def sendGetDataMessage(typeIdentifier: TypeIdentifier, hashes: DoubleSha256Digest*): Future[Unit]

    Permalink

    Sends a request for filtered blocks matching the given headers

  27. def sendGetHeadersMessage(lastHash: DoubleSha256Digest): Future[Unit]

    Permalink
  28. def sendHeadersMessage(): Future[Unit]

    Permalink
  29. def sendInventoryMessage(transactions: Transaction*): Future[Unit]

    Permalink

    Sends a inventory message with the given transactions

  30. def sendPong(ping: PingMessage): Future[Unit]

    Permalink

    Responds to a ping message

  31. def sendTransactionMessage(transaction: Transaction): Future[Unit]

    Permalink
  32. def sendVerackMessage(): Future[Unit]

    Permalink
  33. def sendVersionMessage(): Future[Unit]

    Permalink

    Sends a VersionMessage to our peer

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from P2PLogger

Inherited from AnyRef

Inherited from Any

Ungrouped