Object

com.mchange.sc.v1.consuela.ethereum.net.devp2p.Subprotocol

P2P4

Related Doc: package Subprotocol

Permalink

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

    Permalink
  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

    Permalink
  3. final case class Ping(typeCode: Unsigned16) extends Payload.Base[Ping] with Product with Serializable

    Permalink
  4. final case class Pong(typeCode: Unsigned16) extends Payload.Base[Pong] with Product with Serializable

    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. object Disconnect extends Payload.Factory.Base[Disconnect] with Serializable

    Permalink
  5. object Hello extends Payload.Factory.Base[Hello] with Serializable

    Permalink
  6. lazy val Identifier: (StringASCII_Exact3, Unsigned16)

    Permalink
    Definition Classes
    Subprotocol
  7. val Name: StringASCII_Exact3

    Permalink
    Definition Classes
    BaseSubprotocol
  8. object NoFactory extends Factory[Nothing]

    Permalink
  9. lazy val PayloadFactories: IndexedSeq[Factory[_]]

    Permalink
    Definition Classes
    P2P4BaseSubprotocol
  10. object Ping extends Payload.Factory.Base[Ping] with Serializable

    Permalink
  11. object Pong extends Payload.Factory.Base[Pong] with Serializable

    Permalink
  12. val Version: Unsigned16

    Permalink
    Definition Classes
    BaseSubprotocol
  13. def WideIdentifier: (String, Int)

    Permalink
    Definition Classes
    Subprotocol
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Base

Inherited from Subprotocol

Inherited from AnyRef

Inherited from Any

Ungrouped