Trait/Object

net.katsstuff.ackcord.http.images

ImageRequest

Related Docs: object ImageRequest | package images

Permalink

trait ImageRequest[Ctx] extends Request[ByteString, Ctx]

Base traits for all traits to get images

Linear Supertypes
Request[ByteString, Ctx], MaybeRequest[ByteString, Ctx], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageRequest
  2. Request
  3. MaybeRequest
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def allowedFormats: Seq[ImageFormat]

    Permalink

    The allowed formats for this image.

  2. abstract def context: Ctx

    Permalink
    Definition Classes
    MaybeRequest
  3. abstract def desiredSize: Int

    Permalink

    The desired size of the image.

    The desired size of the image. Must be between 16 and 2048, and must be a power of 2.

  4. abstract def format: ImageFormat

    Permalink

    The format to get the image in.

  5. abstract def route: RequestRoute

    Permalink
    Definition Classes
    Request

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bodyForLogging: Option[String]

    Permalink
    Definition Classes
    ImageRequest → Request
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def collect[B](f: PartialFunction[ByteString, B]): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def extraHeaders: Seq[HttpHeader]

    Permalink
    Definition Classes
    Request
  11. def filter(f: (ByteString) ⇒ Boolean): Request[ByteString, Ctx]

    Permalink
    Definition Classes
    Request
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hasPermissions[F[_]](implicit c: CacheSnapshot[F], F: Monad[F]): F[Boolean]

    Permalink
    Definition Classes
    ImageRequest → Request
  15. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. def map[B](f: (ByteString) ⇒ B): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def parseResponse(parallelism: Int)(implicit system: ActorSystem): Flow[ResponseEntity, ByteString, NotUsed]

    Permalink
    Definition Classes
    ImageRequest → Request
  22. def requestBody: RequestEntity

    Permalink
    Definition Classes
    ImageRequest → Request
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def transformResponse[B](f: (Flow[ResponseEntity, ByteString, NotUsed]) ⇒ Flow[ResponseEntity, B, NotUsed]): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withContext[NewCtx](newContext: NewCtx): Request[ByteString, NewCtx]

    Permalink
    Definition Classes
    Request

Inherited from Request[ByteString, Ctx]

Inherited from MaybeRequest[ByteString, Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped