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

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

  7. final def asInstanceOf[T0]: T0

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

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

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

  20. def hashCode(): Int

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

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

    Definition Classes
    Any
  23. def length: Long

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

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

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

    Definition Classes
    AnyRef
  27. def outputStream(): OutputStream

  28. def printWriter(): PrintWriter

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

    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. 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()

Inherited from Closeable

Inherited from Bytes

Inherited from AnyRef

Inherited from Any