Packages

trait PacketTraffic extends JustifiedCloseable with PacketInjectableStore

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PacketTraffic
  2. PacketInjectableStore
  3. TrafficObject
  4. DynamicNetworkObject
  5. NetworkObject
  6. JustifiedCloseable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def application: ApplicationContext
  2. abstract def close(reason: Reason): Unit
    Definition Classes
    JustifiedCloseable
  3. abstract def connection: ConnectionContext
  4. abstract def createStore(id: Int, persistenceConfig: PersistenceConfig): PacketInjectableStore
    Definition Classes
    PacketInjectableStore
  5. abstract val currentIdentifier: String
  6. abstract val defaultPersistenceConfig: PersistenceConfig
    Definition Classes
    PacketInjectableStore
  7. abstract def findInjectable[C <: PacketInjectable](id: Int)(implicit arg0: ClassTag[C]): Option[C]
    Definition Classes
    PacketInjectableStore
  8. abstract def findNode(path: Array[Int]): Option[TrafficNode[PacketInjectable]]
  9. abstract def findStore(id: Int): Option[PacketInjectableStore]
    Definition Classes
    PacketInjectableStore
  10. abstract def getInjectable[C <: PacketInjectable](injectableID: Int, config: PersistenceConfig, factory: PacketInjectableFactory[C], scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C]): InjectableTrafficNode[C]
    Definition Classes
    PacketInjectableStore
  11. abstract def getPersistenceConfig(path: Array[Int]): PersistenceConfig
  12. abstract def getTrafficObjectLinker: NetworkObjectLinker[TrafficReference]
  13. abstract def isClosed: Boolean
    Definition Classes
    JustifiedCloseable
  14. abstract def newWriter(path: Array[Int], persistenceConfig: PersistenceConfig): PacketWriter
  15. abstract def newWriter(path: Array[Int]): PacketWriter
  16. abstract def presence: NetworkObjectPresence
    Definition Classes
    DynamicNetworkObject
  17. abstract def processInjection(result: PacketDownload): Unit
  18. abstract def processInjection(bundle: PacketBundle): Unit
    Annotations
    @workerExecution()
  19. abstract def processInjection(packet: Packet, attr: PacketAttributes, coordinates: DedicatedPacketCoordinates): Unit
    Annotations
    @workerExecution() @inline()
  20. abstract def reference: TrafficReference

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    PacketInjectableStoreNetworkObject
    See also

    NetworkObjectReference

  21. abstract val serverIdentifier: String
  22. abstract val trafficPath: Array[Int]
    Definition Classes
    TrafficObject

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    JustifiedCloseable → AutoCloseable
  7. def createStore(id: Int): PacketInjectableStore
    Definition Classes
    PacketInjectableStore
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def getInjectable[C <: PacketInjectable](injectableID: Int, config: PersistenceConfig, scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C], factory: PacketInjectableFactory[C]): InjectableTrafficNode[C]
    Definition Classes
    PacketInjectableStore
  12. def getInjectable[C <: PacketInjectable](injectableID: Int, scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C], factory: PacketInjectableFactory[C]): InjectableTrafficNode[C]
    Definition Classes
    PacketInjectableStore
  13. def getInjectable[C <: PacketInjectable](injectableID: Int, factory: PacketInjectableFactory[C], scopeFactory: ScopeFactory[_ <: ChannelScope])(implicit arg0: ClassTag[C]): InjectableTrafficNode[C]
    Definition Classes
    PacketInjectableStore
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isOpen: Boolean
    Definition Classes
    JustifiedCloseable
    Annotations
    @inline()
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from PacketInjectableStore

Inherited from JustifiedCloseable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped