sttp.tapir.server.netty.zio

Members list

Type members

Classlikes

case class NettyZioDomainSocketBinding[R](localSocket: DomainSocketAddress, stop: () => RIO[R, Unit])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NettyZioServer[R](routes: Vector[RIO[R, () => [_] =>> RIO[R, _$1]]], options: NettyZioServerOptions[R], config: NettyConfig)

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
case class NettyZioServerBinding[R](localSocket: InetSocketAddress, stop: () => RIO[R, 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 NettyZioServerOptions[R](interceptors: List[Interceptor[[_] =>> RIO[R, _$1]]], createFile: ServerRequest => RIO[R, TapirFile], deleteFile: TapirFile => RIO[R, Unit])

Options configuring the NettyZioServerInterpreter, which is being used by NettyZioServer 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 NettyZioServerInterpreter, which is being used by NettyZioServer 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