sbt.ConnectionType
See theConnectionType companion class
object ConnectionType
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnectionType.type
Members list
Type members
Classlikes
case object Local extends ConnectionType
This uses Unix domain socket on POSIX, and named pipe on Windows.
This uses Unix domain socket on POSIX, and named pipe on Windows.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass ConnectionTypetrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Local.type
case object Tcp extends ConnectionType
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass ConnectionTypetrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Tcp.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article