abstract class SocketImpl extends SocketOptions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SocketImpl
- SocketOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SocketImpl()
Abstract Value Members
- abstract def accept(s: SocketImpl): Unit
- Attributes
- protected[net]
- abstract val address: InetAddress
- Attributes
- protected[net]
- abstract def available(): Int
- Attributes
- protected[net]
- abstract def bind(host: InetAddress, port: Int): Unit
- Attributes
- protected[net]
- abstract def close(): Unit
- Attributes
- protected[net]
- abstract def connect(host: String, port: Int): Unit
- Attributes
- protected[net]
- abstract def connect(address: SocketAddress, timeout: Int): Unit
- Attributes
- protected[net]
- abstract def connect(address: InetAddress, port: Int): Unit
- Attributes
- protected[net]
- abstract def create(stream: Boolean): Unit
- Attributes
- protected[net]
- abstract val fd: FileDescriptor
- Attributes
- protected[net]
- abstract def getFileDescriptor: FileDescriptor
- Attributes
- protected[net]
- abstract def getInetAddress: InetAddress
- Attributes
- protected[net]
- abstract def getInputStream: InputStream
- Attributes
- protected[net]
- abstract def getOption(optID: Int): AnyRef
- Definition Classes
- SocketOptions
- abstract def getOutputStream: OutputStream
- Attributes
- protected[net]
- abstract def listen(backlog: Int): Unit
- Attributes
- protected[net]
- abstract val localport: Int
- Attributes
- protected[net]
- abstract val port: Int
- Attributes
- protected[net]
- abstract def setOption(optID: Int, value: AnyRef): Unit
- Definition Classes
- SocketOptions
- abstract def shutdownInput(): Unit
- Attributes
- protected[net]
- abstract def shutdownOutput(): Unit
- Attributes
- protected[net]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLocalPort: Int
- Attributes
- protected[net]
- def getPort: Int
- Attributes
- protected[net]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- var shutInput: Boolean
- Attributes
- protected[net]
- var shutOutput: Boolean
- Attributes
- protected[net]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- SocketImpl → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()