Packages

t

it.cwmp.services.rooms

RoomApiWrapperUtils

trait RoomApiWrapperUtils extends AnyRef

A trait that contains utility methods for a RoomApiWrapper

Self Type
RoomApiWrapperUtils with VertxClient
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoomApiWrapperUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 addressesForEnteringJson(playerAddress: Address, notificationAddress: Address): JsonArray

    Handle method to create the JSON to use in entering API

    Handle method to create the JSON to use in entering API

    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def createPrivateRoomRequest(roomName: String, neededPlayers: Int)(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService createPrivateRoom API

    Wrapper method to do REST HTTP call to RoomsService createPrivateRoom API

    Attributes
    protected
  8. def enterPrivateRoomRequest(roomID: String, userAddress: Address, notificationAddress: Address)(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService enterPrivateRoom API

    Wrapper method to do REST HTTP call to RoomsService enterPrivateRoom API

    Attributes
    protected
  9. def enterPublicRoomRequest(playersNumber: Int, userAddress: Address, notificationAddress: Address)(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService enterPublicRoom API

    Wrapper method to do REST HTTP call to RoomsService enterPublicRoom API

    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def exitPrivateRoomRequest(roomID: String)(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService exitPrivateRoom API

    Wrapper method to do REST HTTP call to RoomsService exitPrivateRoom API

    Attributes
    protected
  13. def exitPublicRoomRequest(playersNumber: Int)(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService exitPublicRoom API

    Wrapper method to do REST HTTP call to RoomsService exitPublicRoom API

    Attributes
    protected
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def listPublicRoomsRequest()(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService listPublicRooms API

    Wrapper method to do REST HTTP call to RoomsService listPublicRooms API

    Attributes
    protected
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def privateRoomInfoRequest(roomID: String)(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService privateRoomInfo API

    Wrapper method to do REST HTTP call to RoomsService privateRoomInfo API

    Attributes
    protected
  23. def publicRoomInfoRequest(playersNumber: Int)(implicit webClient: WebClient, userToken: String): Future[HttpResponse[Buffer]]

    Wrapper method to do REST HTTP call to RoomsService publicRoomInfo API

    Wrapper method to do REST HTTP call to RoomsService publicRoomInfo API

    Attributes
    protected
  24. def roomForCreationJson(roomName: String, playersNumber: Int): JsonObject

    Handle method to create the JSON to use in creation API

    Handle method to create the JSON to use in creation API

    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped