UndertowServer

enterprise.server.undertow.UndertowServer
object UndertowServer extends Server

Attributes

Graph
Supertypes
trait Server
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def runLoom[U](service: Service[U]): Computation[Loom[Unit, U & IO], ConfigEffect & IO & Warp]

Attributes

Definition Classes

Inherited methods

final def apply[U](service: Service[U]): Computation[Unit, U & ConfigEffect & IO]

Attributes

Inherited from:
Server
final def handler: impl.ThisHandler[Identity, Identity, ConfigEffect & IO]

Attributes

Inherited from:
Server
final def run[U](service: Service[U]): Computation[Unit, U & ConfigEffect & IO]

Attributes

Inherited from:
Server