mill.server.Server
See theServer companion object
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 Objecttrait Matchableclass Any
- Known subtypes
-
class MillDaemonServer[State]class MillDaemonMain
Members list
Value members
Abstract methods
Attributes
- Source
- Server.scala
def endConnection(connectionData: ConnectionData, data: Option[Prepared], result: Option[Handled]): Unit
Attributes
- Source
- Server.scala
Exit code to send to other clients when server is terminated while handling a request
Exit code to send to other clients when server is terminated while handling a request
Attributes
- Source
- Server.scala
def handleConnection(connectionData: ConnectionData, stopServer: StopServer0[Handled], setIdle: SetIdle, data: Prepared): Handled
Attributes
- Source
- Server.scala
Attributes
- Source
- Server.scala
Attributes
- Source
- Server.scala
Concrete methods
Attributes
- Source
- Server.scala
Attributes
- Source
- Server.scala
Attributes
- Source
- Server.scala
def runSocketHandler(clientSocket: Socket, initialSystemProperties: Map[String, String], closeServer0: Option[Handled] => Unit, connectionTracker: ConnectionTracker): Unit
Attributes
- Source
- Server.scala
Attributes
- Source
- Server.scala
Attributes
- Source
- Server.scala
In this article