scala.tools.util

SocketServer

class SocketServer extends CompileOutputCommon

The abstract class SocketServer implements the server communication for the fast Scala compiler.

Attributes
abstract
Source
SocketServer.scala
Version

1.0

Linear Supertypes
CompileOutputCommon, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SocketServer
  2. CompileOutputCommon
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SocketServer ()

Abstract Value Members

  1. def session (): Unit

    Attributes
    abstract
  2. def shutdown : Boolean

    Attributes
    abstract
  3. def verbose : Boolean

    Attributes
    abstract
    Definition Classes
    CompileOutputCommon

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val BufferSize : Int

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def createServerSocket (): ServerSocket

    Attributes
    protected
  10. def doSession (clientSocket: Socket): Unit

  11. def echo (msg: String): Unit

    Definition Classes
    CompileOutputCommon
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def fatal (msg: String): Nothing

    Definition Classes
    CompileOutputCommon
  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. var idleMinutes : Int

    Attributes
    protected
  19. var in : BufferedReader

  20. def info (msg: String): Unit

    Definition Classes
    CompileOutputCommon
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. var out : PrintWriter

  26. lazy val port : Int

  27. def run (): Unit

  28. lazy val serverSocket : ServerSocket

  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def timeout (): Unit

  31. def toString (): String

    Definition Classes
    AnyRef → Any
  32. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def warn (msg: String): Unit

    Definition Classes
    CompileOutputCommon

Inherited from CompileOutputCommon

Inherited from AnyRef

Inherited from Any