NettyFutureServer

sttp.tapir.server.netty.NettyFutureServer
See theNettyFutureServer companion object
case class NettyFutureServer(routes: Vector[FutureRoute], options: NettyFutureServerOptions, config: NettyConfig)(implicit ec: ExecutionContext)

Attributes

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

Members list

Value members

Concrete methods

def addEndpoint(se: ServerEndpoint[Any, Future]): NettyFutureServer
def addEndpoint(se: ServerEndpoint[Any, Future], overrideOptions: NettyFutureServerOptions): NettyFutureServer
def addEndpoints(ses: List[ServerEndpoint[Any, Future]]): NettyFutureServer
def addEndpoints(ses: List[ServerEndpoint[Any, Future]], overrideOptions: NettyFutureServerOptions): NettyFutureServer
def host(h: String): NettyFutureServer
def port(p: Int): NettyFutureServer
def startUsingDomainSocket(path: Option[Path]): Future[NettyFutureDomainSocketBinding]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product