mill.server
package mill.server
Members list
Type members
Classlikes
class DaemonRpcServer(serverName: String, transport: MillRpcWireTransport, setIdle: SetIdle, writeToLocalLog: String => Unit, runCommand: RunCommandHandler) extends MillRpcServer[Initialize, ClientToServer, ServerToClient]
Attributes
- Companion
- object
- Source
- DaemonRpcServer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object DaemonRpcServer
Attributes
- Companion
- class
- Source
- DaemonRpcServer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DaemonRpcServer.type
abstract class MillDaemonServer[State](daemonDir: Path, acceptTimeout: FiniteDuration, locks: Locks, testLogEvenWhenServerIdWrong: Boolean = ...) extends Server[DaemonServerData, Int]
Attributes
- Companion
- object
- Source
- MillDaemonServer.scala
- Supertypes
- Known subtypes
-
class MillDaemonMain0
object MillDaemonServer
Attributes
- Companion
- class
- Source
- MillDaemonServer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MillDaemonServer.type
Implementation of a server that binds to a random port, informs a client of the port, and accepts a client connections.
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MillDaemonServer[State]class MillDaemonMain0
object Server
Attributes
- Companion
- class
- Source
- Server.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Server.type
In this article