Packages

class AsyncPacketChannel extends AbstractPacketChannel with PacketSender with PacketAsyncReceiver[PacketBundle]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncPacketChannel
  2. PacketAsyncReceiver
  3. PacketSender
  4. AbstractPacketChannel
  5. PacketChannel
  6. PacketInjectable
  7. JustifiedCloseable
  8. AutoCloseable
  9. TrafficObject
  10. DynamicNetworkObject
  11. NetworkObject
  12. AbstractAttributesPresence
  13. PacketAttributesPresence
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AsyncPacketChannel(scope: ChannelScope)
    Attributes
    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): AsyncPacketChannel.this.type
  5. def addOnPacketReceived(callback: (PacketBundle) => Unit): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canInjectFrom(identifier: String): Boolean
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def close(reason: Reason): Unit
  10. def close(): Unit
    Definition Classes
    JustifiedCloseable → AutoCloseable
  11. var defaultAttributes: PacketAttributes
    Attributes
    protected
    Definition Classes
    AbstractAttributesPresence
  12. def drainAllAttributes(attributes: PacketAttributes): AsyncPacketChannel.this.type
  13. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): AsyncPacketChannel.this.type
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def getDefaultAttribute[S](key: Serializable): Option[S]
  18. def handleBundle(bundle: ChannelPacketBundle): Unit
    Definition Classes
    AsyncPacketChannelAbstractPacketChannel
    Annotations
    @workerExecution()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def inject(bundle: PacketBundle): Unit
    Definition Classes
    AbstractPacketChannelPacketInjectable
    Annotations
    @workerExecution()
  21. def injectStoredBundles(): Unit
    Definition Classes
    AbstractPacketChannelPacketChannel
  22. def isClosed: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isOpen: Boolean
    Definition Classes
    JustifiedCloseable
    Annotations
    @inline()
  25. def makeReference: TrafficObjectReference
    Attributes
    protected
    Definition Classes
    AbstractPacketChannel
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. val ownerID: String
  30. lazy val presence: NetworkObjectPresence
  31. final val reference: TrafficObjectReference

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractPacketChannelNetworkObject
    See also

    NetworkObjectReference

  32. def send(packet: Packet): Unit
    Definition Classes
    AsyncPacketChannelPacketSender
  33. def send(packet: Packet, attributes: PacketAttributes): Unit
    Definition Classes
    AsyncPacketChannelPacketSender
  34. def sendTo(packet: Packet, targets: Array[String]): Unit
    Definition Classes
    AsyncPacketChannelPacketSender
  35. def sendTo(packet: Packet, attributes: PacketAttributes, targets: Array[String]): Unit
    Definition Classes
    AsyncPacketChannelPacketSender
  36. def storeBundle(bundle: ChannelPacketBundle): Unit
    Definition Classes
    AbstractPacketChannelPacketChannel
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. 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
    AbstractPacketChannelPacketInjectable
  40. val trafficPath: Array[Int]
    Definition Classes
    AbstractPacketChannelTrafficObject
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. val writer: PacketWriter
    Attributes
    protected
    Definition Classes
    AbstractPacketChannel

Deprecated Value Members

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

Inherited from PacketSender

Inherited from AbstractPacketChannel

Inherited from PacketChannel

Inherited from PacketInjectable

Inherited from JustifiedCloseable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped