OkHttpResponseAdapter

wvlet.airframe.http.okhttp.package$.OkHttpResponseAdapter$
object OkHttpResponseAdapter extends HttpResponseAdapter[Response] with LogSupport

Attributes

Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
trait HttpResponseAdapter[Response]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def contentTypeOf(res: Response): Option[String]

Attributes

Definition Classes
HttpResponseAdapter
override def headerOf(resp: Response): HttpMultiMap

Attributes

Definition Classes
HttpResponseAdapter
override def messageOf(resp: Response): Message

Attributes

Definition Classes
HttpResponseAdapter
override def statusCodeOf(res: Response): Int

Attributes

Definition Classes
HttpResponseAdapter
override def wrap(resp: Response): HttpResponse[Response]

Attributes

Definition Classes
HttpResponseAdapter

Inherited methods

def contentBytesOf(resp: Response): Array[Byte]

Attributes

Inherited from:
HttpResponseAdapter
def contentStringOf(resp: Response): String

Attributes

Inherited from:
HttpResponseAdapter
inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
def httpResponseOf(resp: Response): Response

Attributes

Inherited from:
HttpResponseAdapter
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
def statusOf(resp: Response): HttpStatus

Attributes

Inherited from:
HttpResponseAdapter
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods