Packages

object CompileSocket extends CompileSocket

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompileSocket
  2. CompileSocket
  3. CompileOutputCommon
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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
  2. def echo(msg: String): Unit
    Definition Classes
    CompileOutputCommon
  3. def fatal(msg: String): Nothing
    Definition Classes
    CompileOutputCommon
  4. var fixPort: Int
    Definition Classes
    CompileSocket
  5. 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
  6. def getPassword(port: Int): String
    Definition Classes
    CompileSocket
  7. 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
  8. def getSocket(hostName: String, port: Int): Option[Socket]
    Definition Classes
    CompileSocket
  9. def getSocket(serverAdr: String): Option[Socket]
    Definition Classes
    CompileSocket
  10. def info(msg: String): Unit
    Definition Classes
    CompileOutputCommon
  11. def mkDaemonDir(name: String): Directory
    Definition Classes
    CompileSocket
  12. def portFile(port: Int): File

    The port identification file

    The port identification file

    Definition Classes
    CompileSocket
  13. 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
  14. def verbose: Boolean
    Definition Classes
    CompileSocketCompileOutputCommon
  15. def verbose_=(v: Boolean): Unit
    Definition Classes
    CompileSocket
  16. def warn(msg: String): Unit
    Definition Classes
    CompileOutputCommon