Package

ru.tinkoff.tschema

finagle

Permalink

package finagle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. finagle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Authorization[K <: Kind, F[_], A] extends AnyRef

    Permalink
  2. type BracketThrow[F[_]] = Bracket[F, Throwable]

    Permalink
  3. final case class CheckMethod[T](name: String) extends Product with Serializable

    Permalink
  4. trait Complete[F[_], R, A] extends CompleteIn[F, Any, R, A]

    Permalink
  5. trait CompleteIn[F[_], -In, Out, A] extends AnyRef

    Permalink
  6. trait ConvertService[F[_]] extends AnyRef

    Permalink
  7. trait ParamDirectives[S <: ParamSource] extends AnyRef

    Permalink
  8. abstract class ParamDirectivesSimple[S <: ParamSource] extends ParamDirectives[S]

    Permalink
  9. trait ParseBody[F[_], A] extends AnyRef

    Permalink
  10. final case class Path(full: String, matchedSize: Int = 0) extends Product with Serializable

    Permalink
  11. final case class Rejection(priority: Double, status: Status = NotFound, path: String = "", wrongMethod: List[String] = Nil, missing: List[MissingParam] = Nil, malformed: List[MalformedParam] = Nil, unauthorized: Boolean = false, messages: List[String] = Nil) extends Product with Serializable

    Permalink
  12. trait Routed[F[_]] extends AnyRef

    Permalink
  13. class RoutedFunctions extends AnyRef

    Permalink
  14. trait RoutedPlus[F[_]] extends Routed[F] with MonoidK[F]

    Permalink
  15. trait Runnable[F[_], G[_]] extends AnyRef

    Permalink
  16. trait Serve[T, F[_], In, Out] extends AnyRef

    Permalink
  17. trait ServeMethodInstances extends AnyRef

    Permalink

Value Members

  1. object Authorization

    Permalink
  2. object CheckMethod extends Serializable

    Permalink
  3. object Complete

    Permalink
  4. object MkService

    Permalink
  5. object ParamDirectives

    Permalink
  6. object Rejection extends Serializable

    Permalink
  7. object Routed extends RoutedFunctions

    Permalink
  8. object Runnable

    Permalink
  9. object Serve extends ServeAuthInstances with ServeParamsInstances with ServeFunctions with ServeCatsInstance with ServeMethodInstances

    Permalink
  10. object conversions

    Permalink
  11. object showInstances

    Permalink
  12. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped