sttp.tapir.server.netty.cats

Members list

Type members

Classlikes

case class NettyCatsDomainSocketBinding[F[_]](localSocket: DomainSocketAddress, stop: () => F[Unit])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NettyCatsServer[F[_]](routes: Vector[() => F], options: NettyCatsServerOptions[F], config: NettyConfig)(implicit evidence$1: Async[F])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class NettyCatsServerBinding[F[_]](localSocket: InetSocketAddress, stop: () => F[Unit])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class NettyCatsServerOptions[F[_]](interceptors: List[Interceptor[F]], createFile: ServerRequest => F[TapirFile], deleteFile: TapirFile => F[Unit], dispatcher: Dispatcher[F])

Options configuring the NettyCatsServerInterpreter, which is being used by NettyCatsServer to interpret tapir's sttp.tapir.server.ServerEndpoints so that they can be served using a Netty server. Contains the interceptors stack and functions for file handling.

Options configuring the NettyCatsServerInterpreter, which is being used by NettyCatsServer to interpret tapir's sttp.tapir.server.ServerEndpoints so that they can be served using a Netty server. Contains the interceptors stack and functions for file handling.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type