scala.tools.util

SocketServer

abstract class SocketServer extends CompileOutputCommon

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

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. abstract def session(): Unit

  2. abstract def shutdown: Boolean

  3. abstract def verbose: Boolean

    Definition Classes
    CompileOutputCommon

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. val BufferSize: Int

  7. final def asInstanceOf[T0]: T0

    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. final def eq(arg0: AnyRef): Boolean

    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. final def getClass(): Class[_]

    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. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  25. var out: PrintWriter

  26. lazy val port: Int

  27. def run(): Unit

  28. lazy val serverSocket: ServerSocket

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

    Definition Classes
    AnyRef
  30. def timeout(): Unit

  31. def toString(): String

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

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

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

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

    Definition Classes
    CompileOutputCommon

Inherited from CompileOutputCommon

Inherited from AnyRef

Inherited from Any