NettyFutureServerOptions

sttp.tapir.server.netty.NettyFutureServerOptions
See theNettyFutureServerOptions companion object
case class NettyFutureServerOptions[SA <: SocketAddress](interceptors: List[Interceptor[Future]], createFile: ServerRequest => Future[TapirFile], deleteFile: TapirFile => Future[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[Future]): NettyFutureServerOptions[SA]
def nettyOptions[SA2 <: SocketAddress](o: NettyOptions[SA2]): NettyFutureServerOptions[SA2]
def prependInterceptor(i: Interceptor[Future]): NettyFutureServerOptions[SA]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product