Packages

case class ResponsePacket(id: Int, packets: Array[Packet]) extends AbstractSubmitterPacket with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponsePacket
  2. Product
  3. Equals
  4. AbstractSubmitterPacket
  5. SubmitterPacket
  6. Packet
  7. Serializable
  8. AbstractAttributesPresence
  9. PacketAttributesPresence
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResponsePacket(id: Int, packets: Array[Packet])

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. def addDefaultAttribute(key: Serializable, value: Serializable): ResponsePacket.this.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. var defaultAttributes: PacketAttributes
    Attributes
    protected
    Definition Classes
    AbstractAttributesPresence
  8. def drainAllAttributes(attributes: PacketAttributes): ResponsePacket.this.type
  9. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): ResponsePacket.this.type
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def foreach(action: (Packet) => Unit): ResponsePacket.this.type
  12. def getAttribute[S](key: Serializable): Option[S]
  13. def getAttributes: PacketAttributes
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def getDefaultAttribute[S](key: Serializable): Option[S]
  16. val id: Int
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def nextPacket[P <: Packet](implicit arg0: ClassTag[P]): P
    Definition Classes
    AbstractSubmitterPacketSubmitterPacket
    Annotations
    @throws("If this method is called more times than packet array's length" + this)
  20. def nextPacket: Packet
    Definition Classes
    SubmitterPacket
  21. def nextPacket[P <: Packet](packet: (P) => Unit)(implicit arg0: ClassTag[P]): ResponsePacket.this.type
    Definition Classes
    SubmitterPacket
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. val packets: Array[Packet]
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. def putAttribute(key: Serializable, value: Serializable): ResponsePacket.this.type
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AbstractSubmitterPacket → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from SubmitterPacket

Inherited from Packet

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped