net.liftmodules.xmpp

XMPPDispatcher

class XMPPDispatcher extends LiftActor

An XMPP Dispatcher connects to an XMPP server on behalf of a User.

Linear Supertypes
LiftActor, ForwardableActor[Any, Any], GenericActor[Any], TypedActor[Any, Any], SpecializedLiftActor[Any], SimpleActor[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. XMPPDispatcher
  2. LiftActor
  3. ForwardableActor
  4. GenericActor
  5. TypedActor
  6. SpecializedLiftActor
  7. SimpleActor
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XMPPDispatcher (connf: () ⇒ ConnectionConfiguration, login: (XMPPConnection) ⇒ Unit)

    connf

    A function that returns the proper ConnectionConfiguration

    login

    A function that takes an XMPPConnection and initializes the connection by logging in.

Type Members

  1. class MessageDispatcher extends MessageListener

Value Members

  1. def ! (msg: Any): Unit

    Definition Classes
    SpecializedLiftActor → SimpleActor
  2. def !! (msg: Any): Box[Any]

    Definition Classes
    LiftActor → TypedActor
  3. def !! (msg: Any, timeout: Long): Box[Any]

    Definition Classes
    LiftActor → TypedActor
  4. def !< (msg: Any): LAFuture[Any]

    Definition Classes
    LiftActor
  5. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  6. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  7. def !? (timeout: Long, message: Any): Box[Any]

    Definition Classes
    LiftActor → TypedActor
  8. def !? (msg: Any): Any

    Definition Classes
    LiftActor → TypedActor
  9. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  10. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  12. def around [R] (f: ⇒ R): R

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  13. def aroundLoans : List[CommonLoanWrapper]

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. val chats : HashMap[String, Chat]

  16. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. val conn : XMPPConnection

  18. val connf : () ⇒ ConnectionConfiguration

    A function that returns the proper ConnectionConfiguration

  19. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  20. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def exceptionHandler : PartialFunction[Throwable, Unit]

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  22. def execTranslate (f: (Any) ⇒ Unit)(v: Any): Unit

    Attributes
    protected
    Definition Classes
    LiftActor → SpecializedLiftActor
  23. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def forwardMessageTo (msg: Any, forwardTo: TypedActor[Any, Any]): Unit

    Attributes
    protected final
    Definition Classes
    LiftActor → ForwardableActor
  25. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  26. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  27. def highPriorityReceive : Box[PartialFunction[Any, Unit]]

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  28. def insertMsgAtHeadOfQueue_! (msg: Any): Unit

    Attributes
    protected
    Definition Classes
    SpecializedLiftActor
  29. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  30. val login : (XMPPConnection) ⇒ Unit

    A function that takes an XMPPConnection and initializes the connection by logging in.

  31. val md : MessageDispatcher

  32. def messageHandler : PartialFunction[Any, Unit]

    Attributes
    protected
    Definition Classes
    XMPPDispatcher → SpecializedLiftActor
  33. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  34. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  35. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  36. val pendingMsg : HashMap[String, List[String]]

  37. def reply (v: Any): Unit

    Attributes
    protected
    Definition Classes
    LiftActor → ForwardableActor
  38. val roster : Roster

  39. def send (msg: Any): Unit

    Definition Classes
    SpecializedLiftActor
  40. def sendAndGetFuture (msg: Any): LAFuture[Any]

    Definition Classes
    LiftActor
  41. def sendAndGetReply (timeout: Long, msg: Any): Any

    Definition Classes
    LiftActor
  42. def sendAndGetReply (msg: Any): Any

    Definition Classes
    LiftActor
  43. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  44. def testTranslate (f: (Any) ⇒ Boolean)(v: Any): Boolean

    Attributes
    protected
    Definition Classes
    LiftActor → SpecializedLiftActor
  45. def toString (): String

    Definition Classes
    AnyRef → Any
  46. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LiftActor

Inherited from ForwardableActor[Any, Any]

Inherited from GenericActor[Any]

Inherited from TypedActor[Any, Any]

Inherited from SpecializedLiftActor[Any]

Inherited from SimpleActor[Any]

Inherited from AnyRef

Inherited from Any