mill.server
Members list
Type members
Classlikes
Models a long-lived server that receives requests from a client and calls a main0 method to run the commands in-process. Provides the command args, env variables, JVM properties, wrapped input/output streams, and other metadata related to the client command
Models a long-lived server that receives requests from a client and calls a main0 method to run the commands in-process. Provides the command args, env variables, JVM properties, wrapped input/output streams, and other metadata related to the client command
Attributes
- Companion
- object
- Source
- MillDaemonServer.scala
- Supertypes
- Known subtypes
-
class MillDaemonMain
Attributes
- Companion
- class
- Source
- MillDaemonServer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MillDaemonServer.type
Server that incorporates ProxyStream functionality.
Server that incorporates ProxyStream functionality.
Attributes
- Source
- ProxyStreamServer.scala
- Supertypes
- Known subtypes
-
class MillDaemonServer[State]class MillDaemonMain
- Self 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
Attributes
- Companion
- class
- Source
- Server.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Server.type