mill.server
package mill.server
Members list
Type members
Classlikes
abstract class ProxyStreamServer(args: Args) extends Server
Server that incorporates ProxyStream functionality.
Server that incorporates ProxyStream functionality.
Attributes
- Source
- ProxyStreamServer.scala
- Supertypes
- 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
-
class ProxyStreamServer
object Server
Attributes
- Companion
- class
- Source
- Server.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Server.type
In this article