NettyZioServerOptions

sttp.tapir.server.netty.zio.NettyZioServerOptions
See theNettyZioServerOptions companion object
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

Members list

Concise view

Value members

Concrete methods

def appendInterceptor(i: Interceptor[[_] =>> RIO[R, _$3]]): NettyZioServerOptions[R, SA]
def nettyOptions[SA2 <: SocketAddress](o: NettyOptions[SA2]): NettyZioServerOptions[R, SA2]
def prependInterceptor(i: Interceptor[[_] =>> RIO[R, _$2]]): NettyZioServerOptions[R, SA]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product