Packages

sealed abstract class AbstractSubmitterPacket extends AbstractAttributesPresence with SubmitterPacket

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

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): AbstractSubmitterPacket.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): AbstractSubmitterPacket.this.type
  9. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): AbstractSubmitterPacket.this.type
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def foreach(action: (Packet) => Unit): AbstractSubmitterPacket.this.type
  13. def getAttribute[S](key: Serializable): Option[S]
  14. def getAttributes: PacketAttributes
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getDefaultAttribute[S](key: Serializable): Option[S]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. 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)
  21. def nextPacket: Packet
    Definition Classes
    SubmitterPacket
  22. def nextPacket[P <: Packet](packet: (P) => Unit)(implicit arg0: ClassTag[P]): AbstractSubmitterPacket.this.type
    Definition Classes
    SubmitterPacket
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def putAttribute(key: Serializable, value: Serializable): AbstractSubmitterPacket.this.type
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AbstractSubmitterPacket → AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. 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 SubmitterPacket

Inherited from Packet

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped