Server

mill.server.Server
See theServer companion object
abstract class Server(args: Args)

Implementation of a server that binds to a random port, informs a client of the port, and accepts a client connections.

Attributes

Companion
object
Source
Server.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def run(): Unit

Attributes

Source
Server.scala
def serverLog(s: String): Unit

Attributes

Source
Server.scala
def serverLog0(s: String): Unit

Attributes

Source
Server.scala

Concrete fields

val processId: Long

Attributes

Source
Server.scala