class Socket extends Closeable

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

Instance Constructors

  1. new Socket(host: String, port: Int, stream: Boolean)
  2. new Socket(host: InetAddress, port: Int, stream: Boolean)
  3. new Socket(host: String, port: Int, localAddr: InetAddress, localPort: Int)
  4. new Socket(host: String, port: Int)
  5. new Socket(address: InetAddress, port: Int, localAddr: InetAddress, localPort: Int)
  6. new Socket(address: InetAddress, port: Int)
  7. new Socket(impl: SocketImpl)
    Attributes
    protected[net]
  8. new Socket()
  9. new Socket(impl: SocketImpl, addr: InetAddress, port: Int, localAddr: InetAddress, localPort: Int, streaming: Boolean, shouldStartup: Boolean)
    Attributes
    protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bind(bindpoint: SocketAddress): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def close(): Unit
    Definition Classes
    SocketCloseableAutoCloseable
  8. def connect(endpoint: SocketAddress, timeout: Int): Unit
  9. def connect(endpoint: SocketAddress): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getInetAddress: InetAddress
  15. def getInputStream: InputStream
  16. def getKeepAlive: Boolean
  17. def getLocalAddress: InetAddress
  18. def getLocalPort: Int
  19. def getLocalSocketAddress: SocketAddress
  20. def getOOBInline: Boolean
  21. def getOutputStream: OutputStream
  22. def getPort: Int
  23. def getReceiveBufferSize: Int
  24. def getRemoteSocketAddress: SocketAddress
  25. def getReuseAddress: Boolean
  26. def getSendBufferSize: Int
  27. def getSoLinger: Int
  28. def getSoTimeout: Int
  29. def getTcpNoDelay: Boolean
  30. def getTrafficClass: Int
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def isBound: Boolean
  33. def isClosed: Boolean
  34. def isConnected: Boolean
  35. def isInputShutdown: Boolean
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isOutputShutdown: Boolean
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def setKeepAlive(on: Boolean): Unit
  42. def setOOBInline(on: Boolean): Unit
  43. def setReceiveBufferSize(size: Int): Unit
  44. def setReuseAddress(on: Boolean): Unit
  45. def setSendBufferSize(size: Int): Unit
  46. def setSoLinger(on: Boolean, linger: Int): Unit
  47. def setSoTimeout(timeout: Int): Unit
  48. def setTcpNoDelay(on: Boolean): Unit
  49. def setTrafficClass(tc: Int): Unit
  50. def shutdownInput(): Unit
  51. def shutdownOutput(): Unit
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    Socket → AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped