unfiltered.oauth

OAuthResponseWriter

trait OAuthResponseWriter extends OAuthResponse with ResponseWriter with Encoding with Combining

writes the response of to an oauth request to response body

Linear Supertypes
Combining, Encoding, ResponseWriter, Responder[Any], ResponseFunction[Any], OAuthResponse, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OAuthResponseWriter
  2. Combining
  3. Encoding
  4. ResponseWriter
  5. Responder
  6. ResponseFunction
  7. OAuthResponse
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def params: Map[String, String]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def apply[B <: Any](res: HttpResponse[B]): HttpResponse[B]

    Definition Classes
    Responder → ResponseFunction
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def base64Encode(raw: Array[Byte]): Array[Byte]

    Definition Classes
    Encoding
  9. def bytes(str: String)(implicit encoding: String): Array[Byte]

    Definition Classes
    Encoding
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def combine(parts: Map[String, String]): String

    Definition Classes
    Combining
  12. def combine(strs: String*): String

    Definition Classes
    Combining
  13. def decode(encoded: String)(implicit encoding: String): String

    Definition Classes
    Encoding
  14. def encode(raw: String)(implicit encoding: String): String

    Definition Classes
    Encoding
  15. implicit val encoding: String

    Definition Classes
    Encoding
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def respond(res: HttpResponse[Any]): Unit

    Definition Classes
    ResponseWriter → Responder
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def write(writer: OutputStreamWriter): Unit

    Definition Classes
    OAuthResponseWriter → ResponseWriter
  32. def ~>[B <: Any](that: ResponseFunction[B]): ResponseFunction[B]

    Definition Classes
    ResponseFunction

Inherited from Combining

Inherited from Encoding

Inherited from ResponseWriter

Inherited from Responder[Any]

Inherited from ResponseFunction[Any]

Inherited from OAuthResponse

Inherited from AnyRef

Inherited from Any

Ungrouped