sttp.tapir.server.netty.zio

Members list

Concise view

Type members

Classlikes

case class NettyZioServer[R, SA <: SocketAddress](routes: Vector[RIO[R, () => [_] =>> RIO[R, _$1]]], options: NettyZioServerOptions[R, SA])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class NettyZioServerBinding[R, SA <: SocketAddress](localSocket: SA, stop: () => RIO[R, Unit])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class NettyZioServerOptions[R, SA <: SocketAddress](interceptors: List[Interceptor[[_] =>> RIO[R, _$1]]], createFile: ServerRequest => RIO[R, TapirFile], deleteFile: TapirFile => RIO[R, Unit], nettyOptions: NettyOptions[SA])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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