scala.tools.nsc.io

Socket

class Socket extends Bytes with Closeable

Source
Socket.scala
Linear Supertypes
Closeable, Bytes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Socket
  2. Closeable
  3. Bytes
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Socket (jsocket: Socket)

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. def applyReaderAndWriter [T] (f: (BufferedReader, PrintWriter) ⇒ T): T

    Creates an InputStream and applies the closure, automatically closing it on completion.

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def bufferedInput (): BufferedInputStream

    Definition Classes
    Bytes
  9. def bufferedOutput (size: Int): BufferedOutputStream

  10. def bufferedReader (implicit codec: Codec): BufferedReader

  11. def bytes (): Iterator[Byte]

    Definition Classes
    Bytes
  12. def bytesAsInts (): Iterator[Int]

    Definition Classes
    Bytes
  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def close (): Unit

    Definition Classes
    Socket → Closeable
  15. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def getPort (): Int

  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def inputStream (): InputStream

    Definition Classes
    SocketBytes
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def length : Long

    Definition Classes
    Bytes
  24. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  27. def outputStream (): OutputStream

  28. def printWriter (): PrintWriter

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toByteArray (): Array[Byte]

    This method aspires to be the fastest way to read a stream of known length into memory.

    This method aspires to be the fastest way to read a stream of known length into memory.

    Definition Classes
    Bytes
  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()

Inherited from Closeable

Inherited from Bytes

Inherited from AnyRef

Inherited from Any