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(incomingUsername: String, password: String, incomingResource: String, incomingHost: String, incomingDomain: String)

  2. new XmppConnection(incomingUsername: String, password: String, incomingResource: String, incomingHost: String)

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

Type Members

  1. class MessageTypeFilter extends PacketFilter

  2. class RemoteSyncListener extends PacketListener

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

    Attributes
    protected
  11. def disconnectFromXmpp: Unit

  12. val domain: String

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. val host: String

  19. lazy val ignoredTypes: List[String]

    Attributes
    protected
  20. def initializeXmpp: Unit

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

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

  23. def leaveRoom(room: MultiUserChat): Unit

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

  25. val loadRosterAtLogin: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  30. def onConnLost: Unit

    Attributes
    protected
  31. def onConnRegained: Unit

    Attributes
    protected
  32. val port: Int

    Attributes
    protected
  33. def register: Unit

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

  35. val resource: String

  36. var rooms: Map[String, MultiUserChat]

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

  38. val sendPresence: Boolean

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

  40. val shouldAttemptRegistrationOnAuthFailed: Boolean

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

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

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. val username: String

  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped