Class

net.twibs.web

DecoratableResponseWrapper

Related Doc: package web

Permalink

class DecoratableResponseWrapper extends SingleResponseWrapper

Linear Supertypes
SingleResponseWrapper, Response, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DecoratableResponseWrapper
  2. SingleResponseWrapper
  3. Response
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DecoratableResponseWrapper(delegatee: Response)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asBytes: Array[Byte]

    Permalink
    Definition Classes
    DecoratableResponseWrapperResponse
  5. def asInputStream: InputStream

    Permalink
    Definition Classes
    DecoratableResponseWrapperResponse
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asString: String

    Permalink
    Definition Classes
    DecoratableResponseWrapperResponse
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val delegatee: Response

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def expiresOnClientAfter: Duration

    Permalink
    Definition Classes
    SingleResponseWrapperResponse
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. lazy val gzippedOption: Option[Array[Byte]]

    Permalink
    Definition Classes
    Response
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isCacheable: Boolean

    Permalink
    Definition Classes
    SingleResponseWrapperResponse
  18. def isContentFinal: Boolean

    Permalink
    Definition Classes
    SingleResponseWrapperResponse
  19. def isInMemory: Boolean

    Permalink
    Definition Classes
    DecoratableResponseWrapperResponse
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isModified: Boolean

    Permalink
    Definition Classes
    SingleResponseWrapperResponse
  22. def lastModified: Long

    Permalink
    Definition Classes
    SingleResponseWrapperResponse
  23. def length: Long

    Permalink
    Definition Classes
    DecoratableResponseWrapperResponse
  24. def mimeType: String

    Permalink
    Definition Classes
    DecoratableResponseWrapperResponse
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SingleResponseWrapper

Inherited from Response

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped