class DefaultObjectManagementChannel extends SimpleRequestPacketChannel with ObjectManagementChannel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultObjectManagementChannel
- ObjectManagementChannel
- SimpleRequestPacketChannel
- RequestPacketChannel
- AbstractPacketChannel
- PacketChannel
- PacketInjectable
- JustifiedCloseable
- AutoCloseable
- TrafficObject
- DynamicNetworkObject
- NetworkObject
- AbstractAttributesPresence
- PacketAttributesPresence
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DefaultObjectManagementChannel(rootStore: PacketInjectableStore, scope: ChannelScope)
Type Members
- case class SubInjectableContainer(subInjectable: PacketInjectable, transparent: Boolean) extends Product with Serializable
- Attributes
- protected
- Definition Classes
- AbstractPacketChannel
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): DefaultObjectManagementChannel.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def addRequestListener(callback: (RequestPacketBundle) => Unit): Unit
- Definition Classes
- SimpleRequestPacketChannel → RequestPacketChannel
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canInjectFrom(identifier: String): Boolean
- Definition Classes
- AbstractPacketChannel → PacketInjectable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(reason: Reason): Unit
- Definition Classes
- AbstractPacketChannel → JustifiedCloseable
- def close(): Unit
- Definition Classes
- JustifiedCloseable → AutoCloseable
- var defaultAttributes: PacketAttributes
- Attributes
- protected
- Definition Classes
- AbstractAttributesPresence
- def drainAllAttributes(attributes: PacketAttributes): DefaultObjectManagementChannel.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def drainAllDefaultAttributes(attributes: PacketAttributesPresence): DefaultObjectManagementChannel.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- 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
- def handleBundle(bundle: ChannelPacketBundle): Unit
- Definition Classes
- SimpleRequestPacketChannel → AbstractPacketChannel
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def inject(bundle: PacketBundle): Unit
- Definition Classes
- AbstractPacketChannel → PacketInjectable
- Annotations
- @workerExecution()
- def injectStoredBundles(): Unit
- Definition Classes
- AbstractPacketChannel → PacketChannel
- def isClosed: Boolean
- Definition Classes
- AbstractPacketChannel → JustifiedCloseable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOpen: Boolean
- Definition Classes
- JustifiedCloseable
- Annotations
- @inline()
- def makeRequest(scope: ChannelScope): Submitter[ResponseHolder]
- Definition Classes
- SimpleRequestPacketChannel → RequestPacketChannel
- def makeRequest(scopeFactory: ScopeFactory[_ <: ChannelScope]): Submitter[ResponseHolder]
- Definition Classes
- SimpleRequestPacketChannel → RequestPacketChannel
- 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()
- val ownerID: String
- Definition Classes
- AbstractPacketChannel → PacketInjectable
- lazy val presence: NetworkObjectPresence
- Definition Classes
- DefaultObjectManagementChannel → AbstractPacketChannel → DynamicNetworkObject
- val reference: TrafficObjectReference
The reference of this Network Object.
The reference of this Network Object.
- Definition Classes
- AbstractPacketChannel → NetworkObject
- See also
NetworkObjectReference
- val store: PacketInjectableStore
- Definition Classes
- AbstractPacketChannel → PacketInjectable
- def storeBundle(bundle: ChannelPacketBundle): Unit
- Definition Classes
- AbstractPacketChannel → PacketChannel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val traffic: PacketTraffic
The traffic handler that is directly or not injecting the packets
The traffic handler that is directly or not injecting the packets
- Definition Classes
- AbstractPacketChannel → PacketInjectable
- val trafficPath: Array[Int]
- Definition Classes
- AbstractPacketChannel → TrafficObject
- 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
- Attributes
- protected
- Definition Classes
- AbstractPacketChannel
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated