Packages

c

fr.linkit.engine.gnom.packet.traffic.channel

AbstractPacketChannel

abstract class AbstractPacketChannel extends AbstractAttributesPresence with PacketChannel with PacketInjectable

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

Instance Constructors

  1. new AbstractPacketChannel(scope: ChannelScope)

Abstract Value Members

  1. abstract def handleBundle(injection: ChannelPacketBundle): Unit
    Annotations
    @workerExecution()

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

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractPacketChannelNetworkObject
    See also

    NetworkObjectReference

  30. def storeBundle(bundle: ChannelPacketBundle): Unit
    Definition Classes
    AbstractPacketChannelPacketChannel
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. 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
  34. val trafficPath: Array[Int]
    Definition Classes
    AbstractPacketChannelTrafficObject
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. val writer: PacketWriter
    Attributes
    protected

Deprecated Value Members

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

Inherited from PacketChannel

Inherited from PacketInjectable

Inherited from JustifiedCloseable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped