Packages

class Socket extends Bytes with Closeable

Linear Supertypes
Closeable, AutoCloseable, Bytes, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Socket
  2. Closeable
  3. AutoCloseable
  4. Bytes
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Socket(jsocket: java.net.Socket)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyReaderAndWriter[T](f: (BufferedReader, PrintWriter) ⇒ T): T

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

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bufferedInput(): BufferedInputStream
    Definition Classes
    Bytes
  7. def bufferedOutput(size: Int): BufferedOutputStream
  8. def bufferedReader(implicit codec: Codec): BufferedReader
  9. def bytes(): Iterator[Byte]
    Definition Classes
    Bytes
  10. def bytesAsInts(): Iterator[Int]
    Definition Classes
    Bytes
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def close(): Unit
    Definition Classes
    Socket → Closeable → AutoCloseable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getPort(): Int
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def inputStream(): InputStream
    Definition Classes
    Socket → Bytes
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def length: Long
    Definition Classes
    Bytes
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def outputStream(): OutputStream
  26. def printWriter(): PrintWriter
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toByteArray(): Array[Byte]
    Definition Classes
    Bytes
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Bytes

Inherited from AnyRef

Inherited from Any

Ungrouped