A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/mvc/Call.html below:

Call - play.api.mvc.Call

  • final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  • final def ##(): Int
    Definition Classes
    AnyRef → Any
  • final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  • def absoluteURL(secure: Boolean)(implicit request: RequestHeader): String

    Transform this call to an absolute URL.

  • def absoluteURL()(implicit request: RequestHeader): String

    Transform this call to an absolute URL.

    Transform this call to an absolute URL.

    import play.api.mvc.{ Call, RequestHeader }
    
    implicit val req: RequestHeader = myRequest
    val url: String = Call("GET", "/url").absoluteURL()
    // == "http://$host/url", or "https://$host/url" if secure
  • def absoluteURL(arg0: Boolean, arg1: String): String
  • def absoluteURL(arg0: mvc.Http.Request, arg1: Boolean): String
  • def absoluteURL(arg0: mvc.Http.Request): String
  • def appendFragment(): String
    Attributes
    protected[play.mvc]
    Definition Classes
    Call
  • final def asInstanceOf[T0]: T0
  • def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  • final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  • val fragment: String
    Definition Classes
    Call → Call
  • final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  • final def isInstanceOf[T0]: Boolean
  • val method: String

    the request HTTP method

    the request HTTP method

    Definition Classes
    Call → Call
  • final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  • final def notify(): Unit
    Definition Classes
    AnyRef
  • final def notifyAll(): Unit
    Definition Classes
    AnyRef
  • def path(): String
  • final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  • def toString(): String
    Definition Classes
    Call → AnyRef → Any
  • def unique(): Call
    Definition Classes
    Call → Call
  • final def uniquify(arg0: String): String
    Attributes
    protected[play.mvc]
    Definition Classes
    Call
  • val url: String

    the request URL

    the request URL

    Definition Classes
    Call → Call
  • final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  • final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  • final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  • def webSocketURL(secure: Boolean)(implicit request: RequestHeader): String

    Transform this call to an WebSocket URL.

  • def webSocketURL()(implicit request: RequestHeader): String

    Transform this call to an WebSocket URL.

    Transform this call to an WebSocket URL.

    import play.api.mvc.{ Call, RequestHeader }
    
    implicit val req: RequestHeader = myRequest
    val url: String = Call("GET", "/url").webSocketURL()
    // == "ws://$host/url", or "wss://$host/url" if secure
  • def webSocketURL(arg0: Boolean, arg1: String): String
  • def webSocketURL(arg0: mvc.Http.Request, arg1: Boolean): String
  • def webSocketURL(arg0: mvc.Http.Request): String
  • def withFragment(fragment: String): Call
    Definition Classes
    Call → Call

  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4