Packages

object P2P4 extends Base

Linear Supertypes
Base, Subprotocol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. P2P4
  2. Base
  3. Subprotocol
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Disconnect(typeCode: Unsigned16, reason: Unsigned16) extends Payload.Base[Disconnect] with Product with Serializable
  2. final case class Hello(typeCode: Unsigned16, p2pVersion: Unsigned16, clientId: StringUTF8, capabilities: Capabilities, listenPort: Unsigned16, nodeId: ByteSeqExact64) extends Payload.Base[Hello] with Product with Serializable
  3. final case class Ping(typeCode: Unsigned16) extends Payload.Base[Ping] with Product with Serializable
  4. final case class Pong(typeCode: Unsigned16) extends Payload.Base[Pong] with Product with Serializable

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. lazy val Identifier: (StringASCII_Exact3, Unsigned16)
    Definition Classes
    Subprotocol
  5. val Name: StringASCII_Exact3
    Definition Classes
    BaseSubprotocol
  6. lazy val PayloadFactories: IndexedSeq[Factory[_]]
    Definition Classes
    P2P4BaseSubprotocol
  7. val Version: Unsigned16
    Definition Classes
    BaseSubprotocol
  8. def WideIdentifier: (String, Int)
    Definition Classes
    Subprotocol
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  25. object Disconnect extends Payload.Factory.Base[Disconnect] with Serializable
  26. object Hello extends Payload.Factory.Base[Hello] with Serializable
  27. object NoFactory extends Factory[Nothing]
  28. object Ping extends Payload.Factory.Base[Ping] with Serializable
  29. object Pong extends Payload.Factory.Base[Pong] with Serializable

Inherited from Base

Inherited from Subprotocol

Inherited from AnyRef

Inherited from Any

Ungrouped