Packages

c

org.bitcoins.commons.jsonmodels.bitcoind

PeerNetworkInfoPreV21

case class PeerNetworkInfoPreV21(addr: URI, addrbind: URI, addrlocal: Option[URI], services: String, servicesnames: Option[Vector[ServiceIdentifier]], relaytxes: Boolean, lastsend: UInt32, lastrecv: UInt32, bytessent: Int, bytesrecv: Int, conntime: UInt32, timeoffset: Int, pingtime: Option[BigDecimal], minping: Option[BigDecimal], pingwait: Option[BigDecimal]) extends NetworkResult with PeerNetworkInfo with Product with Serializable

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

Instance Constructors

  1. new PeerNetworkInfoPreV21(addr: URI, addrbind: URI, addrlocal: Option[URI], services: String, servicesnames: Option[Vector[ServiceIdentifier]], relaytxes: Boolean, lastsend: UInt32, lastrecv: UInt32, bytessent: Int, bytesrecv: Int, conntime: UInt32, timeoffset: Int, pingtime: Option[BigDecimal], minping: Option[BigDecimal], pingwait: Option[BigDecimal])

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. val addr: URI
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  5. val addrbind: URI
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  6. val addrlocal: Option[URI]
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bytesrecv: Int
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  9. val bytessent: Int
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. val conntime: UInt32
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val lastrecv: UInt32
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  17. val lastsend: UInt32
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  18. val minping: Option[BigDecimal]
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val pingtime: Option[BigDecimal]
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  23. val pingwait: Option[BigDecimal]
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  24. val relaytxes: Boolean
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  25. val services: String
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  26. val servicesnames: Option[Vector[ServiceIdentifier]]
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val timeoffset: Int
    Definition Classes
    PeerNetworkInfoPreV21PeerNetworkInfo
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PeerNetworkInfo

Inherited from NetworkResult

Inherited from AnyRef

Inherited from Any

Ungrouped