Packages

class RequestSubmitter extends AbstractSubmitter[ResponseHolder]

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

Instance Constructors

  1. new RequestSubmitter(id: Int, scope: ChannelScope, blockingQueue: BlockingQueue[AbstractSubmitterPacket], channel: SimpleRequestPacketChannel)

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): RequestSubmitter.this.type
    Definition Classes
    AbstractSubmitterSubmitter
  5. def addPackets(packets: Packet*): RequestSubmitter.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): RequestSubmitter.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): RequestSubmitter.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. def makeSubmit(): SimpleResponseHolder
    Attributes
    protected
    Definition Classes
    RequestSubmitterAbstractSubmitter
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def nonEmpty: Boolean
    Definition Classes
    PacketAttributes
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. val packets: ListBuffer[Packet]
    Attributes
    protected
    Definition Classes
    AbstractSubmitter
  24. def putAllAttributes(presence: PacketAttributesPresence): RequestSubmitter.this.type
    Definition Classes
    PacketAttributes
  25. def putAllAttributes(other: PacketAttributes): RequestSubmitter.this.type
    Definition Classes
    PacketAttributes
  26. def putAttribute(name: Serializable, value: Serializable): RequestSubmitter.this.type
  27. def submit(): ResponseHolder
    Definition Classes
    AbstractSubmitterSubmitter
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AbstractSubmitterSimplePacketAttributes → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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[ResponseHolder]

Inherited from SimplePacketAttributes

Inherited from PacketAttributes

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped