Packages

sealed abstract class AbstractSubmitter[P] extends SimplePacketAttributes with Submitter[P]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractSubmitter
  2. Submitter
  3. SimplePacketAttributes
  4. PacketAttributes
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def makeSubmit(): P
    Attributes
    protected

Concrete 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 addPacket(packet: Packet): AbstractSubmitter.this.type
    Definition Classes
    AbstractSubmitterSubmitter
  5. def addPackets(packets: Packet*): AbstractSubmitter.this.type
    Definition Classes
    AbstractSubmitterSubmitter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attributes: Map[Serializable, Serializable]
    Attributes
    protected[packet]
    Definition Classes
    SimplePacketAttributes
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def drainAttributes(other: PacketAttributes): AbstractSubmitter.this.type
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    SimplePacketAttributes → AnyRef → Any
  12. def foreachAttributes(f: (Serializable, Serializable) => Unit): AbstractSubmitter.this.type
  13. def getAttribute[S](name: Serializable): Option[S]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    SimplePacketAttributes → AnyRef → Any
  16. def isEmpty: Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def nonEmpty: Boolean
    Definition Classes
    PacketAttributes
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. val packets: ListBuffer[Packet]
    Attributes
    protected
  23. def putAllAttributes(presence: PacketAttributesPresence): AbstractSubmitter.this.type
    Definition Classes
    PacketAttributes
  24. def putAllAttributes(other: PacketAttributes): AbstractSubmitter.this.type
    Definition Classes
    PacketAttributes
  25. def putAttribute(name: Serializable, value: Serializable): AbstractSubmitter.this.type
  26. def submit(): P
    Definition Classes
    AbstractSubmitterSubmitter
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AbstractSubmitterSimplePacketAttributes → 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 Submitter[P]

Inherited from SimplePacketAttributes

Inherited from PacketAttributes

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped