Packages

final case class RetainerScope extends AbstractAttributesPresence with ChannelScope with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RetainerScope
  2. Serializable
  3. Product
  4. Equals
  5. ChannelScope
  6. AbstractAttributesPresence
  7. PacketAttributesPresence
  8. AnyRef
  9. 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): RetainerScope.this.type
  5. def areAuthorised(identifier: Array[String]): Boolean
    Definition Classes
    RetainerScopeChannelScope
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assertAuthorised(identifiers: Array[String]): Unit
    Definition Classes
    ChannelScope
  8. val authorisedIds: Array[String]
  9. def canConflictWith(scope: ChannelScope): Boolean
    Definition Classes
    RetainerScopeChannelScope
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. var defaultAttributes: PacketAttributes
    Attributes
    protected
    Definition Classes
    AbstractAttributesPresence
  12. def drainAllAttributes(attributes: PacketAttributes): RetainerScope.this.type
  13. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): RetainerScope.this.type
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(obj: Any): Boolean
    Definition Classes
    RetainerScope → Equals → ChannelScope → AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def getDefaultAttribute[S](key: Serializable): Option[S]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def sendTo(packet: Packet, targetIDs: Array[String]): Unit
    Definition Classes
    RetainerScopeChannelScope
  24. def sendTo(packet: Packet, attributes: PacketAttributes, targetIDs: Array[String]): Unit
    Definition Classes
    RetainerScopeChannelScope
  25. def sendToAll(packet: Packet): Unit
    Definition Classes
    RetainerScopeChannelScope
  26. def sendToAll(packet: Packet, attributes: PacketAttributes): Unit
    Definition Classes
    RetainerScopeChannelScope
  27. def shareWriter[S <: ChannelScope](factory: ScopeFactory[S]): S
    Definition Classes
    RetainerScopeChannelScope
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val traffic: PacketTraffic
    Definition Classes
    ChannelScope
  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])
  33. val writer: PacketWriter
    Definition Classes
    RetainerScopeChannelScope

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ChannelScope

Inherited from AnyRef

Inherited from Any

Ungrouped