Object

com.malliina.push.mpns

PushUrls

Related Doc: package mpns

Permalink

object PushUrls extends FileSet[PushUrl]

Linear Supertypes
FileSet[PushUrl], LoggingList[PushUrl], FileBackedSet[PushUrl], Distinctness[PushUrl], FileBackedList[PushUrl], PersistentList[PushUrl], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PushUrls
  2. FileSet
  3. LoggingList
  4. FileBackedSet
  5. Distinctness
  6. FileBackedList
  7. PersistentList
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(item: PushUrl): Boolean

    Permalink
    Definition Classes
    LoggingList → PersistentList
  5. def areSame(first: PushUrl, second: PushUrl): Boolean

    Permalink
    Definition Classes
    FileSet
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def contains(elem: PushUrl, others: Seq[PushUrl]): Boolean

    Permalink
    Definition Classes
    FileSet → Distinctness
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def filterNot(elem: PushUrl, others: Seq[PushUrl]): Seq[PushUrl]

    Permalink
    Definition Classes
    FileSet → PersistentList
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(): Seq[PushUrl]

    Permalink
    Definition Classes
    PersistentList
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def id(elem: PushUrl): String

    Permalink

    The same device may open different push URLs at different points in time, however the old ones still work until the channel is closed, it seems.

    The same device may open different push URLs at different points in time, however the old ones still work until the channel is closed, it seems. We only accept one push URL per device however, otherwise the same push notification is sent multiple times to the same device. Therefore we need another way of uniquely identifying a device, and that is the tag.

    elem

    data sent by device

    Attributes
    protected
    Definition Classes
    PushUrls → FileSet
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. implicit val jsonFormat: Format[PushUrl]

    Permalink
    Definition Classes
    FileBackedList
  19. def load(): Seq[PushUrl]

    Permalink
    Attributes
    protected
    Definition Classes
    FileBackedList → PersistentList
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def persist(items: Seq[PushUrl]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FileBackedList → PersistentList
  24. def remove(item: PushUrl): Boolean

    Permalink
    Definition Classes
    LoggingList → PersistentList
  25. def removeID(id: String): Unit

    Permalink
    Definition Classes
    FileSet
  26. def removeURL(url: String): Unit

    Permalink

    This method is unreliable but a possibly backwards-compatible workaround.

    This method is unreliable but a possibly backwards-compatible workaround.

    url

    push url to remove

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withID(elemID: String): Option[PushUrl]

    Permalink
    Definition Classes
    FileSet

Inherited from FileSet[PushUrl]

Inherited from LoggingList[PushUrl]

Inherited from FileBackedSet[PushUrl]

Inherited from Distinctness[PushUrl]

Inherited from FileBackedList[PushUrl]

Inherited from PersistentList[PushUrl]

Inherited from AnyRef

Inherited from Any

Ungrouped