class AsyncPacketChannel extends AbstractPacketChannel with PacketSender with PacketAsyncReceiver[PacketBundle]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncPacketChannel
- PacketAsyncReceiver
- PacketSender
- AbstractPacketChannel
- PacketChannel
- PacketInjectable
- JustifiedCloseable
- AutoCloseable
- TrafficObject
- DynamicNetworkObject
- NetworkObject
- AbstractAttributesPresence
- PacketAttributesPresence
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsyncPacketChannel(scope: ChannelScope)
- Attributes
- 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): AsyncPacketChannel.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def addOnPacketReceived(callback: (PacketBundle) => Unit): Unit
- Definition Classes
- AsyncPacketChannel → PacketAsyncReceiver
- 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): AsyncPacketChannel.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def drainAllDefaultAttributes(attributes: PacketAttributesPresence): AsyncPacketChannel.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
- AsyncPacketChannel → AbstractPacketChannel
- Annotations
- @workerExecution()
- 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 makeReference: TrafficObjectReference
- Attributes
- protected
- Definition Classes
- AbstractPacketChannel
- 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
- 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): Unit
- Definition Classes
- AsyncPacketChannel → PacketSender
- def send(packet: Packet, attributes: PacketAttributes): Unit
- Definition Classes
- AsyncPacketChannel → PacketSender
- def sendTo(packet: Packet, targets: Array[String]): Unit
- Definition Classes
- AsyncPacketChannel → PacketSender
- def sendTo(packet: Packet, attributes: PacketAttributes, targets: Array[String]): Unit
- Definition Classes
- AsyncPacketChannel → 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