final case class BroadcastScope extends AbstractAttributesPresence with ChannelScope with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BroadcastScope
- Serializable
- Product
- Equals
- ChannelScope
- AbstractAttributesPresence
- PacketAttributesPresence
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addDefaultAttribute(key: Serializable, value: Serializable): BroadcastScope.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def areAuthorised(identifiers: Array[String]): Boolean
- Definition Classes
- BroadcastScope → ChannelScope
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertAuthorised(identifiers: Array[String]): Unit
- Definition Classes
- ChannelScope
- def canConflictWith(scope: ChannelScope): Boolean
- Definition Classes
- BroadcastScope → ChannelScope
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- var defaultAttributes: PacketAttributes
- Attributes
- protected
- Definition Classes
- AbstractAttributesPresence
- val discarded: Array[String]
- def drainAllAttributes(attributes: PacketAttributes): BroadcastScope.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def drainAllDefaultAttributes(attributes: PacketAttributesPresence): BroadcastScope.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- BroadcastScope → Equals → ChannelScope → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDefaultAttribute[S](key: Serializable): Option[S]
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sendTo(packet: Packet, targetIDs: Array[String]): Unit
- Definition Classes
- BroadcastScope → ChannelScope
- def sendTo(packet: Packet, attributes: PacketAttributes, targetIDs: Array[String]): Unit
- Definition Classes
- BroadcastScope → ChannelScope
- def sendToAll(packet: Packet): Unit
- Definition Classes
- BroadcastScope → ChannelScope
- def sendToAll(packet: Packet, attributes: PacketAttributes): Unit
- Definition Classes
- BroadcastScope → ChannelScope
- def shareWriter[S <: ChannelScope](factory: ScopeFactory[S]): S
- Definition Classes
- BroadcastScope → ChannelScope
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val traffic: PacketTraffic
- Definition Classes
- ChannelScope
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val writer: PacketWriter
- Definition Classes
- BroadcastScope → ChannelScope
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated