object CompileSocket extends CompileSocket
- Source
- CompileSocket.scala
- Alphabetic
- By Inheritance
- CompileSocket
- CompileSocket
- CompileOutputCommon
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def cmdName: String
- Attributes
- protected
- Definition Classes
- CompileSocket
- lazy val compileClient: StandardCompileClient
- Attributes
- protected
- Definition Classes
- CompileSocket
- def deletePort(port: Int): Boolean
Delete the port number to which a scala compile server was connected
Delete the port number to which a scala compile server was connected
- Definition Classes
- CompileSocket
- def echo(msg: String): Unit
- Definition Classes
- CompileOutputCommon
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fatal(msg: String): Nothing
- Definition Classes
- CompileOutputCommon
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- var fixPort: Int
- Definition Classes
- CompileSocket
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrCreateSocket(vmArgs: String, create: Boolean = true, fixedPort: Int = 0): Option[Socket]
Get a socket connected to a daemon.
Get a socket connected to a daemon. If create is true, then create a new daemon if necessary. Returns None if the connection cannot be established.
- Definition Classes
- CompileSocket
- def getPassword(port: Int): String
- Definition Classes
- CompileSocket
- def getPort(vmArgs: String): Int
Get the port number to which a scala compile server is connected; If no server is running yet, then create one.
Get the port number to which a scala compile server is connected; If no server is running yet, then create one.
- Definition Classes
- CompileSocket
- def getSocket(hostName: String, port: Int): Option[Socket]
- Definition Classes
- CompileSocket
- def getSocket(serverAdr: String): Option[Socket]
- Definition Classes
- CompileSocket
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(msg: String): Unit
- Definition Classes
- CompileOutputCommon
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkDaemonDir(name: String): Directory
- Definition Classes
- CompileSocket
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def portFile(port: Int): File
The port identification file
The port identification file
- Definition Classes
- CompileSocket
- val serverClass: String
The class name of the scala compile server
The class name of the scala compile server
- Attributes
- protected
- Definition Classes
- CompileSocket
- def serverClassArgs: collection.immutable.List[String]
- Attributes
- protected
- Definition Classes
- CompileSocket
- def setPort(port: Int): Unit
Set the port number to which a scala compile server is connected
Set the port number to which a scala compile server is connected
- Definition Classes
- CompileSocket
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def verbose: Boolean
- Definition Classes
- CompileSocket → CompileOutputCommon
- def verbose_=(v: Boolean): Unit
- Definition Classes
- CompileSocket
- val vmCommand: String
The vm part of the command to start a new scala compile server
The vm part of the command to start a new scala compile server
- Attributes
- protected
- Definition Classes
- CompileSocket
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warn(msg: String): Unit
- Definition Classes
- CompileOutputCommon
The Scala compiler and reflection APIs.