Packages

c

fr.linkit.engine.gnom.cache

AsyncSenderSyncReceiver

class AsyncSenderSyncReceiver extends SyncAsyncPacketChannel with PacketSender with PacketSyncReceiver

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

Instance Constructors

  1. new AsyncSenderSyncReceiver(store: PacketInjectableStore, scope: ChannelScope)

Type Members

  1. case class SubInjectableContainer(subInjectable: PacketInjectable, transparent: Boolean) extends Product with Serializable
    Attributes
    protected
    Definition Classes
    AbstractPacketChannel

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 addAsyncListener(action: (PacketBundle) => Unit): Unit
    Definition Classes
    SyncAsyncPacketChannel
  5. def addDefaultAttribute(key: Serializable, value: Serializable): AsyncSenderSyncReceiver.this.type
  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): AsyncSenderSyncReceiver.this.type
  13. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): AsyncSenderSyncReceiver.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
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def haveMorePackets: Boolean

    returns

    true if this channel contains stored packets. In other words, return true if nextPacket will not wait

    Definition Classes
    AsyncSenderSyncReceiverPacketSyncReceiver
  21. final def inject(bundle: PacketBundle): Unit
    Definition Classes
    AbstractPacketChannelPacketInjectable
    Annotations
    @workerExecution()
  22. def injectStoredBundles(): Unit
    Definition Classes
    AbstractPacketChannelPacketChannel
  23. def isClosed: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isOpen: Boolean
    Definition Classes
    JustifiedCloseable
    Annotations
    @inline()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def nextPacket[P <: Packet](implicit arg0: ClassTag[P]): P
  28. def nextSync[P <: Packet](implicit arg0: ClassTag[P]): P
    Definition Classes
    SyncAsyncPacketChannel
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. val ownerID: String
  32. lazy val presence: NetworkObjectPresence
  33. val reference: TrafficObjectReference

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractPacketChannelNetworkObject
    See also

    NetworkObjectReference

  34. def send(packet: Packet): Unit
  35. def send(packet: Packet, attributes: PacketAttributes): Unit
  36. def sendAsync(packet: Packet, attributes: PacketAttributes, targets: Array[String]): Unit
    Definition Classes
    SyncAsyncPacketChannel
  37. def sendAsync(packet: Packet, attributes: PacketAttributes): Unit
    Definition Classes
    SyncAsyncPacketChannel
  38. def sendAsync(packet: Packet): Unit
    Definition Classes
    SyncAsyncPacketChannel
  39. def sendSync(packet: Packet): Unit
    Definition Classes
    SyncAsyncPacketChannel
  40. def sendSync(packet: Packet, attributes: PacketAttributes): Unit
    Definition Classes
    SyncAsyncPacketChannel
  41. def sendSync(packet: Packet, attributes: PacketAttributes, targets: Array[String]): Unit
    Definition Classes
    SyncAsyncPacketChannel
  42. def sendTo(packet: Packet, targets: Array[String]): Unit
  43. def sendTo(packet: Packet, attributes: PacketAttributes, targets: Array[String]): Unit
  44. val store: PacketInjectableStore
  45. def storeBundle(bundle: ChannelPacketBundle): Unit
    Definition Classes
    AbstractPacketChannelPacketChannel
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. 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
  49. val trafficPath: Array[Int]
    Definition Classes
    AbstractPacketChannelTrafficObject
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. 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 PacketSyncReceiver

Inherited from PacketSender

Inherited from SyncAsyncPacketChannel

Inherited from AbstractPacketChannel

Inherited from PacketChannel

Inherited from PacketInjectable

Inherited from JustifiedCloseable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped