Packages

class DefaultCachePacketChannel extends SimpleRequestPacketChannel with CachePacketChannel

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultCachePacketChannel
  2. CachePacketChannel
  3. SimpleRequestPacketChannel
  4. RequestPacketChannel
  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 DefaultCachePacketChannel(scope: ChannelScope, manager: SharedCacheManager, cacheID: Int)

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): DefaultCachePacketChannel.this.type
  5. def addRequestListener(callback: (RequestPacketBundle) => Unit): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cacheID: Int

    This cache's identifier

    This cache's identifier

    Definition Classes
    DefaultCachePacketChannelCachePacketChannel
  8. def canInjectFrom(identifier: String): Boolean
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def close(reason: Reason): Unit
  11. def close(): Unit
    Definition Classes
    JustifiedCloseable → AutoCloseable
  12. var defaultAttributes: PacketAttributes
    Attributes
    protected
    Definition Classes
    AbstractAttributesPresence
  13. def drainAllAttributes(attributes: PacketAttributes): DefaultCachePacketChannel.this.type
  14. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): DefaultCachePacketChannel.this.type
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def getDefaultAttribute[S](key: Serializable): Option[S]
  19. def getHandler: Option[CacheHandler]

    returns

    Some(CacheHandler) if the handler is set, None instead

    Definition Classes
    DefaultCachePacketChannelCachePacketChannel
  20. def handleBundle(bundle: ChannelPacketBundle): Unit
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final def inject(bundle: PacketBundle): Unit
    Definition Classes
    AbstractPacketChannelPacketInjectable
    Annotations
    @workerExecution()
  23. def injectStoredBundles(): Unit
    Definition Classes
    AbstractPacketChannelPacketChannel
  24. def isClosed: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isOpen: Boolean
    Definition Classes
    JustifiedCloseable
    Annotations
    @inline()
  27. def makeReference: TrafficObjectReference
    Attributes
    protected
    Definition Classes
    AbstractPacketChannel
  28. def makeRequest(scope: ChannelScope): Submitter[ResponseHolder]
  29. def makeRequest(scopeFactory: ScopeFactory[_ <: ChannelScope]): Submitter[ResponseHolder]
  30. val manager: SharedCacheManager

    The manager of this channel's cache.

    The manager of this channel's cache.

    Definition Classes
    DefaultCachePacketChannelCachePacketChannel
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. val ownerID: String
  35. lazy val presence: NetworkObjectPresence
  36. final val reference: TrafficObjectReference

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractPacketChannelNetworkObject
    See also

    NetworkObjectReference

  37. def setHandler(handler: CacheHandler): Unit

    sets the cache handler.

    sets the cache handler.

    handler

    the cache's handler

    Definition Classes
    DefaultCachePacketChannelCachePacketChannel
    Exceptions thrown

    IllegalStateException if the handler is already set.

  38. def storeBundle(bundle: ChannelPacketBundle): Unit
    Definition Classes
    AbstractPacketChannelPacketChannel
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. 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
  42. val trafficPath: Array[Int]
    Definition Classes
    AbstractPacketChannelTrafficObject
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. 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 CachePacketChannel

Inherited from RequestPacketChannel

Inherited from AbstractPacketChannel

Inherited from PacketChannel

Inherited from PacketInjectable

Inherited from JustifiedCloseable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped