class SystemPacketChannel extends SyncPacketChannel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SystemPacketChannel
- SyncPacketChannel
- PacketSyncReceiver
- PacketSender
- AbstractPacketChannel
- PacketChannel
- PacketInjectable
- JustifiedCloseable
- AutoCloseable
- TrafficObject
- DynamicNetworkObject
- NetworkObject
- AbstractAttributesPresence
- PacketAttributesPresence
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SystemPacketChannel(scope: ChannelScope)
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): SystemPacketChannel.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- 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
- SyncPacketChannel → AbstractPacketChannel → JustifiedCloseable
- def close(): Unit
- Definition Classes
- JustifiedCloseable → AutoCloseable
- var defaultAttributes: PacketAttributes
- Attributes
- protected
- Definition Classes
- AbstractAttributesPresence
- def drainAllAttributes(attributes: PacketAttributes): SystemPacketChannel.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def drainAllDefaultAttributes(attributes: PacketAttributesPresence): SystemPacketChannel.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
- SyncPacketChannel → AbstractPacketChannel
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def haveMorePackets: Boolean
- returns
true if this channel contains stored packets. In other words, return true if nextPacket would not wait
- Definition Classes
- SyncPacketChannel → PacketSyncReceiver
- 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 makeReference: TrafficObjectReference
- Attributes
- protected
- Definition Classes
- AbstractPacketChannel
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextPacket[P <: Packet](implicit arg0: ClassTag[P]): P
- Definition Classes
- SyncPacketChannel → PacketSyncReceiver
- 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
- AbstractPacketChannel → DynamicNetworkObject
- final val reference: TrafficObjectReference
The reference of this Network Object.
The reference of this Network Object.
- Definition Classes
- AbstractPacketChannel → NetworkObject
- See also
NetworkObjectReference
- def send(packet: Packet, attributes: PacketAttributes): Unit
- Definition Classes
- SyncPacketChannel → PacketSender
- def send(packet: Packet): Unit
- Definition Classes
- SyncPacketChannel → PacketSender
- def sendTo(packet: Packet, attributes: PacketAttributes, targets: Array[String]): Unit
- Definition Classes
- SyncPacketChannel → PacketSender
- def sendTo(packet: Packet, targets: Array[String]): Unit
- Definition Classes
- SyncPacketChannel → PacketSender
- 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