trait StandaloneWSRequest extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandaloneWSRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addCookie(cookie: WSCookie): StandaloneWSRequest
- abstract def addCookies(cookies: <repeated...>[WSCookie]): StandaloneWSRequest
- abstract def addHeader(name: String, value: String): StandaloneWSRequest
- abstract def addQueryParameter(name: String, value: String): StandaloneWSRequest
- abstract def delete(): CompletionStage[_ <: StandaloneWSResponse]
- abstract def execute(): CompletionStage[_ <: StandaloneWSResponse]
- abstract def execute(method: String): CompletionStage[_ <: StandaloneWSResponse]
- abstract def get(): CompletionStage[_ <: StandaloneWSResponse]
- abstract def getAuth(): Optional[WSAuthInfo]
- abstract def getBody(): Optional[BodyWritable]
- abstract def getCalculator(): Optional[WSSignatureCalculator]
- abstract def getContentType(): Optional[String]
- abstract def getDisableUrlEncoding(): Optional[Boolean]
- abstract def getFollowRedirects(): Optional[Boolean]
- abstract def getHeader(name: String): Optional[String]
- abstract def getHeaderValues(name: String): List[String]
- abstract def getHeaders(): Map[String, List[String]]
- abstract def getQueryParameters(): Map[String, List[String]]
- abstract def getRequestTimeout(): Optional[Duration]
- abstract def getUrl(): String
- abstract def head(): CompletionStage[_ <: StandaloneWSResponse]
- abstract def options(): CompletionStage[_ <: StandaloneWSResponse]
- abstract def patch(body: BodyWritable): CompletionStage[_ <: StandaloneWSResponse]
- abstract def post(body: BodyWritable): CompletionStage[_ <: StandaloneWSResponse]
- abstract def put(body: BodyWritable): CompletionStage[_ <: StandaloneWSResponse]
- abstract def setAuth(authInfo: WSAuthInfo): StandaloneWSRequest
- abstract def setAuth(userInfo: String): StandaloneWSRequest
- abstract def setBody(body: BodyWritable): StandaloneWSRequest
- abstract def setContentType(contentType: String): StandaloneWSRequest
- abstract def setCookies(cookies: List[WSCookie]): StandaloneWSRequest
- abstract def setDisableUrlEncoding(disableUrlEncoding: Boolean): StandaloneWSRequest
- abstract def setFollowRedirects(followRedirects: Boolean): StandaloneWSRequest
- abstract def setHeaders(headers: Map[String, List[String]]): StandaloneWSRequest
- abstract def setMethod(method: String): StandaloneWSRequest
- abstract def setQueryString(params: Map[String, List[String]]): StandaloneWSRequest
- abstract def setQueryString(query: String): StandaloneWSRequest
- abstract def setRequestFilter(filter: WSRequestFilter): StandaloneWSRequest
- abstract def setRequestTimeout(timeout: Duration): StandaloneWSRequest
- abstract def setUrl(url: String): StandaloneWSRequest
- abstract def setVirtualHost(virtualHost: String): StandaloneWSRequest
- abstract def sign(calculator: WSSignatureCalculator): StandaloneWSRequest
- abstract def stream(): CompletionStage[_ <: StandaloneWSResponse]
Concrete Value Members
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCookies(): List[WSCookie]
- def getMethod(): String
- def getPassword(): Optional[String]
- def getScheme(): Optional[WSAuthScheme]
- def getUsername(): Optional[String]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def setAuth(username: String, password: String, scheme: WSAuthScheme): StandaloneWSRequest
- def setAuth(username: String, password: String): StandaloneWSRequest
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)