com.metl.xmpp

XmppConnection

Related Doc: package xmpp

abstract class XmppConnection[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XmppConnection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XmppConnection(credentialsFunc: () ⇒ (String, String), incomingResource: String, incomingHost: String, incomingDomain: String)

  2. new XmppConnection(credentailsFunc: () ⇒ (String, String), incomingResource: String, incomingHost: String)

  3. new XmppConnection(credentialsFunc: () ⇒ (String, String), incomingResource: String, incomingHost: String, incomingDomain: String, xmppConnection: Option[AbstractXMPPConnection], onConnectionLost: () ⇒ Unit = () => {}, onConnectionRegained: () ⇒ Unit = () => {})

Type Members

  1. class MessageTypeFilter extends StanzaFilter

  2. class RemoteSyncListener extends StanzaListener

Abstract Value Members

  1. abstract def onMessageRecieved(room: String, messageType: String, message: T): Unit

    Attributes
    protected
  2. abstract def onUntypedMessageRecieved(room: String, message: String): Unit

    Attributes
    protected

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. val acceptSelfSignedCerts: Boolean

    Attributes
    protected
  5. val allowCompression: Boolean

    Attributes
    protected
  6. val allowReconnects: Boolean

    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def connectToXmpp: Unit

  10. val credentials: (String, String)

  11. lazy val debug: Boolean

    Attributes
    protected
  12. def disconnectFromXmpp: Unit

  13. val domain: String

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  19. val host: String

  20. lazy val ignoredTypes: List[String]

    Attributes
    protected
  21. def initializeXmpp: Unit

    Attributes
    protected
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def joinRoom(room: String, interestId: String = ""): Option[MultiUserChat]

  24. def leaveRoom(room: MultiUserChat): Unit

  25. def leaveRoom(roomName: String, interestId: String = ""): Unit

  26. val loadRosterAtLogin: Boolean

    Attributes
    protected
  27. def mucFor(room: String): Option[MultiUserChat]

    Attributes
    protected
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def onConnLost: Unit

    Attributes
    protected
  32. def onConnRegained: Unit

    Attributes
    protected
  33. val password: String

  34. val port: Int

    Attributes
    protected
  35. def register: Unit

    Attributes
    protected
  36. lazy val relevantElementNames: List[String]

  37. val resource: String

  38. var rooms: Map[String, MultiUserChat]

  39. def sendMessage(room: String, messageType: String, message: T): Unit

  40. val sendPresence: Boolean

    Attributes
    protected
  41. def sendSimpleMessage(room: String, message: String): Unit

  42. val shouldAttemptRegistrationOnAuthFailed: Boolean

    Attributes
    protected
  43. lazy val subscribedTypes: List[XmppDataType[T]]

    Attributes
    protected
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. val username: String

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped