NettyCatsServerOptions

sttp.tapir.server.netty.cats.NettyCatsServerOptions
See theNettyCatsServerOptions companion object
case class NettyCatsServerOptions[F[_], SA <: SocketAddress](interceptors: List[Interceptor[F]], createFile: ServerRequest => F[TapirFile], deleteFile: TapirFile => F[Unit], dispatcher: Dispatcher[F], 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[F]): NettyCatsServerOptions[F, SA]
def nettyOptions[SA2 <: SocketAddress](o: NettyOptions[SA2]): NettyCatsServerOptions[F, SA2]
def prependInterceptor(i: Interceptor[F]): NettyCatsServerOptions[F, SA]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product